can i get a pop-up open two sites

Discussion in 'JavaScript' started by syrcafe, Apr 6, 2009.

  1. #1
    hi all

    i need a pop up to open 2 (two) sites in my vBulletin Forum

    my site is : syrcafe.com/vb

    i want when the user logoin my sit open this sites : digitalpoint.com + google.com


    can any one help Me


    thnx all
     
    syrcafe, Apr 6, 2009 IP
  2. JavaScriptBank.com

    JavaScriptBank.com Peon

    Messages:
    141
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    only use two open functions

    window.open('dp');
    window.open('google');

    or what do you want?
     
    JavaScriptBank.com, Apr 8, 2009 IP