Preserved Topic: how to close or hide the ie search pane? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Stuttgart, Germany |
posted 02-18-2002 12:29
hi all! code: <a href="javascript:void(_search=open('any_url', '_search'))">open search pane</a>
code: <a href="javascript:close()">close search pane</a>
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-18-2002 19:52
SearchPaneReference = open('any_url', '_search'); |
Paranoid (IV) Inmate From: Lebanon |
posted 02-19-2002 10:42
Slime, I tried that one 911 first posted his question.... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-19-2002 16:04
Hmm... maybe the variable _search needs to be globally defined. |
Paranoid (IV) Inmate From: Lebanon |
posted 02-19-2002 16:11
Slime, not really ... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-19-2002 16:47
Ah... it probably *is* a protected object. Especially if the site contained in the search pane isn't in the same domain as the current site. |
Paranoid (IV) Inmate From: Stuttgart, Germany |
posted 02-26-2002 12:09
i found it at http://www.blogger.com. they use it for their NewsBlogger Bar. |
Paranoid (IV) Inmate From: under your rug, |
posted 02-28-2002 04:00
ok, so they use it to open the search window, I have seen that... But I have never seen a anyone use a script to close the search window... If it's possible, I'm not sure why it would be used... I mean you already have a "X" to close it with, I don't think people would use a link to close it if they had one anyway.... |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 02-28-2002 04:39 |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 03-27-2002 20:59 |