Hi!
I want to blink the textbox and place the cursor in that text box. (If the user didn't enter the name and click the submit button. That time, the text box want to blink "two or three times") How? I didn't have any idea.... so please help me..
Thanks and Regards,
Susan.
I want to blink the textbox and place the cursor in that text box. (If the user didn't enter the name and click the submit button. That time, the text box want to blink "two or three times") How? I didn't have any idea.... so please help me..
Code:
<form action="demo_disquery.asp" method="get"> Your name: <input type="text" name="name" size="25" /> Age: <input type="text" name="age" size="3" /> <input type="submit" value="Submit" /> </form>
Susan.
Comment