TheCandyman
Technical User
Anyone know if any issues(besides showing in the incorrect frame) with frames and posting a form? If the page is by itself then it works fine, but if it's inside a page with frames, it won't post??
Code:
<form action="https......../default.asp" method="post" name="Login">
User ID:<input size=8 id="USERID" name="USERID"><br><br>
Password:<input size=8 type="password" id="USERPASSWORD" name="USERPASSWORD"><br><br><br>
<input type="submit" value="Secure Log In" id=submit1 name=submit1>
</form>