ashbash23
12-19-2006, 11:30 AM
Hi
I have an interactive flash map which checks check boxes in an html form and i have passed the command to the form as below. Works fine on ie but not on firefox/opera etc. Any idea why not or what the fix would be.
on (release) {
this.nextFrame();
getURL("javascript:document.mainform.islington.checked = 1;void(0);");
}
???
thanks in advance
I have an interactive flash map which checks check boxes in an html form and i have passed the command to the form as below. Works fine on ie but not on firefox/opera etc. Any idea why not or what the fix would be.
on (release) {
this.nextFrame();
getURL("javascript:document.mainform.islington.checked = 1;void(0);");
}
???
thanks in advance