| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
![]() | 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 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 |
| |
| | #2 (permalink) |
| Domains my Dominion | 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 |
| |
| | #3 (permalink) |
| Eating Pie | 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. |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |