|
-
Aug 28th, 2005, 10:14 PM
#1
Thread Starter
New Member
button click
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.
-
Aug 28th, 2005, 10:16 PM
#2
Thread Starter
New Member
-
Aug 28th, 2005, 10:23 PM
#3
Re: button click
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
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Aug 29th, 2005, 05:29 AM
#4
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|