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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run javascript dinamically

Status
Not open for further replies.

Fursten

Programmer
Dec 27, 2000
403
0
0
PT
Hi,

I´m making an HTTP Post (using msxml package: CreateObject("msxml2.ServerXMLHttp")) to an asp page.
This asp page returns a string with client side javascript code.
I would like to execute this code on the client. Is this possible?
I dont´want to use response.write, because I dont´want to "loose" my
cliente page. So the output of my asp page is just a string not
an entierly asp page.

Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top