I am trying to make a window pop up with only cetrtain parts of the web browser window.
I know how to make the new window...and I have seen browser window customizations with other programming languages.
I would just like to know how and what the syntax is to customize the new browser window to include only parts of the standard browser.
an example of another programming language is:
<script><!--
//hide code from older Browsers
function vote () {vote=window.open('url goes here', '_blank', 'location=yes,menubar=yes,status=yes,resizable=yes,scrollbars=yes,toolbar=yes'[/red])} function cancel () {}if (confirm("message here"
) {vote();} else cancel()
//end Hide code
//--></script>
I am trying to make something like the location not show..but the scroll bars will show...and I would like to do it with VBScript
Any help would be appreciated
I know how to make the new window...and I have seen browser window customizations with other programming languages.
I would just like to know how and what the syntax is to customize the new browser window to include only parts of the standard browser.
an example of another programming language is:
<script><!--
//hide code from older Browsers
function vote () {vote=window.open('url goes here', '_blank', 'location=yes,menubar=yes,status=yes,resizable=yes,scrollbars=yes,toolbar=yes'[/red])} function cancel () {}if (confirm("message here"
//end Hide code
//--></script>
I am trying to make something like the location not show..but the scroll bars will show...and I would like to do it with VBScript
Any help would be appreciated