|
-
Jul 31st, 2000, 03:04 PM
#1
Thread Starter
Junior Member
Anyone knows how to hide a HTML codes? Thanks!!!
-
Jul 31st, 2000, 03:15 PM
#2
Lively Member
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."
-
Aug 1st, 2000, 11:30 PM
#3
Fanatic Member
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
{;->
-
Aug 2nd, 2000, 03:51 AM
#4
Fanatic Member
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
-
Aug 2nd, 2000, 07:34 AM
#5
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|