Thread: Needing help like usual =/
Results 1 to 3 of 3
Related
-
Newbie needing help Forum: HTML Forum
Replies: 0 -
New and needing advice and information. Forum: Introduce Yourself
Replies: 2
-
01-12-2004, 09:00 PM #1
Needing help like usual =/
I really want to learn HTML editing so I can create sites using it, flash and other programs are somewhat boring now...but I really need hep with this
Well, I'm attempting to try and make a pop-up in my weblog site. I want to make it so that if some1 were to right click on the site to view source or copy something from it, a pop-up would occur. If anyone knows how to do this, I am somewhat desperate to figure this out. Thak you to those who help.
-
01-13-2004, 07:04 AM #2
It requires javascript
I found this , but a word of caution: It's usless to use it (and anything else) to protect images and code from theft.
Also, some people don't like it when you try to control their browsing session! Myself, I'd just go away and not come back.
Make sure you test it for cross-browser compatability.
Code:<script language="JavaScript"><!-- if (event.button == 2) { alert ("This is happening because you right clicked!") } //--></script>
-
01-13-2004, 02:58 PM #3
thanx
thank you, ill try it out, yes i need the alert box, but i would like i in html though, but i will try to figure it out in js
thank you