I am using a Javascript function to open a small window containing a photo "onClick"; but without making an HTML page to go in there (I want it only to contain the JPEG & don't want to have the extra steps & files involved in making a separate HTML page for each photo, as there are many of them) -- I am wondering if I can make the background color of that new window white? The current description of the new window is:
window.open(html,"photo",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,width=270,height=235');
I've tried adding a "bkcolor" in there but that doesn't seem to work... any ideas??
window.open(html,"photo",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,width=270,height=235');
I've tried adding a "bkcolor" in there but that doesn't seem to work... any ideas??