The Artima Developer Community
Sponsored Link

Java Answers Forum
Stumped-url issue

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

Stumped-url issue Posted: Aug 24, 2002 1:31 PM
Reply to this message Reply
Advertisement
I don't do web development for a living so please excuse my ingorance. While I believe my question may be a javascript issue I saw some posts on this topic in this forum so that is why I'm posting here

The following code doesn't work when using IE6 and a url redirect service but does with IE5.

Flash lets you call javascript for buttons. The on release is after the user clicks on a button.

My goal is to have a favorite added upon clicking the add favorite button I've created in flash. The SWF is the file flash creates which you can view directly through IE or call it from within an html document.

on (release) {
getURL ("javascript:window.external.AddFavorite('URL OF PAGE','NAME OF SITE');");
}

It works when going through IE5 but not IE6 -- any guesses? I know that there are some work arounds in javascript for redirect services but unfortunately, I don't program in javascript at all.


I saw some posts on correcting javascript issues with redirect service but don't know enought to implement a solution

response.encodeRedirectURL(request.getContextPath() +
"/RegistrationServlet?cmd=login

Topic: Jsp import my own class HELP Previous Topic   Next Topic Topic: which kind of code can access class variables

Sponsored Links



Google
  Web Artima.com   

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