The Artima Developer Community
Sponsored Link

Java Answers Forum
Add bookmark doesn't work with IE6 but does with IE5

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Boe Darren

Posts: 6
Nickname: boe
Registered: Aug, 2002

Add bookmark doesn't work with IE6 but does with IE5 Posted: Oct 5, 2002 6:27 AM
Reply to this message Reply
Advertisement
Is there some trick to this? I use a redirect service for my url. When a client clicks on add bookmark, security settings within Windows IE6 SP1 don't allow a client to add the bookmark since it is to a url which technically is not from the same address.

Is there any way around this "SECURITY FEATURE" in IE6?


If you go to http://www.informationtechnologysolutions.net/testmain.htm -
and click on the CSD - it does nothing but the original SWF-http://www.informationtechnologysolutions.net/testmain.swf
works fine. For some reason going through an html to get to my swf disables the button.

I use an http forwarding service - I do not have sufficient bandwidth for my own web sever.


The call in Flash I made was:

on (press) {
getURL
("javascript:window.external.AddFavorite('http://home.attbi.com/~compl etesystemsdesign/main.swf','Complete Systems Design')");
}

One person suggested it might have something to do with the DOM. (I know squat about java/html so I don't know what that means)

Thank you.

Topic: how can I use POST in applet and open the result in a browser window? Previous Topic   Next Topic Topic: JVM Options Settings

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use