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:
00418281
Views:
22
Cool... let me try that again.

Your table row definition needs an onclick="fnShowResults()"

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