Forum Moderators: open
I create a login form and put it into an iframe on my website. All looks great.
I tested it with Firefox , it was working fine.
but when I tried to login using IE7 all that happens is that the login box gets refreshed and nothing else appears to happen.
if I change my form target "_self" to "_blank" or "_top" then it is working fine. but why it is not working when terget is "_self".
please tell me it solution.
regards
Dev Bisht
The URL specified in the action attribute is presumably a different page? Is it also on a different server?
How does the page (specified in the action attribute) process the form?
Can you paste your form code?
I have just tried what I think you are trying to do in IE6 and it appears to work OK. (I haven't tried IE7) I'm wondering whether it is some kind of security restriction with IE7?!
I have since tried this (simplified) example in IE7 and again it seems to work OK. The URL specified in the action attribute is followed, the page in the IFRAME is not simply refreshed.
It does sound as if it is something to do with the way you process the form rather than an issue with the IFRAME?