Nov 12, 2002 #1 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
I have a variable which contain double quote ("" symbol and I want to display into the textbox. How can do it? Thank
Nov 12, 2002 #2 object Programmer Joined Sep 29, 2002 Messages 9 Location AE Here we go... <input value='""'> Goodluck Upvote 0 Downvote
Nov 12, 2002 #3 object Programmer Joined Sep 29, 2002 Messages 9 Location AE oooh that doesn't seem clear, put the value (the double quotes) between single quotes (value='') Goodluck Upvote 0 Downvote
oooh that doesn't seem clear, put the value (the double quotes) between single quotes (value='') Goodluck