|
The_magus -> RE: Upload photo failure prompt? (2/21/2007 2:06:47)
|
Dear AbbyCookie: I think it would be much better to alter your system to allow the viewer to include what ever character they want within reason - I found it annoying when I was not permited to use characters that are in every day use. I don't know about your system but I have a file containing a form which contains the following code: alert("Please enter only letter, digit, whitespace and \",.'?!\" characters in the \"Message\" field."); theForm.TextArea1.focus(); return false; If I want to allow the viewer to include additional characters I have only to include them in the line following the word "only". Cheers Jack The Magus
|
|
|
|