Page 1 of 1

PHP buttons dont post back

Posted: Tue Sep 29, 2009 12:14 pm
by Luis Luevano
Hi,

I have Windows Server 2008 x64, IIS 7.0 and IE8 with all the service packs and updates from MS installed already.

I installed PHP 5.2.11 using the Microsoft Web Plataform Installer which was no problem at all, I checked after the PHP configuration and the IE displayed it perfectly.

Later I attached a PHP web site (Lime Survey Open Source), put it inside wwwroot and finally "created the application" on IIS.

The problem starts here...

When I see the page on the IE (http://localhost:23/webpage -I dont use port 80-) it asks me to enter a user name and password, which I type correctly, then click on the login button but no acction takes place, it just moves down and up as I click it but nothing happens, also no image on the page shows, I right click them and select "show image" but nothing.

I dont know if Im missing some configuration on IIS, PHP or something on the new IE8 might be causing this.

Please any help would be deeply appreciated.

Luis E Luevano P

Re: PHP buttons dont post back

Posted: Wed Sep 30, 2009 10:52 am
by thirumalai
Luis Luevano wrote:Hi,

I have Windows Server 2008 x64, IIS 7.0 and IE8 with all the service packs and updates from MS installed already.

I installed PHP 5.2.11 using the Microsoft Web Plataform Installer which was no problem at all, I checked after the PHP configuration and the IE displayed it perfectly.

Later I attached a PHP web site (Lime Survey Open Source), put it inside wwwroot and finally "created the application" on IIS.

The problem starts here...

When I see the page on the IE (http://localhost:23/webpage -I dont use port 80-) it asks me to enter a user name and password, which I type correctly, then click on the login button but no acction takes place, it just moves down and up as I click it but nothing happens, also no image on the page shows, I right click them and select "show image" but nothing.

I dont know if Im missing some configuration on IIS, PHP or something on the new IE8 might be causing this.

Please any help would be deeply appreciated.

Luis E Luevano P

Hi Luis,

I think it's not a configure problem it's just script problem . r u use any javascript in button...

Re: PHP buttons dont post back

Posted: Wed Sep 30, 2009 1:03 pm
by Luis Luevano
Thank you,

I tried with firefox and everything worked perfectly, the IE as usual was causing trouble.

Regards,

Luis E Luevano