NsWeb plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Updated author links.) |
No edit summary |
||
(13 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{ | {{PageAuthor|Joel}} | ||
== Links == | == Links == | ||
[http:// | [http://nsis.sourceforge.net/Joel_plugin_src Main] | ||
<br> | |||
<attach>Nsweb.zip</attach> - NsWeb from NSIS' Wiki | |||
== Description == | == Description == | ||
Line 14: | Line 14: | ||
# ShowWebInPopUp.- Display a URL or HTML file in a custom page dialog (At this moment, no plain HTML text). | # 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) | # IsInet.- Will detect an active internet connection. You can use this to avoid those "Pages doesn't exists". (1=Yes; 0=No) | ||
[[Category:Plugins]] |
Latest revision as of 17:06, 4 January 2009
Author: Joel (talk, contrib) |
Links
Main
Nsweb.zip (70 KB) - NsWeb from NSIS' Wiki
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)