Javascript redirect

I’m trying to use javascript to redirect to a network location.

So far I’ve tried window.location & window.open.

Here is an example of what I’m trying to do…

window.open("
etworklocation" + variable)

Typically speaking it adds the URL to the end of the current path.

Any help would be appreciated.

Thanks,

Raithe Davion