Hi,
I hope following example will help you.
sFeatures = "left=0, "
sFeatures = sFeatures & "top=0, "
sFeatures = sFeatures & "height=" & window.screen.availHeight - 29 & ","
sFeatures = sFeatures & "width=" & window.screen.availWidth - 10 & ","
sFeatures = sFeatures & "status=no,toolbar=no,menubar=no,location=no"
window.open "wcSplash.asp", "E2K", sFeatures