Scripts inside of a script

wxdqz

New Member
I'm fairly new to the whole Javascript Scene, and was wondering if it is possible to have a script inside of a script?

Such as:


<!--

Some Variables
Some Formulas
Etc...

<Script Language="Javascript">
<!--

Some more Variables
Some more Formulas

-->
</script>

-->

Then take this script and place it onto a page using the

<Script src=http://www.webdeveloper.com/forum/archive/index.php/"NAME HERE"></script>

I was just wondering if that was even possible, I've tried it before and it did not work very well.

Any help is appreciated.
Thanks.
 
Back
Top