Disable anchor links WITHOUT javascript

psicoganso

New Member
Let's pretend this works:\[code\]<a href="http://stackoverflow.com/questions/12715923/target.html" enabled="<%# myboolean %>">Zelda</a>\[/code\]Okay, but it doesn't. What is the closest I can get to this setup? I basically want the text to either be a link or to be regular text depending on \[code\]myboolean\[/code\]
 
Back
Top