PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → url ...
url ...
Started by Lee, Jul., 06 2009 9:30 PM - 3 replies
Posted on July, 06 2009 - 9:30 PM
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.
Posted on July, 06 2009 - 11:20 PM
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.
Posted on July, 07 2009 - 3:35 AM
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
Posted on August, 19 2009 - 11:51 AM
hello,

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

regards,
KevMan