prompt() into textbox

Ask a Question related to ASP, Design and Development.

  1. #1

    Default prompt() into textbox

    How do you get a javascript prompt() box to put whatever you enter
    into the prompt box into a text box. So for example you would be
    typing in a textbox and you would want to add a word in bold, so you
    click the a button, a prompt box appears and then you enter the word
    you want in bold and then click ok and it adds it into the box where
    the cursor is within the box with the tags <b> </b> ...

    Many Thanks in advance,

    Jacob
    Jacob Guest

  2. Similar Questions and Discussions

    1. ASP Log-In Prompt
      I've set everything up on my site with ASP. There's a log-in form on the page already, but I would like that if a member tries to access a page...
    2. SSL Prompt
      I just installed the FMS dev edition on my RedHat Linux server everything seems to be running because I can connect to it using the management...
    3. DOS Prompt in I.E.
      I came up with this the other day while playing. Basically it puts an I.E. wrapper around a DOS prompt. There are a few things to note: 1. It...
    4. runat="server"....a simple html textbox or a webform server textbox...that is the question.
      I just realized that the code I inherited is using all asp.net server controls (ie. webform controls) and when I try to update textboxes on the...
    5. VERY STRANGE BUG? Adding a textbox control causes other textbox control to fail???
      I've had this happen a few times too. I'm still not positive of what exactly causes it but all that's happening is the control that no longer...
  3. #2

    Default Re: prompt() into textbox

    Jacob wrote:
    > How do you get a javascript prompt() box to put whatever you enter
    > into the prompt box into a text box. ...
    news:comp.lang.javascript is over there ---->

    --
    William Tasso - [url]http://WilliamTasso.com[/url]


    William Tasso Guest

  4. #3

    Default Re: prompt() into textbox

    William Tasso wrote on 24 okt 2003 in
    microsoft.public.inetserver.asp.general:
    > news:comp.lang.javascript is over there ---->
    >
    > --
    > William Tasso - [url]http://WilliamTasso.com[/url]
    >
    Could not find it there,
    William Tasso [dot] com (There's only one ...)

    gASPingly yours,

    --
    Evertjan.
    The Netherlands.
    (Please change the x'es to dots in my emailaddress)
    Evertjan. Guest

  5. #4

    Default Re: prompt() into textbox

    Evertjan. wrote:
    > William Tasso wrote on 24 okt 2003 in
    > microsoft.public.inetserver.asp.general:
    >
    >> news:comp.lang.javascript is over there ---->
    >>
    >> --
    >> William Tasso - [url]http://WilliamTasso.com[/url]
    >>
    >
    > Could not find it there,
    > William Tasso [dot] com (There's only one ...)
    LOL: no, not here. there ---->
    > gASPingly yours,
    grasping at straws?

    --
    William Tasso


    William Tasso Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139