Link to home
Start Free TrialLog in
Avatar of meng032399
meng032399

asked on

broken links.....

Hi,
I have html page with 2 frames. 1st frame called menu, the 2nd one called main.

I place menu.swf into 1st frame. the menu has a few buttons(home, photo, guestbook) which open different html page onto the 2nd frame. with the following code associated to each button: getURL(url, main).

it works fine if the url is a standard html form. but if the url is something like:http://www.freegb.net/gbook.cgi?92906. It opens the gestbook page fine, but then I could not to go back to other menu (home or photo), and it works fine before I click on the guestbook menu!

Where did I go wrong? Is there anyway to get around this problem?

Thanks

Meng
Avatar of dutchfoxer
dutchfoxer
Flag of Netherlands image

How do you mean "could not go back"? You mean with the "Back" button on the browser?

Or do you mean that after clicking on the guestbook-button in flash, the other flash-buttons don't react anymore? Can you show us the website in question? Put the URL of your test location here on this page so we can see for our selves what happens.

It is possible that the free-guestbook does something with javascript that makes the Internet browser react different. Most likely it is not flash itself.
Avatar of meng032399
meng032399

ASKER

Sorry. I did not make the quest clear enough. I mean the flash buttons don't response anymore. My current website is working fine as I did not open the guestbook directly from the flash button. I have a link to my guestbook on a html form, and will open in a new window (not in the frame).

I guess the problem would be on the "frame name". after calling the guestbook page, the IE might think it is in the page, and the "frame name" simply does not exist. My other guess would be the frame name is cleared, or modified? how do it check out if the frame name is changed?

Meng

ASKER CERTIFIED SOLUTION
Avatar of dutchfoxer
dutchfoxer
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi, you've probably attached the code to navigate directly on your buttons, and you'll find that when you get to the guest book page, your buttons have no code on them.

blu.
thanks guy. I appreciate your suggestion/help.