validation of ASP label [modified]
-
Hi All, How to validate or extract values from the following ASP label, "a href="Browse.aspx?s=cc&v=sc">SavingCreditCard(9) /a" ?? I would like to get that count SavingCreditCard(9) in some variable? i would be glad if nayone could help me out. -- modified at 20:54 Thursday 10th May, 2007
-
Hi All, How to validate or extract values from the following ASP label, "a href="Browse.aspx?s=cc&v=sc">SavingCreditCard(9) /a" ?? I would like to get that count SavingCreditCard(9) in some variable? i would be glad if nayone could help me out. -- modified at 20:54 Thursday 10th May, 2007
u can do that in JS . Say document.getELementByID("ID") then open the watch window and check for options there . innerhtml or childrens or value can give u ur "SavingCreditCard(9)". U have to debug that in JS.
-
u can do that in JS . Say document.getELementByID("ID") then open the watch window and check for options there . innerhtml or childrens or value can give u ur "SavingCreditCard(9)". U have to debug that in JS.
Dear Subrata, i got your idea, it really helped me a lot. My question is, " how to capture the innerhtml values, like [categoryIndex].value"?