or
--------------begin |
Number: 2153036 |
Date: 09June2010 |
Time: 13:51:22 |
Product: SmartDefense |
Interface: eth0 |
Origin: nrodo3 |
Type: Log |
Action: Reject |
Protocol: tcp |
Service: http (80) |
Source: 207.67.36.210 |
Destination: nriis3 (198.234.44.227) |
Source Port: 57783 |
Attack Name: SQL Injection |
SmartDefense Profile: Default_Protection |
Information: reason: WSE0040002 SQL injection detected in request: 'minValue' |
------------end |
function
OnClientClose(oWnd) {
alert(oWnd);
//newly added line
//Get the title of the active RadWindow
var
title = oWnd.get_title();
.....
.....