View Single Post
Old 08-02-2005, 09:11 PM   #2 (permalink)
kayla
Member
 
Join Date: Jun 2005
Location: Tampa, Fla
Posts: 37
Default

It may work if you use the correct frame name like so:

on (press) {
getURL("main.html","frameName");
}
on (release) {
getURL("header.html","frameName");
}

I think this is what you are after... ....
kayla is offline   Reply With Quote
Sponsored Links