Forum Moderators: open

Message Too Old, No Replies

Flash code will not load Web Page into a Frame!

         

inveni0

10:30 pm on Oct 11, 2006 (gmt 0)

10+ Year Member



_root.userURL.onKeyUp = function () {
if (Key.getCode() == Key.ENTER) {
enteredURL = _root.userURL.text;
getURL(enteredURL, "main");

}
}

Anyone see a reason why this will not target my frame named "main"?

I have also tried the name "mainFrame".

oxbaker

7:53 pm on Oct 13, 2006 (gmt 0)

10+ Year Member



does it work if you replace main with "_blank"?

Are you sure that the frame is indeed named "main"? It should work.

mcm

inveni0

7:26 pm on Oct 14, 2006 (gmt 0)

10+ Year Member



Nope, doesn't work with _blank, either. I'm telling you...something's screwy.