i have one web from in that i have one button,if i can click the button ,i want to open a new popup window,and in that i have one anther button,please write the code and send me.
Printable View
i have one web from in that i have one button,if i can click the button ,i want to open a new popup window,and in that i have one anther button,please write the code and send me.
hi,is their any body
hey welcome to the forum
I suggest you post your ASP questions in the ASP.NET forum, that way you get better responses
I think you should use java script
this would be an example using an html button. you can just add this to the HTML section of your page, inside the body tag
<INPUT style="Z-INDEX: 103; LEFT: 384px; WIDTH: 112px; POSITION: absolute; TOP: 512px; HEIGHT: 40px"
type="button" value="Button" onclick="window.open('http://yahoo.com')">
notice the last part that starts with onClick is what handles it
Moved from C#