NsWeb plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 2: Line 2:


== Links ==
== Links ==
[http://plugins.joelito.net/ Download site]
[http://nsis.sourceforge.net/Joel_plugin_src Main]
<br>
<attach>Nsweb.zip</attach> - NsWeb from NSIS' Wiki


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


--[[User:81.251.160.134|81.251.160.134]] 14:25, 9 Jul 2005 (PDT)--[[User:81.251.160.134|81.251.160.134]] 14:25, 9 Jul 2005 (PDT)--[[User:81.251.160.134|81.251.160.134]] 14:25, 9 Jul 2005 (PDT)[[Media:Example.mp3]]
== Functions ==
== Headline text ==
[http://www.example.com link title][[Link title]]''Italic text''== Functions ==
# ShowWebInPage.- Display a URL or HTML file in a custom page dialog.
# ShowWebInPage.- Display a URL or HTML file in a custom page dialog.
# ShowHTMLInPage.- Display plain HTML text in a custom page dialog
# ShowHTMLInPage.- Display plain HTML text in a custom page dialog

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

  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)