Search:
Type: Posts; User: ogzy
Search :
Search took 0.01 seconds.
Hey thanks bud!
This is kinda report and I'm not trying to show only an image on popup window. But anyway; I found the reason why it's not showing the image. I was using;
myWindow.stop();
at...
Thank you! But It didn't work as well. Still the same..
This is ridiculous. I can't see the image on the popup window but when I view the source and create an html page by copying that source, it...
Thanks but I just put that "./image.jpeg" for instance. Normally It's not working even if I put the full path!
Hello everyone;
I know that any html code can be written in a popup window by below technique:
myWindow = window.open('', 'header', 'menubar=0', 'toolbar=0', etc..);...