|
Posted by S Kalynuik on 01/23/48 11:42
On Tue, 14 Mar 2006 12:37:58 +0000, Steve Pugh wrote:
> 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
Well the simple answer, the user/visiter does not see the JavaScript parts,
I will be having a simple text navigation on non-JavaScript users (but why
have JavaScript turned off in this day and age), as to the Search Engines
not seeing those parts, thats fine its only the navigation and email parts
that use JavaScript that are repeated needing this method. But the plus
side using this method also stops Spam Robots from getting my email address
as I have the footer information of each page call'ed as above, therefore
no written email addy on any page, hence no spam to me.
--
kalynuik1@hotmail.comcomcom
-=< FreeWare ForEver >=-
[Back to original message]
|