streetcarp
12-28-2003, 04:29 AM
How do I get the window that comes up when a person right clicks on the page(the one asking them to submit a request for the source code)to come on TOP of my div layers. For some reason, on all my pages, the window gets stuck behind the layer and you either can't close out of the window, or you can't even read what it says because half of it is cut off.
It's driving me nuts and any help would be much appreciated.
Rosey
12-28-2003, 04:34 AM
Don't bother, there is always a way to get your source code.
Do you have that code on your homepage listed on your profile?
streetcarp
12-28-2003, 04:43 AM
What are other ways to get source code? just out of curiosity.
Yeah that code was on there.
I think I might have finally figured out the problem.
Rosey
12-28-2003, 05:40 AM
in the browser : view> source
not to mention that that script doesn't work in netscape, only IE, so as a netscape user that I am, I can right click and everything. Even if i couldn't right click, I could still go to "view and then source" and see your whole source. I couldn't also look in my cache files if i really wanted to and find your site there...
That script, i don't think is meant to be serious.
It's an age old question, there is no way to completly block your source, there is always around it.
streetcarp
12-28-2003, 05:47 AM
Yeah. I remebered the view>source thing like 20 seconds after I posted my last reply. DUH! = )
I wish there was someway to protect code. I just don't want someone ripping off my stuff you know?
Oh well. What can you do?
Rosey
12-28-2003, 05:51 AM
There isn't anything you can do really about the html. The images is something else. If you made those images and someone uses them, you could try to email them or their host...
The html part..hopefully people would learn from your source instead of copying.
streetcarp
12-28-2003, 05:53 AM
True. I myself have learned a lot from sources, so that's a good point.
Thanks for all your help!
Rosey
12-28-2003, 05:56 AM
True. I myself have learned a lot from sources, so that's a good point.
Thanks for all your help!
yeah same here. it's one thing to see the codes on a learning site but another to see it in action.