-
Hiding your html and script
Write you page in vbscript or jscript then use the windows script encode to
encode your source. You can download this tool from Microsoft.
http://msdn.microsoft.com/scripting
I use it on my web page. http://www.2069014926.com/
You'll see this when you view the source.
<SCRIPT LANGUAGE=JSCRIPT.encode>
<!--//
//**Start Encode**#@
Your code goes here...
//-->
</SCRIPT>
Hope this helps,
Jeff
-
Re: Hiding your html and script
Does this work with Netscape Navigator? I think it's a Microsoft Specific
thing...
~Ajith
"Jeff" <gilbjx1@hotmail.com> wrote:
>
>Write you page in vbscript or jscript then use the windows script encode
to
>encode your source. You can download this tool from Microsoft.
>
>http://msdn.microsoft.com/scripting
>
>I use it on my web page. http://www.2069014926.com/
>You'll see this when you view the source.
>
><SCRIPT LANGUAGE=JSCRIPT.encode>
><!--//
>//**Start Encode**#@
>Your code goes here...
>//-->
></SCRIPT>
>
>Hope this helps,
>
>Jeff
-
Re: Hiding your html and script
This is also quite easy to decode.
steve
"Jeff" <gilbjx1@hotmail.com> wrote in message
news:394958da$1@news.devx.com...
>
> Write you page in vbscript or jscript then use the windows script encode
to
> encode your source. You can download this tool from Microsoft.
>
> http://msdn.microsoft.com/scripting
>
> I use it on my web page. http://www.2069014926.com/
> You'll see this when you view the source.
>
> <SCRIPT LANGUAGE=JSCRIPT.encode>
> <!--//
> file://**Start Encode**#@
> Your code goes here...
> file://-->
> </SCRIPT>
>
> Hope this helps,
>
> Jeff
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks