Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - how to call java script function after executived the server side code

 
Thread Tools Search this Thread
Old 11-16-2003, 03:32 AM   #1
Default how to call java script function after executived the server side code


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!


Cheng Wei-Chao
  Reply With Quote
Old 11-16-2003, 04:29 AM   #2
Vapor
 
Posts: n/a
Default Re: how to call java script function after executived the server side code
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" <> wrote in message
news:03b901c3abf2$37976590$...
> 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!





Vapor
  Reply With Quote
Old 11-16-2003, 05:51 AM   #3
=?Utf-8?B?RGVtZXRyaQ==?=
 
Posts: n/a
Default RE: how to call java script function after executived the server side code
Try the following and build on it

string script = "<script language='javascript'>\n
script += "alert('hey there');\n"
script += "</script>"

RegisterStartupScript("StartUp",script)




=?Utf-8?B?RGVtZXRyaQ==?=
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
TRADING FEMALE CELEB INTERVIEWS ON DVD stu DVD Video 1 05-26-2008 09:39 AM
help with master page and java script alain23 Software 0 09-20-2007 06:02 AM
Re: Need Ideas For A New Server, Long Post Gareth Church A+ Certification 2 07-27-2003 12:46 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46