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');" > Link to comment https://forums.phpfreaks.com/topic/200974-javascript-url-help/ 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 Link to comment https://forums.phpfreaks.com/topic/200974-javascript-url-help/#findComment-1054477 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.