NsWeb plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Wikipedia python library) |
m (Updated author and download links, and changed format of some pages.) |
||
Line 11: | Line 11: | ||
# IsInet.- Will detect an active internet connection. You can use this to avoid those "Pages doesn't exists". (1=Yes; 0=No) | # IsInet.- Will detect an active internet connection. You can use this to avoid those "Pages doesn't exists". (1=Yes; 0=No) | ||
Page author: Joelito | Page author: [[User:Joelito|Joelito]] |
Revision as of 12:34, 23 April 2005
Links
Description
This is nsWeb plugin: This will show in a custom page and a popup window the Web Browser (IE) control.
Functions
- ShowWebInPage.- Display a URL or HTML file in a custom page dialog.
- ShowHTMLInPage.- Display plain HTML text in a custom page dialog
- ShowWebInPopUp.- Display a URL or HTML file in a custom page dialog (At this moment, no plain HTML text).
- IsInet.- Will detect an active internet connection. You can use this to avoid those "Pages doesn't exists". (1=Yes; 0=No)
Page author: Joelito