PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Ok, I know I have seen this recently, adn cannot for the life of me find it. I have working script which basically returns an image as the result of the page request. The problem I am having is it is also opening a second browser window when as well as displaying the image properly in the first window.
I am doing my development for IE 5.5 or later because of my customer base. I actually use IE 6.0. It may be something simple with my test page, I will work more on it tomorrow.
umm... stonegaurd: pm me on this with an im service and name (eg: aim:stonegaurd ) if you're still having issues. i have something that works in 6.0 and does a bunch of stuff with images, i jsut wanna talk realtime and make sure that what i have is close enough to what your doing to be applicable. if so i'll give you the script and you can go from there to figure out what's going wrong
Nay, what you gave me is strictly an image with no source. This gave me the idea to test my image and make sure the test file returns the same, and it does. there is no viewable source with the image being returned from test.php. Thanks for the idea though, was definitely worth a thought!
m3, I sent you a PM. I am in the Eastern US, so you will most likely catch me during the daylight / evening hours here. .
Heh, I finally figured out my problem. User error . The page I was testing it with had an explicit window.open() in javascript way down near the bottom. Thanks for all the help!