Jump to content

Issue with form in new window


giateno

Recommended Posts

Hello to all,

 

we are experiencing a very strange issue with IE7 and 8.

We made a little script to show user the login form in our site: he clicks the link Login in the main page and a new little window is opened in the center of the screen, keeping the original page open and not reloaded.

You can see it here:

 

http://216.38.48.219/loginprova.php

 

Window opening works fine on every browser we tested, the strange thing happens when you type something in the input boxes of the form: with IE characters appears with a lot of delay. It's not easy to explain, please try to that example link.

With all the other browsers, it works regularly.

 

Any ideas?

Link to comment
https://forums.phpfreaks.com/topic/209502-issue-with-form-in-new-window/
Share on other sites

i tried it out, and it's a coding issue..  because its ajax it doesnt post the HTML to the source so i cant take a look...

 

but what is happening there, (in ie8 anywho), is you're applying some css probably to the text boxes, but they arent being applied at page load.  perhaps in an onchange?

 

for me the boxes start out white, i put in some text, and then the boxes turn grey displaying the text.  though the programming does seem to be running slow all the way around.  even the simple task of clicking the keep logged in check box takes about 5 seconds.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.