matt87
08-10-2007, 10:47 AM
Hi Guys,
I have currently got this bit of code in my program.
function xopen(url)
{
window.open(url,"internal")
}
which opens a new window and displays a website. I need to alter it so instead of opening a new window, it opens the url on the same window, as the new window is repeatedly blocked by popup blocker.
Any help would be greatly appreciated!
Thanks
Matt
I have currently got this bit of code in my program.
function xopen(url)
{
window.open(url,"internal")
}
which opens a new window and displays a website. I need to alter it so instead of opening a new window, it opens the url on the same window, as the new window is repeatedly blocked by popup blocker.
Any help would be greatly appreciated!
Thanks
Matt