![]() Preserved Topic: how to close or hide the ie search pane? |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Stuttgart, Germany |
![]() 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 |
![]() SearchPaneReference = open('any_url', '_search'); |
Paranoid (IV) Inmate From: Lebanon |
![]() Slime, I tried that one 911 first posted his question.... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() Hmm... maybe the variable _search needs to be globally defined. |
Paranoid (IV) Inmate From: Lebanon |
![]() Slime, not really ... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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 |
![]() i found it at http://www.blogger.com. they use it for their NewsBlogger Bar. |
Paranoid (IV) Inmate From: under your rug, |
![]() 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 |
![]() |
Paranoid (IV) Inmate From: 127.0.0.1 |
![]() |