Open Window

Open another window with java script (_blank)
Setting up width, height, scrollbars, resize-ability, menubar, toolbar, etc...

CodeFunctionName
What is this?

Public

Tested

Imported
<SCRIPT >
    function ShowHelp(HelpID) {
        var ProgressURL
        ProgressURL = '/Help.asp?HID='+HelpID
        var v = window.open(ProgressURL,'_blank','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600')
        return true;
    }
</SCRIPT >

Views 782

Downloads 229

CodeID
DB ID