Hello,
i have this problem. Im trying this code in actions:
on (press) {
getURL("index2.html", "frame");
}
where "frame" is the name of the <iframe> on my page that is where i want the link to open. Unfortunely this doesnt work in mozilla because instead of opening inside the <iframe> it opens in a new window. Is there any alternative code around to achieve the same goal but also in mozilla?
Thank you in advance!
