Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

POPUP ERROR MESSAGE W/O RESETTING VALUES ON LOGIN SCREEN

Status
Not open for further replies.

lizok

Programmer
Jan 11, 2001
82
US
HI, i'd lito know if there is a way to display a pop-up error message without resetting the values in the input boxes.
i have submit page where all validation occur. when i display
<SCRIPT LANGUAGE=&quot;JavaScript&quot;>
alert(&quot;your email is invalid&quot;);
</SCRIPT>
i takes me back to login window and resets all values.
thank you.
liz
 
if you really only alert, then it doesn't do anything more

you should 1- post your whole function and 2- post it in the JAVASCRIPT forum

or check if you don't call a page without the cfid &amp; cftoken ... but it sure doesn't come from the &quot;alert&quot; line !!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top