NsWeb plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (SF: Joelito -> Joel.) |
m (Updated author links.) |
||
Line 1: | Line 1: | ||
{|align=right | |||
|<small>Author: [[{{ns:2}}:Joel|Joel]] ([[{{ns:3}}:Joel|talk]], [[{{ns:-1}}:Contributions/Joel|contrib]])</small> | |||
|} | |||
<br style="clear:both;"> | |||
== Links == | == Links == | ||
[http://plugins.joelito.net/ Download site] | [http://plugins.joelito.net/ Download site] | ||
Line 10: | 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) | ||
Revision as of 03:01, 30 April 2005
Author: Joel (talk, contrib) |
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)