English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to open a small window of i e browser when i will click certain link button

2006-07-28 02:06:25 · 2 answers · asked by dipak 2 in Computers & Internet Programming & Design

2 answers

use javascript and onclick event or set it up as a script, to open a new window and you can set the size and properties also by doing this.

ex:
onclick="javascript:window.open
('blah.aspx','new_page',
'width=300, hight=300, left=10,top=10, resizable, scrollbars')">
click me


note: sorry for bad script but i dont know how to display it in yahoo without it getting all broken.

2006-07-28 02:24:05 · answer #1 · answered by Nick H 3 · 0 0

Right click on link then select open in new window. After it opens adjust window size.

2006-07-28 09:18:32 · answer #2 · answered by mt92501 4 · 0 0

fedest.com, questions and answers