PHP iFrame Form Fun again

2 replies
The short run-down of our problem is that We are using the below code to iframe an inventory search form (being styled with CSS) using PHP. Everything works great, except in IE the submit button redirects to a different baseURL.

You can view the code here: seosport.com/forum/php-iframe-code.txt

As shown, the base href we need submitted is

used-cars.kimberlyautomart.net/kimberlyautomart

IE uses dev.kimberlyautomart.net (where it's displayed) instead.

The long walkthrough of the problem we are having is if you go to dev.kimberlyautomart.net/ and you click the inventory search button in ANY browser except for IE it will work just fine and go to the proper page. If you click it in IE it forwards to a url on the same subdomain.

When you click on the inventory search button;

IE goes here: dev.kimberlyautomart.net/kimberlyautomart/browse/view_detailed/type_used/

All other browsers go here(which is the correct page):
used-cars.kimberlyautomart.net/kimberlyautomart/browse/view_detailed/type_used/

Any help or guidance is greatly appreciated!

We also started another thread about this topic at devshed: forums.devshed.com/php-development-5/php-iframe-form-fun-799843.html - PHP iFrame Form Fun - Dev Shed
#form #fun #iframe #php
  • Profile picture of the author leahpot
    sometimes, we can encounter some errors like that one, Maybe because of the browser, as you mentioned your page runs on other browser but on IE its not working.
    I think you better have a note to your site, recommending to used other browsers. not IE browser,
    {{ DiscussionBoard.errors[3611378].message }}

Trending Topics