1.

Solve : jquery open more window?

Answer»

ei guys i already use this function window.open to open new window then it works
 but i what i want is it will open as much as window every time i click the link,,

PLEASE help TNXXX Can you please explain what you want to do.i have a link on the page then every click that link it will open new window with out closing or CHANGING the window where the link is
Post part of your HTML that has the link .
Then  somebody here can tell you what to change.   $("#message").click(function(E){
   window.open('http://www.example.com
              /page.php','mywindow','width=400,height=400');
    return false;
  });




Discussion

No Comment Found