Dynadot โ€” .com Registration $8.99

IE!! Please help!

Spaceship Spaceship
Watch
Impact
109
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.
 
Last edited by a moderator:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
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...
 
0
•••
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
 
0
•••
Dynadot โ€” .com Registration $8.99Dynadot โ€” .com Registration $8.99
Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back