Connecting Tech Pros Worldwide Forums | Help | Site Map

closing favorites window/frame

Stephen Witter
Guest
 
Posts: n/a
#1: Jul 20 '05
Is there a way using javascript in an asp to close the favorites
window when the page loads?

HikksNotAtHome
Guest
 
Posts: n/a
#2: Jul 20 '05

re: closing favorites window/frame


In article <183d9a35.0311010442.5679bcc6@posting.google.com >,
switter@medamicus.com (Stephen Witter) writes:
[color=blue]
>Is there a way using javascript in an asp to close the favorites
>window when the page loads?[/color]

The fact that its an asp is irrelevant. And the answer is no.
--
Randy
Thomas 'PointedEars' Lahn
Guest
 
Posts: n/a
#3: Jul 20 '05

re: closing favorites window/frame


Stephen Witter wrote:
[color=blue]
> Is there a way using javascript in an asp to close the favorites
> window when the page loads?[/color]

That it is ASP on the server does not matter. The code to close the
window must be executed client-side. I do not know of a method that
affects the Favorites window in IE (maybe the `external' object
provides such, see the MSDN Library on Dynamic HTML) and I do not
understand why you think you need to manipulate it. And I doubt you
have ever heard of bookmarks and/or a web browser other than IE. My
Mozilla/5.0 for example has a Bookmark Manager window and you cannot
close it with JavaScript either.


PointedEars
Closed Thread


Similar JavaScript / Ajax / DHTML bytes