NsWeb plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Adding new author and category links.) |
|||
Line 7: | Line 7: | ||
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. | ||
== Functions == | --[[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]] | ||
== 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 |
Revision as of 21:25, 9 July 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.
--81.251.160.134 14:25, 9 Jul 2005 (PDT)--81.251.160.134 14:25, 9 Jul 2005 (PDT)--81.251.160.134 14:25, 9 Jul 2005 (PDT)Media:Example.mp3
Headline text
link titleLink titleItalic text== 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)