Click here to Skip to main content
15,881,715 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: How to add a Second Parameter Pin
Anuradha Lakra23-Sep-11 1:54
Anuradha Lakra23-Sep-11 1:54 
QuestionJavascript and loading Pin
SRJ9212-Sep-11 4:01
SRJ9212-Sep-11 4:01 
AnswerRe: Javascript and loading Pin
RichardGrimmer13-Sep-11 6:16
RichardGrimmer13-Sep-11 6:16 
Answersend the more than one client and server program in java with source code Pin
vishnumoorthy12-Sep-11 1:04
vishnumoorthy12-Sep-11 1:04 
GeneralRe: send the more than one client and server program in java with source code Pin
Richard MacCutchan12-Sep-11 1:27
mveRichard MacCutchan12-Sep-11 1:27 
GeneralRe: send the more than one client and server program in java with source code Pin
Manfred Rudolf Bihy12-Sep-11 1:44
professionalManfred Rudolf Bihy12-Sep-11 1:44 
GeneralRe: send the more than one client and server program in java with source code Pin
Richard MacCutchan12-Sep-11 2:18
mveRichard MacCutchan12-Sep-11 2:18 
QuestionRegular expression Pin
Phrone7-Sep-11 9:21
Phrone7-Sep-11 9:21 
I need help with regular expression.
I have some html code into a variable that is named xmlDoc. The code includes a table and there are some things there that I want to pick out with regex.
HTML
<tr class="myGreyRow">
<td>6</td>
<td id="fn1">Prentice, Bob</td>
<td>340584305858</td>
<td>Logged out</td>
<td>
<a class="listlink" href="javascript:doEditAgent("56746")">Edit</a>, 
							<a class="listlink" href="javascript:doRemoveAgent("56746", "fn1")">Delete</a>, 
							<a class="listlink" href="javascript:doLoginLogout("4", "56746","fn1")">Log in</a>
</td>
</tr>

In this code I want to pick out:
1. The name, "Prentice, Bob"
2. The status, "Logged out"
3. The content from doLoginLogout(), "4", "56746","fn1"

How do I do this?
There are five rows similar to this in the table that I need to do this on.
AnswerRe: Regular expression Pin
Firo Atrum Ventus7-Sep-11 17:46
Firo Atrum Ventus7-Sep-11 17:46 
GeneralRe: Regular expression Pin
Phrone7-Sep-11 20:22
Phrone7-Sep-11 20:22 
GeneralRe: Regular expression Pin
Member 215126112-Sep-11 9:26
Member 215126112-Sep-11 9:26 
QuestionJavascript Form Validation Pin
starr0077-Sep-11 9:09
starr0077-Sep-11 9:09 
AnswerRe: Javascript Form Validation Pin
Peter_in_27807-Sep-11 21:59
professionalPeter_in_27807-Sep-11 21:59 
QuestionHelp with Ajax Pin
ShenDraeg7-Sep-11 8:56
ShenDraeg7-Sep-11 8:56 
AnswerRe: Help with Ajax Pin
Morgs Morgan7-Sep-11 21:04
Morgs Morgan7-Sep-11 21:04 
GeneralRe: Help with Ajax Pin
ShenDraeg8-Sep-11 3:56
ShenDraeg8-Sep-11 3:56 
GeneralRe: Help with Ajax Pin
Morgs Morgan8-Sep-11 4:29
Morgs Morgan8-Sep-11 4:29 
GeneralRe: Help with Ajax Pin
ShenDraeg8-Sep-11 6:40
ShenDraeg8-Sep-11 6:40 
GeneralRe: Help with Ajax Pin
ShenDraeg16-Sep-11 9:16
ShenDraeg16-Sep-11 9:16 
AnswerRe: Help with Ajax Pin
ShenDraeg13-Sep-11 9:09
ShenDraeg13-Sep-11 9:09 
Questionproblem with Joomla template - jQuery conflict mootols Pin
nikolay1006-Sep-11 0:04
nikolay1006-Sep-11 0:04 
AnswerRe: problem with Joomla template - jQuery conflict mootols Pin
nikolay1008-Sep-11 19:44
nikolay1008-Sep-11 19:44 
GeneralRe: problem with Joomla template - jQuery conflict mootols Pin
Firo Atrum Ventus8-Sep-11 20:09
Firo Atrum Ventus8-Sep-11 20:09 
Questionsimple javascrpt: checkbox Pin
AndyInUK2-Sep-11 7:13
AndyInUK2-Sep-11 7:13 
AnswerRe: simple javascrpt: checkbox Pin
Evan Gallup3-Sep-11 19:08
Evan Gallup3-Sep-11 19:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.