Response.Write()
If you have something like that though this will not execute until the page
is completly renedered to the client. There is no way to "pause and wait"
for something from the client, WWW is not designed this way.
--
Curt Christianson
Owner/Lead Developer, DF-Software
Site:
http://www.Darkfalz.com
Blog:
http://blog.Darkfalz.com
"Oney" <> wrote in message
news: om...
> How can I send a javascript code from an asp server control to client
> and run that script on client
> for example;
> when an asp server button clicked, an alert javascript must be sent to
> client and run on the client
> how can I do that?
>
> please send an example if possible,
>
> thank you very much!