Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to bind XML data with a hyperlink
Message
Information générale
Forum:
Internet
Catégorie:
XML
Divers
Thread ID:
00417832
Message ID:
00418281
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform