
Benjamin
Staff

Mar 30, 2003, 10:56 AM
Post #1 of 4
(4383 views)
Shortcut
|
'Remote' login to Article Manager
|
Can't Post
|
|
I'm sure this has been brought up elsewhere, but I thought I'd post it here all the same. This code allow you to offer your site visitors a way to login to Article Manager from any page on your website. Just place this code into any of your webpages - and change the action attribute of the form tag to point to your admin.cgi - and you're done! <form method="get" action="http://www.yourdomain.com/path/to/admin.cgi"> Name: <input type="textbox" size="10" name="id"> Password: <input type="password" size="10" name="pw"> <input type="hidden" name="login" value="1"> <input type="submit" value=" Login "> </form> Ben interactivetools.com
(This post was edited by Benjamin on Mar 30, 2003, 12:48 PM)
|