the more i work with it the better it gets!!! anyway anyone knows how to create popups in swish??
-
Re: Swish is just the best
Wed, May 26, 2004 - 9:21 AMon (release) {
javascript("window.open('www.website.com','name','width=500,height=300,resizable=no,scrollbars=no,toolbar=no,top='+((screen.availHeight/2)-(300/2))+',left='+((screen.availWidth/2)-(500/2))+'');parent.opener=top;opener.close();");
}