Using Createpopup()
Jul 23, 2005
if i got no problem with createpopup() function to fill a popup window with
HTML, i am unable to insert script
popupBody.innerHTML="<scriptlanguage='javascript'></script>" gives me a "
non-closed string" error message
any idea ?
View 5 Replies
May 24, 2007
I made a popup window with createpopup(). The window has a frame
border around it that is grey. I can't seem to find the code that
would not allow the frame of the popup to show.
I've experimented with this:
this.mypopup.document.frameborder=0;
window.frame=0;
Ultimately, I would like to know if it is possible to get rid of the
frame border on the popup window created from createpopup();
View 1 Replies
View Related
Oct 4, 2011
For some time I'm using window.createPopup(), recently I noticed that It cannot be used in modal dialogs that are opened in IE8 protected mode,
So I was wondering is there still some way to make window.createPopup() work in the above situation,
View 2 Replies
View Related