Its NOT HACKING so please dont tell me about vb.org
Not to sound rude that is not my intent, but please I would like help here if you can.
Ok I have a DHTML script that requires to be loaded after the </html> tag. (odd yes) but that is how its made. Once the code is in place I can call up the DHTML by calling
<a href="JavaScript:vbpopup.OpenWindow()">Open DHTML Window</a>
the actual code outside of the </HTML> tag is:
<script language="JavaScript" src="inc/FerantLib.js"> </script>
<script language="JavaScript" src="inc/myWindow.js"> </script>
Thing is I dont know where to put this script. I cant find a way to place it globally outside of the </html> tag. can I place this in the phpinlude_end template? if so how? do I have to do it like
<script language=/"JavaScript/" src=/"inc/FerantLib.js/"> </script>
<script language=/"JavaScript/" src=/"inc/myWindow.js/"> </script>
If I am missing anything please let me know or if there is a differnt way please advise.
Thank you guys.
Not to sound rude that is not my intent, but please I would like help here if you can.
Ok I have a DHTML script that requires to be loaded after the </html> tag. (odd yes) but that is how its made. Once the code is in place I can call up the DHTML by calling
<a href="JavaScript:vbpopup.OpenWindow()">Open DHTML Window</a>
the actual code outside of the </HTML> tag is:
<script language="JavaScript" src="inc/FerantLib.js"> </script>
<script language="JavaScript" src="inc/myWindow.js"> </script>
Thing is I dont know where to put this script. I cant find a way to place it globally outside of the </html> tag. can I place this in the phpinlude_end template? if so how? do I have to do it like
<script language=/"JavaScript/" src=/"inc/FerantLib.js/"> </script>
<script language=/"JavaScript/" src=/"inc/myWindow.js/"> </script>
If I am missing anything please let me know or if there is a differnt way please advise.
Thank you guys.
Comment