Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to bind XML data with a hyperlink
Message
General information
Forum:
Internet
Category:
XML
Miscellaneous
Thread ID:
00417832
Message ID:
00418280
Views:
26
I thought I did this one time before... but upon further review. What I did was put an call to a function when the field was clicked;
<td><span onclick="fnShowResults()" Datafld="AccountNum"></span></td>
Then in the fnShowResults function I parsed the value of the field,
function fnShowResults(){
lcValue = window.event.srcElement.parentElement.parentElement.cells(1).innerText;
lcValue = "my_asp.asp?remote="+lcValue;
parent.frames(1).location = lcValue
}

You get the same kind of results, but it's a little more generic and you don't have to mess with your XML data.

HTH
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform