Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there is a way to call a JavaScript function from a server side?

Status
Not open for further replies.

Plato2

Programmer
Dec 6, 2002
192
0
0
US
Is there is a way to call a JavaScript function from a server side?

Thanks in advance
 
Yes but you'll have to give a bit more information.

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
1. append the javascript to your page upon postback.
2. call the javascript in the pages onload-event (or use the pages registerscript-function or whatever similar instead).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top