how to make a new but small window to open
Page 1 of 1
how to make a new but small window to open
i want to know how i can make a small window to open when people click on a link.instead of opening a new web page i just want a small 300x250 window to open.
thanks in advance...
--
Thanks Rafael - www.htmltutorialtopics.com
Thanks Rafael - www.htmltutorialtopics.com
Re: how to make a new but small window to open
i like the example you gave me but the one i want should open a new window kind of like a pop-up.--
Thanks Rafael - www.htmltutorialtopics.com
Thanks Rafael - www.htmltutorialtopics.com
Re: how to make a new but small window to open
Something like this:<a href="#" onclick="window.open('newpage.htm', 'newwindow', 'width=300, height=250'); return false;">Click here to open new window</a>
- Andreas, HTML.net
--
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Page 1 of 1