Just link th e .js file thus:
<script language="javascript" src="thisfolder/menu.js">
</script>
and then call your functinos as you would any other:
<script language="javascript">
var f;
f = DropMenu(someArg, otherArg);
</script>
.. or whatever.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |