Anyone knows how to hide a HTML codes? Thanks!!!
Printable View
Anyone knows how to hide a HTML codes? Thanks!!!
You can comment sections out like this, in effect hiding the code.
Is this what you mean?Code:<!-- Comments go here -->
Laterz
REM
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
{;->
I only know how to do it in Java off the top of my head:
Hope that helps,Code:<script language="javascript">
function click() {
if (event.button==2) {
alert('Sorry but this function is unavailable')
}
}
document.onmousedown=click
</script>
D!m
Thank you guys, I just bought a book about ASP and decided that its the best solution to my problem.