Announcement

Collapse
No announcement yet.

Popup Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Popup Question

    I am currently working on my site via BV and here's my plan of action:
    - A visitor clicks a button on my page and popup window opens
    - At the bottom of the popup window, there's a close button in which when clicked, of course closing the popup window... but at the same time the parent page goes to a certain URL.

    How can I do this? Thank you.

  • #2
    Re: Popup Question

    using a standard popup window it can't be done as the popup is actually a new browser window altogether so any call will only effect that window.
    Dynamic Drive have a script that does popup windows that run from a javascript and a js file so you might be able to ajust it to change the main window when closing the popup
    Alien Dude Solutions

    Comment


    • #3
      Re: Popup Question

      Thank you. Will try with your suggestion.

      Comment

      Working...
      X