Results 1 to 5 of 5

Thread: hide HTML code?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    USA
    Posts
    16
    Anyone knows how to hide a HTML codes? Thanks!!!

  2. #2
    Lively Member
    Join Date
    Apr 2000
    Posts
    110

    Question Do you mean this?

    You can comment sections out like this, in effect hiding the code.

    Code:
    <!-- Comments go here -->
    Is this what you mean?

    Laterz

    REM
    "Innovate, don't immitate."

  3. #3
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    554
    You can use asp to generate the basic html code on the fly and store your precious code modules seperately in a completely different folder

    Cos usually thats what makes the difference the DHTML, thats what most plagiarists are after

    DocZaf
    {;->

  4. #4
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    I only know how to do it in Java off the top of my head:
    Code:
    <script language="javascript">
    function click() {
    if (event.button==2) {
    alert('Sorry but this function is unavailable')
    }
    }
    document.onmousedown=click
    </script>
    Hope that helps,
    D!m
    Dim

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    USA
    Posts
    16

    Thumbs up

    Thank you guys, I just bought a book about ASP and decided that its the best solution to my problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width