NsWeb plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
m (Updated author links.)
m (Added category links.)
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)
[[{{ns:14}}:Plugins]]

Revision as of 21:01, 30 April 2005

Author: Joel (talk, contrib)


Links

Download site

Description

This is nsWeb plugin: This will show in a custom page and a popup window the Web Browser (IE) control.

Functions

  1. ShowWebInPage.- Display a URL or HTML file in a custom page dialog.
  2. ShowHTMLInPage.- Display plain HTML text in a custom page dialog
  3. ShowWebInPopUp.- Display a URL or HTML file in a custom page dialog (At this moment, no plain HTML text).
  4. IsInet.- Will detect an active internet connection. You can use this to avoid those "Pages doesn't exists". (1=Yes; 0=No)