[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 03-31-2006, 12:47 AM   #1 (permalink)
 
BillyConnite's Avatar
 
Join Date: Jul 2005
Location: Coffs H, Australia
Posts: 3,107
47.00 NP$ (Donate)

BillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant futureBillyConnite has a brilliant future

Wildlife Parkinson's Disease Parkinson's Disease
Awful IE!!! Please help!

This has gotten me totally stumped, it's one of those "that's impossible" things...

If you use http://www.proxywebsite.com in FF it works 100% fine.

If you use it in IE, the proxied site will not show any images...

There are settings for the proxy, like whether or not to show images, encode th url's etc etc, these are stored in the following inputs:
Code:
      <input type="hidden" name="new_window" value="ON" />
      <input type="hidden" name="ops[]" checked="checked" />
      <input type="hidden" name="ops[]" />
      <input type="hidden" name="ops[]" checked="checked" />
      <input type="hidden" name="ops[]" checked="checked" />
      <input type="hidden" name="ops[]" checked="checked" />
      <input type="hidden" name="ops[]" />
      <input type="hidden" name="ops[]" checked="checked" />
      <input type="hidden" name="ops[]" />
      <input type="hidden" name="ops[]" />
      <input type="hidden" name="ops[]" checked="checked" />
In FF these inputs are submitted so that you can see the "&hl=1011101001" at the end of the url, those are the settings (1 being on, 0 being off)

In IE when you hit the browse button the "hl" variable should be "1011101001", but it is just "0000000000."

So the problem is that IE is not sending the data at all!!!

WTF I HATE IE SO MUCH!

Sorry, i've worked on this one problem for over an hour!

lol any help is much appreciated!
THanks!
Rhett.
__________________
<?php if(1===1){ $computer="fine."; }else{ $computer="broken."; } echo "Your computer is ".$computer; ?>

Last edited by SecondVersion; 03-31-2006 at 12:53 AM. Reason: :O
BillyConnite is offline  
Old 03-31-2006, 06:35 AM   #2 (permalink)
Domains my Dominion
 
sdsinc's Avatar
 
Join Date: Aug 2005
Location: Web 1.0
Posts: 6,284
1,095.94 NP$ (Donate)

sdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond reputesdsinc has a reputation beyond repute

Third World Education Find Marrow Donors! Find Marrow Donors! Find Marrow Donors! Find Marrow Donors! Animal Rescue Animal Cruelty AIDS/HIV Animal Rescue Wildlife Breast Cancer
It seems your code is screwed up... home page begins with <head>

Why don't you add a value tag for the fields <input type="hidden" name="ops[]" /> ?
Also, you should be aware that when using an array of HTTP form fields the order in which they are received at the other hand (server-side) is not guaranteed and may be different from the form layout...
__________________
Buy now - MassDeveloper.com $500
sdsinc is offline  
Old 03-31-2006, 08:52 AM   #3 (permalink)
Eating Pie
 
iNod's Avatar
 
Join Date: Nov 2004
Location: Canada
Posts: 2,289
126.05 NP$ (Donate)

iNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud ofiNod has much to be proud of

Special Olympics AIDS/HIV Cystic Fibrosis Save The Children Baby Health Cystic Fibrosis
Hello,

Okay first thing.. You are using hidden fields.. Hidden fields don't have a value of checked. So remove that. Replace it with the value field (value=1) or (value=0)

That should fix that up.. I am surprized FF even works.. But FF is really strange..

- Steve
__________________
I feel old.
iNod is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 01:44 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85