Hello,
Sorry but I don't see how to reach DIRECTLY a website (i.e :http://www.mjtnet.com)
Thanks
How to reach directly a website [RESOLVED]
Moderators: Dorian (MJT support), JRL
How to reach directly a website [RESOLVED]
Last edited by ABIVEN on Fri Apr 02, 2010 5:46 pm, edited 1 time in total.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
I don't understand the question.
There are various things you can do with websites, not necessarily limited to:
1. Open one in the default browser:
ExecuteFile>http://www.mjtnet.com/
1.5 Open it in any chosen browser:
Run>"c:\...\firefox.exe" "http://www.mjtnet.com"
2. Do an HTTP request to download a page to a variable or file:
HTTPRequest>http://www.mjtnet.com,.......
3. Automate it via WebRecorder produced code
4. Automate it via VBScript (see the "Simple Web Auto" sample script and/or search the forums for "InternetExplorer.Application").
There are various things you can do with websites, not necessarily limited to:
1. Open one in the default browser:
ExecuteFile>http://www.mjtnet.com/
1.5 Open it in any chosen browser:
Run>"c:\...\firefox.exe" "http://www.mjtnet.com"
2. Do an HTTP request to download a page to a variable or file:
HTTPRequest>http://www.mjtnet.com,.......
3. Automate it via WebRecorder produced code
4. Automate it via VBScript (see the "Simple Web Auto" sample script and/or search the forums for "InternetExplorer.Application").
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Thanks Marcus
1 is good ; I didn't think it possible !
One little suggestion :
ADD IT
ExecuteFile>file_to_execute[,parameters]
Executes a file using the application associated with the given file's filetype.
file_to_execute can include a full path.
Abbreviation : Exe
See also : RunProgram
Example
ExecuteFile>report.doc
or
Let>filename=c:\my documents\accounts.xls
ExecuteFile>filename
or
ExecuteFile>http://www.mjtnet.com/
1 is good ; I didn't think it possible !
One little suggestion :
ADD IT
ExecuteFile>file_to_execute[,parameters]
Executes a file using the application associated with the given file's filetype.
file_to_execute can include a full path.
Abbreviation : Exe
See also : RunProgram
Example
ExecuteFile>report.doc
or
Let>filename=c:\my documents\accounts.xls
ExecuteFile>filename
or
ExecuteFile>http://www.mjtnet.com/