Results 1 to 4 of 4

Thread: button click

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2005
    Posts
    2

    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.

  2. #2

    Thread Starter
    New Member
    Join Date
    Aug 2005
    Posts
    2

    Re: button click

    hi,is their any body

  3. #3
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    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!!

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: button click

    Moved from C#

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width