Date: 12/14/99
- Next message: Arlon Wilber: "[PHPLIB] phplib install"
- Previous message: Jesse Swensen: "Re: [PHPLIB] "mysqldump" for Oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This message was sent from Geocrawler.com by "Pibbles" <pfmartin <email protected>>
Be sure to reply to that address.
I am getting the error
"document.login.username.value is not an object"
when calling the crcloginform with Internet
Explorer 4.0. The script works fine in IE5 and
Netscape browsers.
Has anyone else experienced this problem. I'm
not sure if the problem is a javascript version
issue with the browser, or if it is due to the
way I am calling the loginform.
I am calling the login form via a login_if()
function call from another page. The
crcloginform is as shipped.
example:
...
<form method="post" name="login">
<input type="submit" name="login" value="Login">
<input type="hidden" name="again" value="yes">
</form>
<%
$auth->login_if(isset($again));
%>
...
Geocrawler.com - The Knowledge Archive
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Arlon Wilber: "[PHPLIB] phplib install"
- Previous message: Jesse Swensen: "Re: [PHPLIB] "mysqldump" for Oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

