Jul 12, 2007 #1 bbvic Technical User Oct 21, 2004 51 US <a href=" "><input type="radio" name="test"></a> is it impossible with IE? in fact, it works with Mozilla..
<a href=" "><input type="radio" name="test"></a> is it impossible with IE? in fact, it works with Mozilla..
Jul 12, 2007 #2 monksnake Programmer Oct 14, 2005 2,145 US I'm not sure why you'd want to do this, but here is an example that will work on a redirect on the click: Code: <input type="radio" name="test" onclick="window.location='[URL unfurl="true"]http://www.google.com'"[/URL] /> <. Upvote 0 Downvote
I'm not sure why you'd want to do this, but here is an example that will work on a redirect on the click: Code: <input type="radio" name="test" onclick="window.location='[URL unfurl="true"]http://www.google.com'"[/URL] /> <.