K-Meleon
KMeleonWiki > Resources > MacroLibrary > MacroLibrary2 > IE via Neptune plugin
NOTE: this macro relies on an external plugin that is no longer supported or maintained. You can open pages into Internet Explorer natively by right-clicking the page and choosing Send page to > Internet Explorer to open the page in IE.
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.
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
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()); "); }
macros(neptune_embed) macros(win_update)