vampy
08-04-2002, 12:00 PM
Hello!
I want to popup a window on the bottom right side of the screen.
Do you know how to do that by using JavaScript? If yes try to write a code for it. Thanks!
Note that my code looks like below:
//Popup Window Script
function openpopup()
{
var popurl="popuppSMS.html"
winpops=window.open(popurl,"","width=360,height=240,")
}
I want to popup a window on the bottom right side of the screen.
Do you know how to do that by using JavaScript? If yes try to write a code for it. Thanks!
Note that my code looks like below:
//Popup Window Script
function openpopup()
{
var popurl="popuppSMS.html"
winpops=window.open(popurl,"","width=360,height=240,")
}