Try losing the double quotes like:

win.document.write('<body style="background-color: #EBF2FA;"><h4>Loading...</h4><img src="ajax-loader.gif" style="border:1px solid;"></body>');

If you have a url we can look at it might help. Is IE throwing any errors?

*Joseph R. B. Taylor*
/Web Designer/Developer/
--------------------------------------
Sites by Joe
/"Clean, Simple and Elegant Web Design/
Web: http://sitesbyjoe.com
Phone: (508) 840-9657
Email: j...@sitesbyjoe.com


On 6/3/11 10:34 AM, Mahendran Venkatesan wrote:

Hi Folks!

I just tried to open a popup window. And, dynamically i embed an image in the popup window. The image is not showing up in IE browsers. But it's being seen in FireFox.

the code looks like below:

------------------------------------------
win=window.open('','','width=200,height=100');

win.document.write("<body style=\"background-color: #EBF2FA;\"><h4>Loading...</h4><img src=\"ajax-loader.gif\" style=\"border:1px solid;\"></body>");
------------------------------------------

Any help on this would be much appreciated! :)


Thanks!
Venkatesan M

*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to