Forum Moderators: open
I don't have access to the form to change its target location, I have seen several examples how to do it with javascript..
I'm thinking something along the lines of:
document.getElementById('testiframe').src = 'newpage.html';
frames['testiframe'].location.href = 'newpage.html';
This is what the form looks like, which I can't change:
<FORM METHOD="POST" NAME="form1" ACTION="mlsq2r.cfm?startat=1" TARGET="_top">
I would appreciate any help :)