Click to See Complete Forum and Search --> : pop-up code needed


leandro
07-01-2004, 03:09 AM
I am looking for code that will give a link the capability to open a pop-up window at a specific size, and change the parent window's content at the same time. I have code for both actions but when I put them together neither script works.

The url is www.thisisplaid.com

thanks for helping

Leo

Kor
07-01-2004, 04:49 AM
function blabla(){
window.open('popup.html','_self','other_attributes_here');
location.href='newpage.html';
}

leandro
07-01-2004, 01:02 PM
Thank you very much. I'll put it in