Closed Thread Icon

Topic awaiting preservation: copyhistory=no (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8697" title="Pages that link to Topic awaiting preservation: copyhistory=no (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: copyhistory=no <span class="small">(Page 1 of 1)</span>\

 
Hiroki
Paranoid (IV) Inmate

From: NZ
Insane since: Dec 2002

posted posted 06-06-2003 04:46

Hmm....Hi, guys.
Would you know what is copyhistory=no?
This come from

code:
<script type="text/javascript">
function popup(){
window.open("mayu.htm", toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=yes,

copyhistory=no, width="180", height="240", top="50" left="50");
}
</script>



What does it do???

Hiroki Kozai

Moon Shadow
Paranoid (IV) Inmate

From: Rouen, France
Insane since: Jan 2003

posted posted 06-06-2003 09:36

No matches neither on the W3Sschools nor on the global W3C website.

I've tested it on a webpage, this syntax is valid HTML 4.01... But on the page I applied it, it didn't do anything. I guess my proxy is blockig the window.open function as it is used by pop-ups. This script is clearly one of a pop up : it launches a window with a specific size, removes the menubar and status window... I don't know exactly what does this copyhistory, but maybe it is used in pop-ups to remove the adresses from the url bar ?

PS: If someone wants to test it, don't forget to add the missing "," between top and left

Petskull
Maniac (V) Mad Scientist

From: 127 Halcyon Road, Marenia, Atlantis
Insane since: Aug 2000

posted posted 06-06-2003 14:34

it's probably an IE-only thing that won't copy the page to your 'History'..


Code - CGI - links - DHTML - Javascript - Perl - programming - Magic - http://www.twistedport.com
ICQ: 67751342

quisja
Paranoid (IV) Inmate

From: everywhere
Insane since: Jun 2002

posted posted 06-06-2003 19:29

It might well mean that the new window wont remember if you have you history bar open.

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 06-07-2003 04:04

I *think* that is means the history for the particular window you're opening is empty. The opposite of when you hit CTRL+N and it opens the new window with the same history as the original window.

Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 06-07-2003 08:46

Have you tried it with copyhistory=yes ???

« BackwardsOnwards »

Show Forum Drop Down Menu