I can't find the properity to set to disable a hyperlink column on my aspx form.
I have tried:
1. document.frmPledge.lnkSearch = "";
2. document.frmPledge.lnkSearch.href = "";
3. document.frmPledge.lnkSearch.disabled = true;
Attempt 1 do nothing. No errors, but the link doesn't change either.
Attempts 2 and 3 error out stating that lnkSearch is null or not an object.
What am I missing? Thank you for your help
Jason Meckley
Database Analyst
WITF
I have tried:
1. document.frmPledge.lnkSearch = "";
2. document.frmPledge.lnkSearch.href = "";
3. document.frmPledge.lnkSearch.disabled = true;
Attempt 1 do nothing. No errors, but the link doesn't change either.
Attempts 2 and 3 error out stating that lnkSearch is null or not an object.
What am I missing? Thank you for your help
Jason Meckley
Database Analyst
WITF