|
Posted by Steve Pugh on 03/14/06 14:37
S Kalynuik <skalynuik@rogers.com> wrote:
>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.
And what happens when the user has JavaScript turned off? (And that
includes all search engines...)
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
[Back to original message]
|