Jul 27, 2008

Add Text In Input-field

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

free web hosting

Add Text In Input-field

gotcha41
this is a picture of my shoutbox:
user posted image

one problem:
the links/code for adding one of the smilies to the message-input-field (text: e.g. laugh.gif , unsure.gif ,...) are missing. Does someone knows how this can be fixed?

-the name of the message-input-field is "message".

thanks in advance! cool.gif

Reply

gotcha41
EDIT: laugh.gif and unsure.gif should be
CODE
:lol: and :unsure:

Reply

nipun
The code is
<input type=text name=whatever the name value="value">

Reply

gotcha41
nipun
The code is
<input type=text name=whatever the name value="value">


ok, thanks! i will try this and post the results as soon as possible cool.gif

Reply

gotcha41
nipun


ok, here are the results:

remark:

- the text should solely appear if something (an image) get clicked, so nipun, your solution to the problem/my question isn't what i was looking for. But anyway, thanks for responding! cool.gif

- the code i've needed is as follow:
CODE

[i]<head>
<script language="JavaScript" type="text/JavaScript">

function addsmiley(code)
{
 document.formname.inputname.value += ''+code+'';

}
</script>

</head>[/i]


-my problem is solved/question has been answered, topic can be closed now? tongue.gif

 

 

 


Reply

Inspiron
Hey but your shoutbox provider should provide the codes properly..
You have to refer to them..

