Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to display double quote("") in the textbox??

Status
Not open for further replies.

flowertang

Programmer
Joined
Sep 27, 2002
Messages
9
Location
HK
I have a variable which contain double quote ("") symbol and I want to display into the textbox. How can do it?
Thank
 
Here we go...
<input value='&quot;&quot;'>

Goodluck :)
 
oooh that doesn't seem clear, put the value (the double quotes) between single quotes (value='')

Goodluck :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top