|
01-28-2005, 03:04 PM | #1 |
Green Mole
Join Date: Jan 2005
Location: New Jersey
Posts: 11
|
IE bug?
Hi all,
I found PHPDig just today and installed it and everything worked fine. I was pretty impressed. I then added the search box function from section 9.2 of the FAQ. Great! Then I remembered that my client uses IE to view everything, so I checked it under IE. Of course, there were problems. I'm surprised that I haven't come across this problem in the fora, since it seems pretty major. If I enter "paul" in the searchbox on the main page (http://www.trimlinemed.com), the search.php page appears with the string "paul query_string=paul" in the search box on search.php. I can't find anything in the code (mine or PHPDig's) that would cause this. And it only under IE. Firefox on several platforms work fine. :-? |
01-28-2005, 03:56 PM | #2 |
Green Mole
Join Date: Sep 2004
Posts: 19
|
Hi,
I've just checked your page in IE 5.5 with no problem showing. Warmbells |
01-28-2005, 06:10 PM | #3 |
Purple Mole
Join Date: Aug 2004
Location: North Island New Zealand
Posts: 170
|
Hi I just visited the web site and it works fine when viewed with firefox, I then switched over to IE and it was okay as well..
|
01-28-2005, 09:39 PM | #4 |
Green Mole
Join Date: Jan 2005
Location: New Jersey
Posts: 11
|
Warmbells, Dave A,
You went to http://www.trimlinemed.com, entered the string "paul" into the search box in the upper right hand corner of the screen and hit "Enter" and the resulting search.php page showed results?! |
01-29-2005, 12:14 AM | #5 |
Green Mole
Join Date: Sep 2004
Posts: 19
|
Yes, no problems at all and I also tried firefox.
Warmbells |
01-29-2005, 06:54 AM | #6 |
Green Mole
Join Date: Jan 2005
Location: New Jersey
Posts: 11
|
Curioser and curioser. It doesn't work for me running IE on my Linux box via VMware nor does it work for my client running IE on XP at a completely different physical location. :-?
|
01-30-2005, 04:39 PM | #7 |
Green Mole
Join Date: Jan 2005
Location: New Jersey
Posts: 11
|
IE bug- SOLVED!
Several people in my LUG saw the problem and one did not. All of the data is not in, but it was consistent amongst people running Win98SE and XP (Home|Pro).
To fix the problem, I added 'enctype="multipart/form-data"' to the form tag and it works now! May I suggest you change the entry in the FAQ/docs to read as follows so others can cut 'n' paste: <form action="http://YOURDOMAIN/search.php" enctype="multipart/form-data" method="post"> <input type="text" name="query_string" value=""> <input type="submit" name="search" value="Search"> </form> |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Do i need help or is it a bug? | se7en | Troubleshooting | 2 | 03-16-2006 07:23 AM |
bug? upgrade to 1.8.4 | zaartix | How-to Forum | 2 | 12-12-2004 07:52 AM |
Bug with PHPDIG_SESSID_VAR? | Edomondo | Bug Tracker | 1 | 11-30-2004 09:56 AM |
Not really a bug | cybercox | Mod Requests | 0 | 04-04-2004 07:03 AM |
bug... | shadow00 | Troubleshooting | 2 | 12-16-2003 01:01 PM |