View Full Version : html question!
KAMiKAZE
18-05-2004, 01:27
hi! i have a private website and want to know how to disable that the shown html sites are written into history of IE:confused:
so i don't want the website to be in the history (of IE)
is there a way for that any meta tags or so??!
KAMiKAZE
18-05-2004, 10:28
i'm trying some things at the moment... I hope it is possible.
(maybe not for every explorer and every explorer version)
my website is heavily "encrypted" with javascript*lol*
(only to make it "safe", so it's hard to steal the pictures)
so it is just fun for me not only to upload new pictures, but to improve the scripts...
sounds like fun, if u get any progress, lemmie borrow the code :P
KAMiKAZE
21-05-2004, 05:38
lol fileforums seem to use meta-tags which i'm looking for:
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
second and last 1 are unknown to me and i really don't understand the sence of these tags:confused:
found some interesting info on a PAGE (http://www.htmlgoodies.com/beyond/nocache.html) , too!
@EMPiRE: i know you don't coded the forum, but probably you know the code of your forums;) can u help me out with the tags and the way they work?!
@Luciel: are u interested in html and java, too?? (if so do you have a own website or want to create one?)
Quall999
21-05-2004, 06:11
I don't think you can, since the history basically logs connections. The best way is probably using iframes to display another page in the current page, then crazy java it, but they aren't too compatable with browseres other than IE. Shouldn't try too hard though, images are too hard to keep from stealing. I don't think there is a sure way to stop content (as in images) stealing that you want to be displayed. Zip files are another story though..
oh, and post the site sometime or pm. I want to see how hard you can make it to take ;). Don't worry though, i wouldn't steal them. Of course I will understand if you want to keep it private. So no waoorys if that is the case
by the way, that web pae you posted is what I used when I started to learn the basics of html and whatnot. It is really nice.
KAMiKAZE
21-05-2004, 06:17
i use java for fullscreen windows, so there is no way to get the code (if the pages weren't listed in the f***ing history!). hmm... i don't like frames:p
ok i don't want the page to be publicated, but i send you a pm so you can take a look at my crazy java work;)
Hey, yes i do own a website, have been on for a year now, www.goth-n-roll.com altho rite now its down for redesign
Quall999
21-05-2004, 06:32
Originally posted by KAMiKAZE
i use java for fullscreen windows, so there is no way to get the code (if the pages weren't listed in the f***ing history!). hmm... i don't like frames:p
ok i don't want the page to be publicated, but i send you a pm so you can take a look at my crazy java work;)
what happens when you press F11 :( (in a java window)
edit: wow, that is hard lol, nice job
KAMiKAZE
21-05-2004, 06:46
thx :D
but i recognized the problem with the IE history some days ago
and that is a pain in the a** right now!
KAMiKAZE
17-07-2004, 10:36
so now I want to find out:
is there a good method that checks the explorer? I found some methods and wrote this by myself:
if (navigator.appName!="Microsoft Internet Explorer") {alert ('you do not use IE')}
may that work?
AOL still ignores that (I can't test it with other explorers!)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.