pop up.....pop off and open normal window

They have: 19 posts

Joined: Feb 2002

Howdy folks,
thanks for the help so far and i think i have a unique question for you. If not sorry i missed it.

i have a pop up window to show a closer view of a pic. Then i would like them to click on download and open a normal window with registration form while "closing the pop up"

eg, onMousedown open the New Window onMouseup close pop up

To me this sounds reasanable but .....alas

please help

see http://www.boxdesign.com/BoxDesign-collection.html

bit slow but i'll fix that soon

When in doubt - Check it out

taff's picture

They have: 956 posts

Joined: Jun 2001

You want to load a new page in the window that launched the popup FROM the popup? If so:

<script>
function updateParent(newURL){
opener.document.location = newURL
}
</script>

Then call the function like so:

Registration

.....

They have: 19 posts

Joined: Feb 2002

Nice one Mr Taff
Better than i expected
thanks a lot.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.