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
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
If I want to open a new page in which I can define various attributes I use window.open, eg
Code:window.open(page,'','width=500,height=500,toolbar=1,scrollbars,location,resizable,left = 220, top = 110')
Bookmarks