iExplore commandline  
Author Message
áÎÄÒÅÊ





PostPosted: Thu Jul 21 14:34:46 CDT 2005 Top

Internet Explorer / IE >> iExplore commandline

I want iExplore.exe command line options

basically I want the commandline equivalent of the following line

Window.open(strUrl, winID, "toolbar=no, scrollbars=yes, location=no,
statusbar=no, menubar=no, personalbar=no resizable=yes, left = 50, top =
25");

Internet Explorer25  
 
 
Galen





PostPosted: Thu Jul 21 14:34:46 CDT 2005 Top

Internet Explorer / IE >> iExplore commandline


My reply is at the bottom of your sent message:

> I want iExplore.exe command line options
>
> basically I want the commandline equivalent of the following line
>
> Window.open(strUrl, winID, "toolbar=no, scrollbars=yes, location=no,
> statusbar=no, menubar=no, personalbar=no resizable=yes, left = 50,
> top = 25");

Why not make an HTML page (with that code) on your own and just put it in
the start folder? (I read your other post.) In the future you might consider
adding to the existing post and not a new one to avoid confuzzling people.

Galen
--

"But there are always some lunatics about. It would be a dull world
without them."

Sherlock Holmes


 
 
abcd





PostPosted: Thu Jul 21 14:53:40 CDT 2005 Top

Internet Explorer / IE >> iExplore commandline ooops accidently I have posed in this group twice. Pls accept my apologies.

Galen:- what do you mean by put in start folder and what do do with it. Can
ou be able to elaborate

thanks






>
> My reply is at the bottom of your sent message:
>
>> I want iExplore.exe command line options
>>
>> basically I want the commandline equivalent of the following line
>>
>> Window.open(strUrl, winID, "toolbar=no, scrollbars=yes, location=no,
>> statusbar=no, menubar=no, personalbar=no resizable=yes, left = 50,
>> top = 25");
>
> Why not make an HTML page (with that code) on your own and just put it in
> the start folder? (I read your other post.) In the future you might
> consider adding to the existing post and not a new one to avoid
> confuzzling people.
>
> Galen
> --
>
> "But there are always some lunatics about. It would be a dull world
> without them."
>
> Sherlock Holmes
>


 
 
Galen





PostPosted: Fri Jul 22 12:32:29 CDT 2005 Top

Internet Explorer / IE >> iExplore commandline


My reply is at the bottom of your sent message:

> ooops accidently I have posed in this group twice. Pls accept my
> apologies.
> Galen:- what do you mean by put in start folder and what do do with
> it. Can ou be able to elaborate
>
> thanks
>
>




>>
>> My reply is at the bottom of your sent message:
>>
>>> I want iExplore.exe command line options
>>>
>>> basically I want the commandline equivalent of the following line
>>>
>>> Window.open(strUrl, winID, "toolbar=no, scrollbars=yes, location=no,
>>> statusbar=no, menubar=no, personalbar=no resizable=yes, left = 50,
>>> top = 25");
>>
>> Why not make an HTML page (with that code) on your own and just put
>> it in the start folder? (I read your other post.) In the future you
>> might consider adding to the existing post and not a new one to avoid
>> confuzzling people.
>>
>> Galen
>> --
>>
>> "But there are always some lunatics about. It would be a dull world
>> without them."
>>
>> Sherlock Holmes

In your start menu you have a programs folder. You probably have to click
"all programs" if you're not using the classic start menu. From there you
should be able to see a Startup folder. Shortcuts dragged into that folder
will start when that account is logged into.

Galen
--

"But there are always some lunatics about. It would be a dull world
without them."

Sherlock Holmes


 
 
Juan





PostPosted: Sun Jul 24 12:37:07 CDT 2005 Top

Internet Explorer / IE >> iExplore commandline You can make a TCL program that accepts command line parameters. More like a
wrapper. And inside the TCL script, you open an IE Object and pilot it from
the parameters you put on the shell.


--
Juan Jose Costello Levien







> I want iExplore.exe command line options
>
> basically I want the commandline equivalent of the following line
>
> Window.open(strUrl, winID, "toolbar=no, scrollbars=yes, location=no,
> statusbar=no, menubar=no, personalbar=no resizable=yes, left = 50, top =
> 25");
>
>