Log in

View Full Version : url and window...



auriaks
09-14-2009, 08:40 PM
hi all. I want to create a link in my main page... but when you push on it, it will open a NEW 100px x 100px page. i know that it is simple, but I forgotten the code. Thanks

forum_amnesiac
09-15-2009, 05:29 AM
If I want to open a new page in which I can define various attributes I use window.open, eg


window.open(page,'','width=500,height=500,toolbar=1,scrollbars,location,resizable,left = 220, top = 110')