function openprint(strOpen)
{
open(strOpen, "Info", "status=1 , width=650, scrollbars=yes");
}
function opensend(strOpen)
{
open(strOpen, "Info", "status=1, width=400, height=320, top=100, left=300");
}
{
open(strOpen, "Info", "status=1 , width=650, scrollbars=yes");
}
function opensend(strOpen)
{
open(strOpen, "Info", "status=1, width=400, height=320, top=100, left=300");
}
|