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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFform validation and ASCII?

Status
Not open for further replies.

Jawa

Programmer
Feb 21, 2002
74
US
I am using cfform to validate and I need to use ASCII in the message. However, when the javascript opens it shows the ASCII not the characters. As there any way around this?

<cfinput type="Text" name="fname" message="&##21153;&##24517;&##22635;&##20889;: &##22995;&##21517;&##65306;" required="Yes" size="25" class="formField">

THANK YOU!
 
Try using the chr() function that should allow you to use the ascii values
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top