pritamdulam
11-08-2010, 02:09 PM
HI,
I want to open a new window
I am using...
window.open('window.php?fuid='+mystringarray[i]+'&username='+mystringarray[i+1],'_blank','width=340,height=400');
I want to name the window.... so that my code does not open the same window again & gain...
but if I name the window it does not work in ie...
any suggestions..
I want to open a new window
I am using...
window.open('window.php?fuid='+mystringarray[i]+'&username='+mystringarray[i+1],'_blank','width=340,height=400');
I want to name the window.... so that my code does not open the same window again & gain...
but if I name the window it does not work in ie...
any suggestions..