I see a lot of JAVA code to make a pop up window . How should I use it?(To start my website at the very start? ) Is this enough? : <script> newwin=window.open('pop.htm','PopupTest','width=100,height=100')</script>
is it a good idea to do it or should I put it under the button to click for the user? Thanks in advance
is it a good idea to do it or should I put it under the button to click for the user? Thanks in advance