Ellie said:
I am trying to cancel a href by coding onclick="return false" in my page. I
can put in a function and have a test "alert" box come up but the "return
false" never works no matter what I try. Is there a problem with that and
asp? Thanks
Hi Ellie,
You'd have to explain more clearly what you are doing,...but click events
are Client-Side (runs on the user's machine) and ASP runs on the Server-Side
(runs on the web server), and the two never really see or are aware of each
other. So it is really unrelated to ASP Classic. ASP has already finished
running (and has stopped/completed) before the user ever sees anything in
their browser,...by the same token the server never sees anything the user
does until the browser sends a new request containing a new URL with Post or
Querystring data back to the server.
There may still be someone around here that might answer it, but your best
bet is tro ask in one of the regular (non-ASP) Scripting Groups that pertain
the Web Developement.
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------