Jump to content

Javascript url help


dreamwest

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.