• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HELP! Javascript!

Tweak155

Lifer
I am trying to get a button in JavaScript to execute some code (i.e store cookies) then redirect to a new page.

It stores the cookies properly but I have an issue with getting a new window to load in the same frame. The page that I want to load is currently stored on my hard drive and will then be uploaded to a server with the same name. The pages are all stored in the same directory.

I tried to use:

document.href
document.location.href
window.location

Any help? I'm stuck 🙁
 
Back
Top