i made a js popup, and it need to give a name after it pops up, here is my code for it, the second argument i assigned the blank, so i need set second argument after this popup launched
pp=window.open('demo/player.php','','width=200,height=100');
i need to change the popup name to "firstpp" after it opened something like "firstpp" for second argument as below , can i give pp.name ... or something like
pp=window.open('demo/player.php','firstpp ','width=200,height=100');
thank you