hans
Newbie
Posts: 1
Registered: 10/7/2005
Member Is Offline
|
| posted on 10/7/2005 at 12:22 PM |
|
|
Disable alert
Hi there
I cannot figure out how to disable the JavaScript alert when validating. For some fields pages I want to use my own functions - and have them take
care of displaying the alert.
I thought changing alert to:
'alert' : 0
would do the trick. I cannot find a way to disable alert. Hope you can help.
Regards,
Hans
|
|
|
ewel
Junior Member
Posts: 3
Registered: 1/29/2006
Member Is Offline
|
| posted on 1/29/2006 at 02:38 AM |
|
|
Find the following line in the .js:
alert(s_alert_message);
and then put a double forward slash in front of it (or delete it).
If anyone knows how to (dis)activate the alert in the .html by way of 'alert' : 1 I would like to know!
|
|
|