Hello
I have a form which tells the user to go back if he hasn't completed it properly. Here is a portion of the code:
if strName = "" then
Response.Write "Please type in your name"
Response.Write "Please click <a href='javascript:history.back(1)'here</A> to go back."
end if
I would appreciate some assistance as to where I would place something like: <font face="verdana" size="2" color="navy"></font>
Many thanks
LaPluma
I have a form which tells the user to go back if he hasn't completed it properly. Here is a portion of the code:
if strName = "" then
Response.Write "Please type in your name"
Response.Write "Please click <a href='javascript:history.back(1)'here</A> to go back."
end if
I would appreciate some assistance as to where I would place something like: <font face="verdana" size="2" color="navy"></font>
Many thanks
LaPluma