Launch a web page
Posted: Fri Jul 13, 2007 2:49 am
Hi,
I put a button in a dialog, and when I click this button I would want that it launches a web page.
I tried this code, it' ok but it isn't stable.
Have you a other solution ?
label: Composant
Display Dialog: composant, wait for dialog to return (modal)
Set Variable WEB to
if Variable WIZARD Equals WEB
Set Variable WEB to TRUE
if Variable WEB Equals TRUE
Run Program $SUPPORTDIR$\\iexplore.exe http://www.ebp.com/fr/telechargez/gamme ... -plan.aspx
GoTo Label: Composant
end
else
if Variable WIZARD Equals CANCEL
GoTo Label: Main Install
end
end
Thank you.
I put a button in a dialog, and when I click this button I would want that it launches a web page.
I tried this code, it' ok but it isn't stable.
Have you a other solution ?
label: Composant
Display Dialog: composant, wait for dialog to return (modal)
Set Variable WEB to
if Variable WIZARD Equals WEB
Set Variable WEB to TRUE
if Variable WEB Equals TRUE
Run Program $SUPPORTDIR$\\iexplore.exe http://www.ebp.com/fr/telechargez/gamme ... -plan.aspx
GoTo Label: Composant
end
else
if Variable WIZARD Equals CANCEL
GoTo Label: Main Install
end
end
Thank you.