HTML Button loses the URL information on Click
This is related to our A-Z Databases which uses the EZproxy links to gain access to subscription databases for the library.
If a user clicks on the edge of the button rather than directly on the text, The initial URL goes from
https://nyit.idm.oclc.org/login?url=https://search.proquest.com/abicomplete?accountid=12917
to
https://nyit.idm.oclc.org/login
This is breaking the user experience so they never get to the database. They get to the EZproxy landing page instead.
How can fix my html code so that this does not happen?
HTML Button looses the URL information on Click
This is related to our A-Z Databases which uses the EZproxy links to gain access to subscription databases for the library.
If a user clicks on the edge of the button rather than directly on the text, The initial URL goes from
https://nyit.idm.oclc.org/login?url=https://search.proquest.com/abicomplete?accountid=12917
to
https://nyit.idm.oclc.org/login
This is breaking the user experience so they never get to the database. They get to the EZproxy landing page instead.
How can fix my html code so that this does not happen?
One button with two actions on HTML
I made a button in HTML and when I clicked it the first action worked but the second one didn’t. I want the same button to replace the text with new text after the second click.