Drop down an emoji in a text box, and insert an emoji into a text box

Updated on technology 2024-05-09
8 answers
  1. Anonymous users2024-02-09

    Image selection page.

    dim guestimagesnum,imagespath,emotnum,emotpath

    imagespath="images/guestbook/"

    emotpath="images/emot/"

    guestimagesnum=23

    emotnum=23

    action=request("action")select case action

    case "guestimages"

    pagetitle="Please select an avatar"

    call guestimages()

    case "emot"

    pagetitle="Please select an emote"

    call emot()

    end select

    sub guestimages()%

    for i=1 to 9

    >nextfor i=10 to guestimagesnum"<>next

    end sub%>

    sub emot()%

    for i=1 to emotnum

    >if i mod 6 =0 then

    end ifnext

    end sub%>

    function changeimage();

    =guestpath%>"+".gif";

    writeimages%>.gif" width="80" height="90" border="0" onclick="","face","width=480,height=400,resizable=1,scrollbars=1") style="cursor:hand">

  2. Anonymous users2024-02-08

    The one on the first floor has been written very clearly.,Maybe you call the uub device directly.,The device has its own expression.,It's very simple.。

  3. Anonymous users2024-02-07

    Right-click the solution that has not been added to the QQ emoji item 1. Start - Run - Enter regedit 2. Press Ctrl+F and type menuext (or find it manually, the path is: [hkey current user software Microsoft Internet Explorer menuext) 3. Right-click"menuext"Folder - New - Item, the name of the item is "Add to QQ Emoticons" 4. The first icon under "Name" on the right (above"ab"Words) right-click - modify, fill in the numerical data "Install the disk Install the disk is C or D) 5. Right-click in the blank space on the right - create a new "DWORD value", the name is "contexts", and the numerical data is "2" Exit the registry, reopen IE to try, and the right-click menu has an additional "Add to QQ emoticons", right? I did the same.

    Restart IE and there it is. You take a look. Is it that the steps are wrong?

  4. Anonymous users2024-02-06

    A lot of things like freetext, htmleditor, etc., are all of this kind of ** device, the functions are encapsulated in it, and you can call it directly.

  5. Anonymous users2024-02-05

    A text box, as the name suggests, is a control that holds the text, he only has a value, and the value is a string.

    You mean you want his value to be an image object. Unfortunately, a text box can't have child elements, and it can't hold objects other than strings.

  6. Anonymous users2024-02-04

    You can use the rich text box to insert emojis, and when displaying, you can display ** with lable display.

  7. Anonymous users2024-02-03

    Define specific rules and replace them with the corresponding ** or text according to the rules.

    If it is small, you can save the raster matrix to a variable.

    This also makes it possible to implement emoticons using only js files.

  8. Anonymous users2024-02-02

    In this way, you can let the text cover the Shenyun box can display the remaining pieces of filial piety, as for the surface Liang Qing**, then you have to do it yourself.

Related questions
14 answers2024-05-09

Asking for the same data every time you run, so what's the point of asking for a text box? Or did you not make it clear? Isn't it just static, isn't it just when the text attribute is set? >>>More

12 answers2024-05-09

Click on the edge of the text box, when the pointer changes to a cross, multiple small dots appear around the text box, point the mouse to a green dot, the mouse pointer changes to rotate, and then drag the dot.

12 answers2024-05-09

Set the onfocus of the text box and clear the contents.

14 answers2024-05-09

The functions you want are all here, I won't list the specific syntax, you can go to the Internet to find the relevant usage. >>>More

20 answers2024-05-09

The drop-down box contains multiple items, and the text that can read one of the items in the drop-down box (n represents the index). >>>More