|
|
|
| cp.confirmBugTrackText cp.confirmBugTrackText = String; default : disabled, empty string. When running crossProbe in bugTrackMode the default action is to send the error reports automatically to the bugtrack database as they happen, invisible to the end user. But since some people don't like their browser to do things without them not knowing of it, you can load this property with a string explaining what is about to happen and give your visitors a choice not to proceed if they would feel uncomfortable with this type of action. The bugtrack- confirm box will appear only if this property has been set. Example: cp.bugTrackMode ( true, "myUserName"); cp.confirmBugTrackText = "Oups, an error has occured" + " on this page.\n\n Click OK if you would like the author to know about it...\t" Show resulting confirm box. |
|
| Reference
Index. |
|