View Single Post
  #12  
Old 11-05-2002, 02:35 AM
  seaCOAST's Avatar 
seaCOAST seaCOAST is offline
 

X-Adept
  
Join Date: Oct 2002
Location: New Hampshire
Posts: 569
 

Default

Quote:
Originally Posted by funkydunk
Can you add the javascript as an include and have the whole javscript as a separate file?

such as:
Code:
<script language="JavaScript1.2" src="myjavascript.js"></script>

Funkydunk

The script I paste into my html's looks like this:

Code:
<SCRIPT LANGUAGE="JavaScript"> <!-- Hide from old browsers function newscreen4() { window.open("","talk","width=300,height=350,resizable=no,scrollbars=auto") } // Stop hiding from old browsers --> Stamp = new Date(); year = Stamp.getYear(); document.write('http://www.theirsite.com/include/operator/icon.php?clientid=3627&'+Stamp+''); </SCRIPT>

I tried pasting it directly into the poweredby.tpl and the smarty errors came.
__________________
Xcart V4.5.5 Gold
seaCOAST
"Live FREE or DIE!"
Reply With Quote