Hi,
I have developed a log in form that is not quite working correctly in an Iframe. The problem is that it works fine on my system and every other browser version throughout the office. However it doesnt work on my clients system. We are both using a similar version of IE version 6 - although it is not exactly the same.
The Log in form is contained as a include in my main login page (for example as That domain is referenced from my clients site by an iframe as below.
<iframe scrolling="no" name="ifr" id="ifr" frameborder="0" FRAMEBORDER="0" src=" height="800" width="600">
then in my code is as an include in my index.asp file
<script language>
function login(){
document.frmLogin.submit();
}
</script>
<form name="frmLogin" id="frmLogin" style="margin: 0px" action="index.asp?page=log_in" method="post" target="ifr" >
<input type="image" onClick="javascript:login();" src="buttons/login.gif" vspace="10" border="0">
</form>
I am specifically referencing the Iframe but it still apparently doesnt work on my clients browser. Can anybody see or identify a reason for this?
Please help
JimFl
I have developed a log in form that is not quite working correctly in an Iframe. The problem is that it works fine on my system and every other browser version throughout the office. However it doesnt work on my clients system. We are both using a similar version of IE version 6 - although it is not exactly the same.
The Log in form is contained as a include in my main login page (for example as That domain is referenced from my clients site by an iframe as below.
<iframe scrolling="no" name="ifr" id="ifr" frameborder="0" FRAMEBORDER="0" src=" height="800" width="600">
then in my code is as an include in my index.asp file
<script language>
function login(){
document.frmLogin.submit();
}
</script>
<form name="frmLogin" id="frmLogin" style="margin: 0px" action="index.asp?page=log_in" method="post" target="ifr" >
<input type="image" onClick="javascript:login();" src="buttons/login.gif" vspace="10" border="0">
</form>
I am specifically referencing the Iframe but it still apparently doesnt work on my clients browser. Can anybody see or identify a reason for this?
Please help
JimFl