WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Winsock
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Internet Extender and Showing Web Pages

Keywords:     web browser

Question:

Can I use wwwsk34I.dll (the Internet Extender) to show a web page as it would appear in a web browser? for instance:
;=========================================
URL="http://blabla.com"
serv=httpGetServer(URl, "")
path=httpGetpath("%URl%/my page", "")
a=httpRecvText(serv, path, 1000, 0) 
message("my page", a)
This only returns the html code in a message box.

Answer:

Probably not. It's NOT a web browser. It can just fetch the data. You can clean up the data to remove the HTML tags (I think there is a function that helps you do this) but no way to directly display it.

You could redirect the data to a file and point your Browser at it.


Article ID:   W12611
Filename:   Internet Extender and Showing Web Pages.txt
File Created: 2001:03:01:15:03:26
Last Updated: 2001:03:01:15:03:26