D
Davido
Hi,
I have an iframe inside my main page which is loaded via multiple HTML
links (based on which link is clicked, a different HTML file populates
the iframe).
The iframe contains several forms with submit buttons like this:
<form action="https://www.whatever.com/cgi-bin/webscr" method="post"
target="_blank">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="amount" value="10.00">
<input type="image" src="pics/buy.gif" border="0" name="submit"
alt="Buy">
</form>
The problem I am having is that the active area of the button seems to
be only a few pixels wide, even though the image is the size of a
button (something like 40x30). In some cases the buttons appear
completely inactive, as if the mouseover events are not reaching the
form submit button in the iframe or the coordinates are being
interpreted incorrectly.
Any ideas on what might be happening?
Thanks!
Regards,
david
I have an iframe inside my main page which is loaded via multiple HTML
links (based on which link is clicked, a different HTML file populates
the iframe).
The iframe contains several forms with submit buttons like this:
<form action="https://www.whatever.com/cgi-bin/webscr" method="post"
target="_blank">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="amount" value="10.00">
<input type="image" src="pics/buy.gif" border="0" name="submit"
alt="Buy">
</form>
The problem I am having is that the active area of the button seems to
be only a few pixels wide, even though the image is the size of a
button (something like 40x30). In some cases the buttons appear
completely inactive, as if the mouseover events are not reaching the
form submit button in the iframe or the coordinates are being
interpreted incorrectly.
Any ideas on what might be happening?
Thanks!
Regards,
david