• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Creating shortcut for web form logins

Dougmeister

Senior member
HeritageQuest is a library research tool that uses some sort of simple login form. The user must type in their library card number each time they want to access the system.

Here is the URL:

http://rpa.ccpa.net/rpa/webauth.exe?rs=hqadm&lb=ADM

It uses this code to pass the card number for validation:

Code:
	<form ACTION="../rpa/webauth.exe" NAME="search" METHOD="POST" ONSUBMIT="getclienttime()">
 
	<input type="hidden" name="rs" value="hqadm">
 
	<input type="hidden" name="lb" value="ADM">

Is there a way to create a custom shortcut for my browser that would allow me to simply "click" and log myself in?

Thanks.
 
I don't know any way to simulate a post with a shortcut. There are are sort of ways you could do it in script or code, but not by simply clicking an internet shortcut, as far as I know.
 
I don't know any way to simulate a post with a shortcut. There are are sort of ways you could do it in script or code, but not by simply clicking an internet shortcut, as far as I know.

You can embed javascript in bookmarks in Firefox(maybe others too).
 
Back
Top