DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Jeff Guest

    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

  2. #2
    Ajith Edassery Guest

    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



  3. #3
    Steve Cochran Guest

    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



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links