PDA

View Full Version : Get inner Text string Value



MrMarlon
02-04-2007, 06:01 PM
PLEASE, I NEED HELP,
ALL I NEED IS SOME HELP IN HOW TO RETRIEVE "119328867"
FROM THE BELOW SOURCE CODE (a link) FROM A WEBPAGE. No LOG-In's No Navigations, no tables...Just that value, Please any takers????????:banghead:

<SCRIPT LANGUAGE="JavaScript">
//Table_Content
var TABLE_CONTENT = [
["<a href=\'javascript:void(0);\' onClick=\'javas
cript:DisplayMenuForDivision(285409280, 50, 119328867, 0, 0);\'><img
src=\'/Images/IconDHTMLMenu.gif\' width=\'18\' height=\'18\' bor
der=\'0\' title=\'Options Menu\' align=\'bottom\'></a>","<a href
=\"Main.cfm?LoadId=1031&Include=/Sour
ce/Sms/CandidateHomePage.cfm&ParentCont
ainerId=1013&candidateId=119328867\">OK03SW145-B</a> <img
align=\"absmiddle\" src=\"/Temp
lates/Sprint/Images/PrimaryCandidate.gif\" width=\"11\" height=\"11\" tit
le=\"This is the primary candidate\" border=\"0\">","<a href=\"Main.cfm?Loa
dId=1031&Include=/So
urce/Sms/CandidateH
omePage.cfm&ParentContainerId=1013&candidateId=119328867\">Brian Van Horn</a>","<span class=\"Tex
tSmall\">App</span>","<span cl
ass=\"TextSmall\">720 Susan Avenue</span>","<span class=\"TextSmall\">Ada</s
pan>","<span class=\"TextSmall\">OK</span>"]
];
</SCRIPT>

mdmackillop
02-04-2007, 06:34 PM
If you can pass this data to a string, "str", then
MyCode = split(str,",")(2) should return the value

MrMarlon
02-04-2007, 07:28 PM
mdmackillop:
I am an IE object handler idiot
can you elaborate more please?

Norie
02-04-2007, 08:49 PM
MrMarlon

If you persist with this type of request I will report you to the various forums you have posted to.

As far as I recall the last post you made on MrExcel involved accessing a secure site, I'm not willing to help with that sort of thing and I don't know many people that are.

mdmackillop
02-05-2007, 06:15 AM
mdmackillop:
I am an IE object handler idiot
can you elaborate more please?
Sorry, I'm out of my depth with IE as well.