Skip to main content
Participant
October 6, 2009
Question

pop up window behavior

  • October 6, 2009
  • 1 reply
  • 433 views

can someone please tell me why this code in home page does not result in the pop up specified (going_green.html exists with text in it!):

<a href="#" onClick="selectPopUpWindow('going_green.htm');MM_openBrWindow('going_green.htm','gg','width=350,height=350')">We're Going Green

i did not do anything else (ie: specify any attributes)

even after enabling pop-ups it is does not appear (i also added code in body to close it when home page is  reopened although seems pointless right now!)

know this is a lame problem but it is what it is - thanks. dm

This topic has been closed for replies.

1 reply

Participating Frequently
October 6, 2009

You are calling a function - selectPopUpWindow - that is not defined on the page. Either remove that call, or define the function.