|
Posted by Wayne on 05/30/06 07:48
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_entrance(url,name)
{
new_window = window.open('www.domainsample.com','domainsample',
'menubar,resizable,scrollbars,dependent,status')
}
// -->
</script>
Any assistance would be great.
--
Thanks,
Wayne.
[Back to original message]
|