how to execute returned JS scripts from a url

M

Mel

My server makes a url call that returns a whole bunch of javascripts.
I will then have to execute them on the server. I stripped out
everything between <body> and </body> and I can see the scripts.

How can I do this ?

thanks for help
 
M

Mel

Mel said the following on 5/10/2007 12:41 PM:


Then you will need to ask in a group that deals with whatever server
software and/or language you have on the server. It has nothing to do
with clientside scripting.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ -http://jibbering.com/faq/index.html
Javascript Best Practices -http://www.JavascriptToolbox.com/bestpractices/

Please..... It has everything to do with the server side or client
side Javascripting. Even if it was on the client side and one
javascript returned some javascripts as return value; the question is
can the returned script (which is some strings) be executed from
inside the caller (also javascript)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,431
Latest member
ElyseG3173

Latest Threads

Top