tcollick
01-16-2004, 09:27 AM
Hi,
Im currently using this code on my website for clients to access statements:
<form action="https://XXXXXXXXXXXXXXXXXXXXXXX.aspx?" target="_blank"method="get">
<input type="text" name="account">
<input type="password" name="password">
<input type="submit" value="submit">
</form>
However, what I want to also do if give an option to see "statements" and "otherURL" via the same form using a drop down box or checkbox.
The second URL would be different but the formula the same (using get function).
I also want the target URLs to appear in a popup rather than full window.
If anyone can help me with the code for this it would be great:thumbsup:
Im currently using this code on my website for clients to access statements:
<form action="https://XXXXXXXXXXXXXXXXXXXXXXX.aspx?" target="_blank"method="get">
<input type="text" name="account">
<input type="password" name="password">
<input type="submit" value="submit">
</form>
However, what I want to also do if give an option to see "statements" and "otherURL" via the same form using a drop down box or checkbox.
The second URL would be different but the formula the same (using get function).
I also want the target URLs to appear in a popup rather than full window.
If anyone can help me with the code for this it would be great:thumbsup: