Link to home
Create AccountLog in
Avatar of bysexperts
bysexperts

asked on

showHelp() method

I have a help file called help.html.
I use showHelp method that  lets  a script open a winhelp window  
I want to change height and weight the browser 's Help window
What is the code to bring up this html page?
Avatar of bubbledragon
bubbledragon

You need the feature for resize the window?

window.open('help.html','winhelp', 'toolbar=no,location=no,directories=no,menubar=no,menubar=no,scrollbars=no,resizable=yes,width=400,height=500')
ASKER CERTIFIED SOLUTION
Avatar of mvan01
mvan01
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer