Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorgilray
    • CommentTimeNov 5th 2006
     
    I want to ake a button with double action, the thing is that i donno how:P So i want this button to open a pop up window and in the same time refresh the parrent page, but keep the pop up infront, how can i do this 2 actions in the same time on a button!?
    • CommentAuthorwebguy
    • CommentTimeNov 5th 2006
     
    Why do you want a pop up? Alot of people have pop ups disabled. And if this is to be an integral part of the site (since it would be part of the nav) why would you want to use a 'feature' that most have disabled?
    • CommentAuthorashmi
    • CommentTimeNov 5th 2006
     
    Have the action on the button (on_click) point to a javascript function that will popup a window and then redirect to a different URL.

    =)


    BTW, popups are still used by tons of websites. I wouldn't go as far as to say they don't have a purpose either...especially when setup properly, one popup window can control another and streamline a website that works with older browsers that don't support the xmlhttp request used for AJAX. Of course, AJAX could help streamline most of these websites even more...but I don't think we should automatically count popups out. Oh, most people that have popups blocked know they have them blocked...and most of the people that have them blocked know how to unblock them.