Produced on Mon May 12 13:05:15 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
# | Location | File | Last Modified |
---|---|---|---|
1 | Mon May 12 13:05:15 2008 UTC | ||
2 | Dolphin-v.6.1.0\inc\js | jquery_ajax.js | Sat Apr 19 12:05:00 2008 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 0 | 0 |
Changed | 0 | 0 |
Inserted | 1 | 16 |
Removed | 0 | 0 |
Whitespace | |
---|---|
Character case | Differences in character case are significant |
Line endings | Differences in line endings (CR and LF characters) are ignored |
CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
1 | function E cecuteAjax (sAction, sCommands, sErrorStr ing) { | |||||
2 | if (sA ction == ' check_logi n') { | |||||
3 | sU sername = document.g etElementB yId('ID'). value; | |||||
4 | sP ass = docu ment.getEl ementById( 'Password' ).value; | |||||
5 | $. post("xml/ get_list.p hp?dataTyp e=login&u= " + sUsern ame + "&p= " + sPass, | |||||
6 | function(s Response) { | |||||
7 | if (sRes ponse=='su ccess') { | |||||
8 | docu ment.forms .ajax_logi n.submit() ; | |||||
9 | } else { | |||||
10 | aler t(sErrorSt ring); | |||||
11 | } | |||||
12 | } | |||||
13 | ); | |||||
14 | ||||||
15 | } | |||||
16 | } |