HTML Option Tag with Value set as an Anchor
Posted
by Craig
on Stack Overflow
See other posts from Stack Overflow
or by Craig
Published on 2010-06-17T22:18:16Z
Indexed on
2010/06/17
22:23 UTC
Read the original article
Hit count: 247
Hello, I am updating some super legacy code and I am unsure how to make this HTML5 compatible.
<option value='<a href='http://localhost:8080/dm?id=%%SUBSCRIBER_ID_TAG%%'>View in a browser window</a>'>Display Message(HTML Version)</option>
I personally have never run across something like that so any help would be great.
© Stack Overflow or respective owner