calling functions from a JS include

wxdqz

New Member
I'm trying to reference a function that's defined in a Javascript include(i.e. <script language="Javascript" src=http://www.webdeveloper.com/forum/archive/index.php/"mystuff.js">) The include seems to be working, since I can put alerts in there and they pop up, but I can't seem to reference functions that are inside the include. I'm guessing this is some kind of scope issue. (I can reference the functions from inside the include itself, but not the outer document) Thanks.
 
Back
Top