problem with opening pop up window

Y

yan martin

W

Whitecrest

In the index page,
is the javascript,
and the action for the flash button "plan d'accès" is
on (release) {getURL ("javascript:lancerpopup()");
}

Short answer:
You forgot to add lancerpopup() script on the page in the second link

Long answer:
You are using an old method for popping up a window with Flash, this is
the new way:

on(release) {
getURL ("javascript:NewWindow=window.open('pop_
3palmswineryCD.html','3PalmsWinery','width=500,height=380,left=0,top=
0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen
=No');void(0);");
}

Make the appropriate modification to the above line. There is no longer
any need for separate Javascript.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top