One easy solution is to insert it into the response stream at the
appropriate line in the code behind
[snip]
Response.Write("<script>alert('hello,world')</script>");
--
-----------
Got TidBits?
Get it here:
www.networkip.net/tidbits
"Cheng Wei-Chao" <um*****@mis.yuntech.edu.tw> wrote in message
news:03****************************@phx.gbl...
hi:
i have a button, when i click it
i want to store data to database and open a new
window
in general we use java script to open new window
but how to call java script function after i
executived the server side code
thank you!