In addition to Alain's files, this from my archive:
This macro is for KM 0.9 and KM 1.0.2, not 1.1.6 or 1.5.
=========
K-Meleon
IE via Neptune plugin
KMeleonWiki > Resources > MacroLibrary > IE via Neptune plugin
Submitted by: MonkeeSage -
MonkeeSage@ToughGuy.net -
http://monkeesage.d2g.com/
Notes:
This requires the Neptune plugin (
http://www.meadroid.com/neptune/download/ ) to be installed to work.
1. To install the Neptune plugin, download the binary from the site in link
above and install it.
2. Navigate to C:\Program Files\Internet Explorer\Plugins.
3. Copy npmeadax.dll and Neptune.inf into you K-Meleon\Plugins directory.
4. Delete the file K-Meleon\Profiles\pluginreg.dat.
5. Exit and restart K-Meleon and simbiotic loader, if running (the tray icon).
In Macros:
neptune_embed {
$loc = prompt("Enter URL to embed:", "Neptune IE Embedding", "");
opennew(" javascript: function IE() { document.write('\<HTML\>\<HEAD\>\<title\>IE Browsing Frame (via Neptune plugin)\</title\>\</head\>\<body marginheight=\"0\" marginwidth=\"0\" leftmargin=\"0\" bottommargin=\"0\" rightmargin=\"0\" topmargin=\"0\"\>\n\n\<embed type=\"application/x-meadco-neptune-ax\" pluginspage=\"
http://www.meadroid.com/neptune/download/\" width=\"100%\" height=\"100%\" param-location=\"" .$loc. "\"\>\</embed\>\n\n\</BODY\>\</HTML\>'); document.close(); } void(IE()); ");
}
win_update {
menu="&Windows Update";
opennew(" javascript: function IE() { document.write('\<HTML\>\<HEAD\>\<title\>IE Browsing Frame (via Neptune plugin)\</title\>\</head\>\<body marginheight=\"0\" marginwidth=\"0\" leftmargin=\"0\" bottommargin=\"0\" rightmargin=\"0\" topmargin=\"0\"\>\n\n\<embed type=\"application/x-meadco-neptune-ax\" pluginspage=\"
http://www.meadroid.com/neptune/download/\" width=\"100%\" height=\"100%\" param-location=\"
http://windowsupdate.microsoft.com/\"\>\</embed\>\n\n\ </BODY\>\</HTML\>'); document.close(); } void(IE()); ");
}
In Menus:
macros(neptune_embed)
macros(win_update)
User Comments:
Nota Bene: The line that starts with "opennew" in the macros section must have
*NO LINE BREAKS* If it does the macro will fail and nothing will happen.
Shelumi`El Jordan
S.D.G
=========
N