Keith130
August 7th, 2003, 08:07 AM
I have searched the forums and know that you can use
on(release){
getURL("somefile.htm", "someframe");
}
But I have and iframe and I want to load a new .htm file into it my HTML is here
{iframe src="main.htm" height="87%" width="900" align="middle" frameborder="0" scrolling="auto" name="mainFrame"} {/iframe}
I used {} 'cos I dont know if the froum uses HTML any way I tried to do
on(release){
getURL("help.aspx", "mainFrame");
}
But It didnt work.....
on(release){
getURL("somefile.htm", "someframe");
}
But I have and iframe and I want to load a new .htm file into it my HTML is here
{iframe src="main.htm" height="87%" width="900" align="middle" frameborder="0" scrolling="auto" name="mainFrame"} {/iframe}
I used {} 'cos I dont know if the froum uses HTML any way I tried to do
on(release){
getURL("help.aspx", "mainFrame");
}
But It didnt work.....