Remove Frame Border using createpopup();

L

Leoa

Hi There,

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();


Thanks
 
D

Darko

Hi There,

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();

Thanks

That is part of the windowing system and you can't do much about it...
you rather switch to floating div's or whatever that doesn't rely on
opening new windows. In such way you have greater flexibility and it
is prettier for users because it doesn't create new tabs in their
taskbar...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,997
Messages
2,570,240
Members
46,828
Latest member
LauraCastr

Latest Threads

Top