Friday, February 8, 2008

Javascript 1

This function is used to create a pop window within the site.window.open() function is used to create a pop up.

function sign()
{
window.open(" guestbook.html"

,"GUESTBOOK","menubar=0,resizable=0,toolbar=0,border=10,scrollbars=0,width=500,height=450,top=200,left=200")
return false;
}

Please click on guestbook link to see how it works..
http://www.rit.edu/~gxs8938/rit737/finalindex.html

No comments: