PDA

View Full Version : problem on javascript onclick event



komrad
31 Oct 2008, 06:43 AM
Hello all,

I have this code in an iframe

<FORM><INPUT TYPE="BUTTON" VALUE="Go Back"
ONCLICK="history.go(-1)"></FORM>

it works fine but i need it to taget another iframe on the page and change that iframe and go back in its own iframe

Thanks in advance.