OPEN A WEBPAGE IN SINGLE LINE THROUGH X++
We already seen,by using ActiveX Control to open the web page,
Now without using ActiveX control how will get webpage...
static void WebPage(Args _args)
{
infoLog.urlLookup('http://www.google.co.in'); //name of the page you want to open.
}
Output window:
No comments:
Post a Comment