Hi,
I would like to know if there is a way in php to randomize
the following url (www.domainsample.com used as example).
I have 4 different urls I would like to use, basically changing
every time the page is accessed.
<!--
function open_on_entranc e(url,name)
{
new_window = window.open('ww w.domainsample. com','domainsam ple',
'menubar,resiza ble,scrollbars, dependent,statu s')
}
// -->
</script>
Any assistance would be great.
--
Thanks,
Wayne.
I would like to know if there is a way in php to randomize
the following url (www.domainsample.com used as example).
I have 4 different urls I would like to use, basically changing
every time the page is accessed.
<!--
function open_on_entranc e(url,name)
{
new_window = window.open('ww w.domainsample. com','domainsam ple',
'menubar,resiza ble,scrollbars, dependent,statu s')
}
// -->
</script>
Any assistance would be great.
--
Thanks,
Wayne.
Comment