Hi Guys, Is there any way to include javascript from an external file, without, using the script tag? i.e. internally from the javascript to include a file on the fly? Any ideas? Cheers Chris
The only way I could think of would be to have an iframe on the page, change the source, and then try to read it; however, that's considerably more difficult than just including the script.