lol
FAILED!
At 04:25 PM 6/04/2006, you wrote:
Hi.
doing this script for an assignment, and got it basically working.
the only problems are:
1. wen i load the user form, the focus goes to the login button, and
not the first form field.
did try putting one it, did not like it.
so how do i do this?
is there a basic dom example, how to set focus on a form field, when
the form loads?
2. got a user name and password.
and enter username and password, and when the php script loads, it
shows the user name and the password.
want to hide this, and only have the message, now how do i accomplish this?
tried things on the web and tried on google, but could not find any
thing for this.
3. and got to provide the time, but how do i format it say for
australian east standard time?
just got the standard time, and jaws reads it out, as one line of text.
will paste the user form and php code.
if any one can offer code snippets, or point me to links, and
examples, let me know.
sorry about this, but these are stumping me and banging my head up
against the brick wall, so, would ask.
cheers Marvin.
User Form:
User Name:
Password:
Php Script:
<?php
echo $_POST['username'];
echo $_POST['password'];
echo "Marvin Hunkin has successfully logged into the Tafe network. <br>\n";
echo "Please Wait ... Loading Your Personal Settings ... <br>\n";
echo time();
?>but
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************
Best Regards
Ray Cauchi
Manager/Lead Developer
( T W E E K ! )
PO Box 15
Wentworth Falls
NSW Australia 2782
| p: +61 2 4757 1600
| f: +61 2 4757 3808
| m: 0414 270 400
| e: [EMAIL PROTECTED]
| w: www.tweek.com.au
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************