PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → url ...
url ...
Débuté par Lee, 06 juil. 2009 21:30 - 3 réponses
Posté le 06 juillet 2009 - 21:30
I am trying to create a dynamic url contorl...which calling external pages like www.yahoo.com...using coding....can this be done and if can ..how?

thanks.
Posté le 06 juillet 2009 - 23:20
Hi Lee...

PageDisplay can be used to display any internal AND external url, so you
can use it in any type of control (combo by example) to display what you
need

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


Lee wrote:
I am trying to create a dynamic url contorl...which calling external pages like www.yahoo.com...using coding....can this be done and if can ..how?

thanks.
Posté le 07 juillet 2009 - 03:35
I tried and also read the help file but none indicate a pagedisplay for calling external url.


The help file only specify calling internal pages or Any HTML page found in the <Project Name>_WEB ....but not a external url page like www.yahoo.com.

may i know the syntax to call the external url?

thanks.

regards,
Peng Hock
Posté le 19 août 2009 - 11:51
hello,

u can use ShellExecute("http://www.yahoo.com") in browser code of your code editor.

regards,
KevMan