finitesimian
Programmer
I was wondering- is there a way to create a 'javascript styled' Internet Explorer pop up window using an attachmate macro?
What I mean by 'javascript styled' is to pull up the IE browser with no scrollbars, menubar, statusbar, locationbar, specify height/width, etc, etc.
I know you can open internet explorer and navigate to a specific page using
Is there something I can include in the line to do what I'm talking about? Is it even possible?
What I mean by 'javascript styled' is to pull up the IE browser with no scrollbars, menubar, statusbar, locationbar, specify height/width, etc, etc.
I know you can open internet explorer and navigate to a specific page using
Code:
rc% = shell("C:\Program Files\Internet Explorer\iexplore.exe [URL unfurl="true"]http://www.whateverpageiwanttogoto.com")[/URL]
Is there something I can include in the line to do what I'm talking about? Is it even possible?