dreamwest Posted May 7, 2010 Share Posted May 7, 2010 I have this small javascript that works with Internet explorer but wont work on firefox or chrome browsers. Can someone suggest an alternative? <SCRIPT LANGUAGE="JavaScript"> function go(loc) { window.location.href = loc; } </script> <input type="radio" name="loc" onClick="go('/index.php?type=url');" > Quote Link to comment Share on other sites More sharing options...
callesson Posted May 7, 2010 Share Posted May 7, 2010 Maybe this will help http://www.tek-tips.com/viewthread.cfm?qid=1439991&page=31 http://www.codingforums.com/showthread.php?t=56428 http://support.mozilla.com/tiki-view_forum_thread.php?locale=el&comments_parentId=438268&forumId=1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.