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! :}