Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cynder

    Disable View Source!

    Gussy1; There is another way to prevent users from viewing your code when visiting your page. Write wrappers around your code and save them in a seperate .js file. For example: function WriteRowEnd(){ document.writeln('</TR>'); } Set a reference to the javascript file in the header of your...

Part and Inventory Search

Back
Top