I need to launch a javascript command that opens a browser window of a specific size and loads a specific page. I have not been able to find a way to do it.
I have tried using the shell execute commend to launch the following html/Javascript commend:
javascript:window.open("filename.html",'_blank','status=yes,top=0,left=0,width=661,height=421')
Maybe I don't even need the HTML javascript if there is a way to launch a browser and populate it with what I need. Does any one have an idea for launching a browser window of a specific type, then loading up a specific HTML document inside it? Thanks.
MC
I have tried using the shell execute commend to launch the following html/Javascript commend:
javascript:window.open("filename.html",'_blank','status=yes,top=0,left=0,width=661,height=421')
Maybe I don't even need the HTML javascript if there is a way to launch a browser and populate it with what I need. Does any one have an idea for launching a browser window of a specific type, then loading up a specific HTML document inside it? Thanks.
MC