Results 1 to 3 of 3

Thread: how to position pop below text box?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2004
    Location
    india
    Posts
    95

    how to position pop below text box?

    Hi ,

    i wanted to display a popup window in HTML page just below the text box.

    can anyone send me the code / logic to do this ?

    thanks


    V.r.mahendran

  2. #2
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: how to position pop below text box?

    I don't think you can do traditional "popups" with raw HTML. I know it's possible with some of the external tools... AJAX, Atlas, JavaScript... and I also believe a popup box will default to the center of the screen. If you just want to display things under a certain spot, just create the object there and change it's Visible status.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,173

    Re: how to position pop below text box?

    You will not accomplish this with an alert() box. Use a bleeding DIV. Use CSS to hide it and javascript/codebehind to make it visible when required.

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