Different providers provide differently smile.gif

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : add, text, input, field

  1. Text Editors Vs Word Processors
    (1)
  2. Text Based Rpg Game Maker
    (3)
    Well I need one, if you can help please do...I would like it so I can have people play online.....
  3. Mysql
    Several files in one field. (2)
    Hi guys. I want t know if it is posible to have so many entries for one object in a field in MySQL.
    I know my question may not be clear because I lack in terminology but pliz try and help. What I want
    to do is for axample have a database of my clients with the following fields for every client:
    fname, lname, more than one photos, contrubutions(comments, jokes, testimonials posted) etc. I want
    to have the things like the photos in the same field but they have to be unique so that my php code
    can deal with them individually llike they are coming from different fields.....
  4. Text Size Problem
    (6)
    Ok i have a skin for an ipb board that im working on, and there is just one problem left with the
    skin and that is that when you view it in Internet explore, the text comes out looking so small you
    cant read it. but it looks fine in every other browser. Any body no what might cause this and how i
    could fix it? if you need to see the css code just let me know and i will post it. Thanks....
  5. Any Advice From Experts?
    wrapping text around pictures. (3)
    I was wondering if someone could help me. I know that when you mix text with pictures, when you use
    the "align" feature, the text will wrap around the picture, eg. when you want text to the left to
    wrap around a picture on the right, you just add 'align="right"' to the picture and vice
    cersa for text and pictures on the opposite side. However, it becomes totally different when you
    want 2 pictures, one underneath the other, or when you want a caption text underneath the
    picture(s), in which case the wrapping and formatting completely disappears. it is of course po....
  6. Text Based Game
    (5)
    Is it possible to make a Text Based game with only HTML and some PHP for chat? I dunno any
    languages besides HTML. =.= yeah Im a newbie.....
  7. Text-link-ads
    (0)
    I wanted to know your experience? I just started using the program and so far found it to be a god
    send! I am rolling the dough with their affiliate program. I know bloggers like John Chow and
    celebrity copy cat John Cow make lots of cash using it hence I tried it out. I would personally say,
    so far so good. My campaign of promoting the link worked well. What are your thoughts?....
  8. Domain Constants --- A, Mx, Ns & Cname Values
    What should I input for A, MX, NS & CNAME Values at Domain Registr (2)
    Hi, I have registered with Trap17 for a Beta Hosting Acc. Its domain name is zoebelkin.co.cc . So
    what valuse should I put in the Host, Type & Value(Target) fields for my domain's A, MX, NS &
    CNAME Records at my domain registrar co.cc's CPanel. I have two subdomains
    http://forums.zoebelkin.co.cc & http://gallery.zoebelkin.co.cc . My mail Server at Trap17
    is mail.zoebelkin.co.cc . I'm hosted on ' gamma ' Server (
    http://gamma.xisto.com ). IP for the ' gamma ' Server is 64.69.46.210 So what
    exactly should b....
  9. Text Signature On K1m?
    (0)
    soo iive been looking everywere and i cant find out how to make a text signature on the k1m, i
    can make a MMS signature, but i cant find out how to make a normal onee.. can anyone help ?
    /rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> ....
  10. The Value Specified For The Package Username Field Is Not Valid.
    (2)
    QUOTE The value specified for the Package username field is not valid. What am i doing wrong?
    what does this field have to include? I'm trying to set it as karlosantana Forgive me for being
    dumn! thanks in advance karlos....
  11. A Truly Smart Australia
    Earth Hour is just a politcal field day that in reality does nothing. (2)
    Hi all, On Saturday, March 29, 2008 at 8pm (local time wherever you are) a lot of cities and
    businesses around the world will turn ALL lights off for 1 hour. Aka all appliances will be turned
    off, and the CBD's will be plunged into darkness (I think street lights will be kept on though).
    * Aalborg * Aarhus * Adelaide * Atlanta * Bangkok * Brisbane *
    Canberra * Chicago * Christchurch * Copenhagen * Dublin * Manila *
    Melbourne * Montreal * Odense * Ottawa * Perth * Phoenix * ....
  12. Xhtml Input Field Problem
    (1)
    Hi, i use XHTML Strict and CSS, making one site. Here's some CSS code : CODE .LoginFromField
    { margin : 9px 3px 0 3px; width : 120px; height : 18px; float : left; color :
    #666; background-image : url(./FormFieldDefaultBg.gif); background-repeat : repeat;
    font-family : Verdana, Helvetica, sans-serif; font-size : 12px; border : 1px solid #aaa;
    } XHTML code: CODE <?xml version="1.0" encoding="windows-1251"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "h....
  13. Photoshop Tut: Basic Text (video)
    (0)
    Same thing as my sig tut, but for text. http://youtube.com/watch?v=SDFfVDSBhrY ....
  14. Mouse Input In C Programs
    using checkbox etc (5)
    how can we use mouse input in C programs...i think that works only in graphics mode... i tried a few
    functions that are available but they are not working...either i dont know how to use them properly
    or they dont work under my compiler...i use borlandv3. do i have to download some file from internet
    which will make it work or i need to use a different compiler..... and also i wish to know what all
    things i can do with it once it starts working,i mean checkbox or optionbox or making mouse focus
    specific areas................. I know these things can be done better with o....
  15. How To Use Command Prompt As A Text Editor
    (6)
    In this tutorial, I will show you how you can use Command Prompt to create text files. It is very
    simple and you can also use it to write output from a command into a text file. This can be
    particularly useful when you need documentation from a DOS program in a text file when you use the
    help command or something similar. In order to do this you simply use this DOS command. echo
    Text >> test.txt This will create a new text file called test and echo the contents into it. If
    we wanted to write a 2 line document, we could do something like: echo Hello >> test.txt e....
  16. What Program Do You Use To Design Your Web?
    Frontpage, Dreamweaver, a good text editor? (82)
    I personaly choose frontpage because its easy to use but.....I use dreamweaver for PHP.....
  17. Photoshop -- Double Stroke
    Learn to create a neat-o text effect (2)
    Lets do this! 1. Create a new photoshop document with the dimensions 88x31. If your lost
    already... quit. 2.Alright make some random background and then put some random black-colored
    (#000000) text on it. Kind of like the picture below. 3. Select the text layer you have just
    created and click on the little f symbol near the bottom of the layer window. A sub menu should pop
    up. Click on stroke. 4. Some editing window should appear. Change all the values to what you
    see in the following image, make sure the stroke color is white (#FFFFFF). After this tu....
  18. Colors/styles For Text?
    How do we change colors? (2)
    How do i change colors or styles of text in c++? like for colors eg. : hello world for styles:
    Hello World ....
  19. One Line Text Ad Preview
    (13)
    Can someone please post a screenshot of the text ad that appears at the bottom of your Qupis
    website? /huh.gif" style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" /> I have
    never seen how it looks before (I searched this forum and the website, and I have seen no
    Qupis-Hosting Sites either), and I want to compare it to other services. /wink.gif"
    style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> Thanks /xd.gif"
    style="vertical-align:middle" emoid=":XD:" border="0" alt="xd.gif" /> - kab012345....
  20. Adding Shine To Text
    images say "Tiger Ads", but, the board is clsed, so, i'm r (1)
    OK, in this tut, I am going to show you how to add shine to any text. For this example I will be
    using the TigerAds affiliate button. (the board is since closed so, I'm not really advertising
    /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />) OK then,
    lets get started! 1. Open up the image that you will be using, this is mine: 2.
    Now that your image is open and making sure that its the .psd so you can edit the text on it. In
    your layers menu, hold down CTRL and click on the text layer so that only the te....
  21. Internet Site That Allows You To Send Text Messages
    (9)
    Does anyone know of an internet site that allows you to send text messages to mobil phones over the
    net? besides the phones service provider?....
  22. Qupis : Free Hosting With Php, Mysql, Cpanel. (one Line Text Ad At Bottom)
    a member of Xisto (41)
    Hello Members, We are proud to introduce a new member to Xisto group of sites.
    Qupis : Free Web Hosting 150 MB space, 5000 MB Bandwidth, php,
    mysql, CPanel (Latest). Emails, FTP, Addon domains, Parked Domains etc.
    http://www.Qupis.com
    Feel free to add your reviews and comments about it. -Trap17
    Management ....
  23. Flatfile User Login/signup
    Uses text files only (compatable with forums and message system) (24)
    With this tutorial, you will learn how to create a textfile login script. This user membership
    script is for use also with my forums and message system scripts. I will also give you the scripts
    to make it so that people can change their profiles. Ok, The first thing we need to do is make the
    database. To do this, create a blank text file called 'userdata.txt' , make sure it is ALL
    LOWER-CASE. Edit this file and put
    '**username|##|password|##|email|##|rank|##|userid|##|name|##|picture**'. This will not be
    used, however it will give you an idea of how the....
  24. PlayPump An Invention That Serves Humanitarian
    by Trevor Field - Johannesburg, South Africa (6)
    I'm holding a fundraise this weekend for some device called the PlayPump. At first I had no idea
    what this device did. This fundraise was just a part of my company's project and since it
    involved humanitarian efforts, I simply thought, "hey I'm a nice guy I can do this..." Trevor
    Field is an entrepreneur. He had an idea to invent something simple that can be effortless and be
    useful at the same time (his previous company was an advertisement company). Now, enter inventing
    company merging with Mr. Field's brilliant mind. And you have a device that does, i....
  25. Speakonia Voice Synthesizer - Free Download
    A text to speech convertor that is really cool... (6)
    Download from their site: Speakonia Download page The Download page also has links for
    downloadable language packages for a couple of languages other than English and a pack for
    'British" English (for those of us using the Queen's English / different spellings than
    American English) and a link to download the Microsoft voices which I find to be better than the
    default voices supplied with the basic software, but you decide. Cut and paste your emails or any
    other text into the software and it will use the speakers on your computer to read it back to you.
    Way....
  26. Have You Heard Computers Sing?
    Text to speech... or Text to song? (19)
    I bumped into this page: http://research.microsoft.com/srg/whistmusic/ when I was browsing the
    internet /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Scroll
    down to the bottom, and you'll hear some pretty amazing songs! Sung by text to speech
    synthesized voices!....
  27. 800 Banners + Best Free Banner Text/image Maker!
    Image banners + flash banners. (15)
    I've said everything, i've shared my entire collection of banners and a banner maker that
    can make text banners/ads and images banners/ads with links and all the rest. Download: 800
    Banners: http://free-flash-clocks.trap17.com/800_banners.zip Also you'll find also flash
    banners too, made in flash, of course, about 400+ free flash banners, just use them on your business
    websites or any other websites/forums/blogs you want. If you know how to convert the swf files to
    fla, be my guest to do so, if you don't know how to convert swf files to fla, just s....
  28. Darkthrone
    Text MMORPG (5)
    I'd like to share my favorite RPG with you guys. It's a text MMORPG and is still in it's
    beta stages (Almost Omega). It is very addicting so be warned, you may spend hours on here, trying
    to upgrade and level up. I am talking about Dark Throne . In Dark Throne you start off and choose
    1 of four classes and in each of those classes are sub-classes. What you do is train your army to
    great strength and popularity. You can battle other members and win gold off of them. The more gold
    you get, the more upgrades you can get. It is very addicting once you get into....
  29. The Best And Free Website/html Editors + Text Editors
    A good collection! Check it out. (48)
    Here they are, the best html editors. Just pick one because they are all free, or choose one of the
    ones i most recommend. WebCore Designer 2005 http://www.mpsoftware.dk/webcoredesigner.php
    HTMLGate Free http://www.mpsoftware.dk/htmlgate.php Ma Page Web http://www.aldweb.com
    MAX's HTML Beauty++ 2004 http://www.htmlbeauty.com WebWorks http://w1.213.telia.com
    PageBuilder HTML Editor http://www.tafweb.com Website Mentor http://www.dark-street.com
    Cascade DTP http://www.price-media.demon.co.uk BPlainPro http://home5.swipnet.se/~w-52253/hy....
  30. Adobe Photoshop Fire Text
    (5)
    1. Create a new image, any size will do, but I used 400x150 (standard sig size) 2. Fill the newly
    created image with black 3. Create a new text layer with whatever text you want to use 4.
    Merge the text layer with your background layer (Click on your text layer, press Ctrl + E) 5.
    Filter, Stylize, Wind...Use Settings Below 6. Repeat by pressing Ctrl + F 7. Repeat steps
    5-6, changing the direction of the wind to Right 8. Now rotate the canvas 90 degrees CW 9.
    Repeat steps 5-7 10. Rotate the canvas 90 degrees CCW, this will return you to the origina....

    1. Looking for add, text, input, field

Searching Video's for add, text, input, field
Similar
Text Editors
Vs Word
Processors
Text Based
Rpg Game
Maker
Mysql -
Several
files in one
field.
Text Size
Problem
Any Advice
From
Experts? -
wrapping
text around
pictures.
Text Based
Game
Text-link-ad
s
Domain
Constants
--- A, Mx,
Ns &
Cname Values
- What
should I
input for A,
MX, NS &
CNAME Values
at Domain
Registr
Text
Signature On
K1m?
The Value
Specified
For The
Package
Username
Field Is Not
Valid.
A Truly
Smart
Australia -
Earth Hour
is just a
politcal
field day
that in
reality does
nothing.
Xhtml Input
Field
Problem
Photoshop
Tut: Basic
Text (video)
Mouse Input
In C
Programs -
using
checkbox etc
How To Use
Command
Prompt As A
Text Editor
What Program
Do You Use
To Design
Your Web? -
Frontpage,
Dreamweaver,
a good text
editor?
Photoshop --
Double
Stroke -
Learn to
create a
neat-o text
effect
Colors/style
s For Text?
- How do we
change
colors?
One Line
Text Ad
Preview
Adding Shine
To Text -
images say
"Tiger
Ads",
but, the
board is
clsed, so,
i'm r
Internet
Site That
Allows You
To Send Text
Messages
Qupis : Free
Hosting With
Php, Mysql,
Cpanel. (one
Line Text Ad
At Bottom) -
a member of
Xisto
Flatfile
User
Login/signup
- Uses text
files only
(compatable
with forums
and message
system)
PlayPump An
Invention
That Serves
Humanitarian
- by Trevor
Field -
Johannesburg
, South
Africa
Speakonia
Voice
Synthesizer
- Free
Download - A
text to
speech
convertor
that is
really
cool...
Have You
Heard
Computers
Sing? - Text
to speech...
or Text to
song?
800 Banners
+ Best Free
Banner
Text/image
Maker! -
Image
banners +
flash
banners.
Darkthrone -
Text MMORPG
The Best And
Free
Website/html
Editors +
Text Editors
- A good
collection&#
33; Check it
out.
Adobe
Photoshop
Fire Text
advertisement



Add Text In Input-field



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE