Closed Thread Icon

Preserved Topic: win.close() not working? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18102" title="Pages that link to Preserved Topic: win.close() not working? (Page 1 of 1)" rel="nofollow" >Preserved Topic: win.close() not working? <span class="small">(Page 1 of 1)</span>\

 
Tikita
Nervous Wreck (II) Inmate

From: Canada
Insane since: Jun 2001

posted posted 07-04-2001 09:00

I am trying to make a "frameless/fullscreen" interface for my website. However, by doing this you end up not having min/max/close buttons along the top of your screen. So, I wanted to create a close link in the corner of the screen so users could exit my site. I figurd that it would of been as simple as having something along the lines of

code:
<a href="Javascript:close()">Close</a>



This works fine if I just load up the index.html file, however I am using the "frameless windows" example off of www.dhtmlnirvana.com, and when I open up the new window using that code, the javascript:close() no longer works

If someone could help me out, the files are
http://members.home.com/zurren/temp.html <-- the file that opens up the frameless window http://members.home.com/zurren/index.html <-- the main file

If I just go straight to the index.html, I can use the close fine, however if I load it up via temp.html, this no longer works.

note: for the time being, the "LINK" button is the quit/exit for now, if anyone could help me, it'd be appricated =)


mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 07-04-2001 10:34

Take a look at the Chromeless Windows by MicroBians... http://www.microbians.com/

« BackwardsOnwards »

Show Forum Drop Down Menu