|
Posted by S Kalynuik on 03/13/06 19:38
Thank-you again to all who helped.
I found a freeware tools to do the html to javascript conversion for me
from here,
http://www.easyhtools.com/ehsscreen.html
Works great, I paste the html code to the window, select convert to
javascript, save the converted script to a .js file, I remove the following
from the .js file:
<SCRIPT language="JavaScript" type="text/JavaScript">
</SCRIPT>
and then save, then I call the .js file to where I want it in the document
as follows:
<script language="javascript" type="text/javascript"
src="ktptgs-head.js"></script>
Thank-you agian to all.
BTW this method I am using above can be tested on a local machine as no asp
or php server is needed.
--
kalynuik1@hotmail.comcomcom
-=< FreeWare ForEver >=-
[Back to original message]
|