Hello all!!
I have a form that gets information from an external server and i need the results to be displayed on a Iframe under my website. It may be in a Iframe or displayed on a another page in my website, here a bit of the code i have :
<form action="http://external.server.feeder.htm" method="GET" name="f" id="f" >
<input type="hidden" name="LPR" id="LPR" value=0>
<input type="hidden" name="MPR" id="MPR" value=0>
.
.
.
.
input type="submit" value="Search" class="button" name="submit" id="submit" target="results"></td>
<td><input type="reset" value="Reset" class="button" name="limpar" id="limpar"></td>
</form>
I hope you can help me on this
Kind Regards
Aclips



Reply With Quote


Bookmarks