hi
try this Code
<script>
function Jopen() {
window.open("http://www.w3schools.com", 'My Window', 'width=200,height=100','resizable=1');
}
</script>
<input type="button" onclick="Jopen();" value="Click" />
use the mouse point bottom of the window use resize
Mark as Answer if its helpful to you
Regards
Email Id: kumaraspcode2009@gmail.com
Shanky11, if this helps please login to Mark As Answer. |
Reply | Alert Moderator