Hi, Matt
It may be possible:
1. include an invisible iframe in the page 2. iframe's src page has the javascript code in textarea or something else easy to read with script. 3. iframe's src page has onload="parse();" in the <body> tag
4. parse() is something like this:
var sJS = document.getElementById("myTextArea"); //get the js code var arJS = sJS.split("\n"); //split the code at newline
for (var line in arJS) { eval(line); // or is it eval (arJS[line]) not sure... }
Peace, Jure
--
Ecosystem failing. Need ride off this rock. Pick up at Long 14e18, Lat 45n37 , Earth.
____ • The WDVL Discussion List from WDVL.COM • ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: wdvltalk@lists.wdvl.com To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: archive@jab.org To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016
Please include the email address which you have been contacted with.