I have a page from which all links return a blank page. The URLs are correct, and in Firefox and Chrome you can simply put your cursor in the address bar and hit enter to get to the target page... this doesn't work in IE, which is experiencing the same problem.
Recreate this by:
1) Go to ccpdt.org
2) Click "Find a Certified Trainer"
3) Search using the Zip Code / Distance feature
4) Click ANY link on the page (a search result, option from the menu... anything)
This will load a blank page, despite the fact that the URL is correct. Viewing the source shows that all <a href="....">....</a> tags are being generated correctly by my PHP script... so what's the deal?
Thanks for the info so far... but here's another interesting little tidbit. Clicking on the links in your post results in a blank page too... so it must not be how I'm generating the links, but rather how the page is loaded. I had thought that the problem was a difference between a & in the link and using the & tag, but I've fixed this and it didn't help. Any further ideas?
Additionally, I temporarily added a link on the sidebar to Google, and this link worked fine, when no local links did. I tried using absolute paths, but that wasn't the problem. Is it possible that some POST data is being transferred along the page redirect and interfering with page loading?
Recreate this by:
1) Go to ccpdt.org
2) Click "Find a Certified Trainer"
3) Search using the Zip Code / Distance feature
4) Click ANY link on the page (a search result, option from the menu... anything)
This will load a blank page, despite the fact that the URL is correct. Viewing the source shows that all <a href="....">....</a> tags are being generated correctly by my PHP script... so what's the deal?
Thanks for the info so far... but here's another interesting little tidbit. Clicking on the links in your post results in a blank page too... so it must not be how I'm generating the links, but rather how the page is loaded. I had thought that the problem was a difference between a & in the link and using the & tag, but I've fixed this and it didn't help. Any further ideas?
Additionally, I temporarily added a link on the sidebar to Google, and this link worked fine, when no local links did. I tried using absolute paths, but that wasn't the problem. Is it possible that some POST data is being transferred along the page redirect and interfering with page loading?