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
PHP iFrame Form Fun again
3
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
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
- leahpot
- [1] reply
- Cash Money Hosting
- Aruna29
Next Topics on Trending Feed
-
3