A quick question!

hellO!

on (release) {
gotoURL (“Index.htm”, “_blank”);
}

That code opens a new window and goes to Index.htm … right?
But if I want it to go to an iframe called “iframe” … How do I do that?
Do I just change “_blank” with “iframe”?

Thnx! :}


on (release) {
getURL ("index.htm", "_blank");
}

Yeah … I ment “get” … Im Sry! :beer:
It’s just that my bro is over, with his little kids, and they drive me nuts … Cant think straight! :-/

I believe this is your answer.

Worked for me hope it does for you.

:slight_smile:


on (release) {
      getURL("index.htm","iframe");
}

Casey

oh yea didnt see you wanted it in an iframe: Casenote code will work :slight_smile:

Yeah!

Thnx guys! :}