Link to home
Start Free TrialLog in
Avatar of sam15
sam15

asked on

URL_REQUEST

What are the commands to call firefox and IE from another application and open a web page.

For example, i build the URL in power builder dynamically and then i want to open the browser with that URL call using the client/server application.

ASKER CERTIFIED SOLUTION
Avatar of svgmuc
svgmuc
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sam15
sam15

ASKER

is there a way to test those comands using windows/run or notepad or basic utility
Just enter them in windows/run or a cmd window.
You may have to add the path to the executables... ie.

"C:\Program files\Firefox\firefox.exe" -url "http://www.example.com/"