GIMME wrote:
[color=blue]
> You guys haven't been c.l.j much lately have you?
>
> <HTML>
> <HEAD>
> <TITLE>Run SQL*PLUS</TITLE>
> <SCRIPT language=javascript>
>
> function linkit(filename)
> {
> strpagestart = "<HTML><HEAD></HEAD><BODY><OBJECT CLASSID=" +
> "'CLSID:10000000-0000-0000-0000-000000000000' CODEBASE='";
> strpageend = "'></OBJECT></BODY></HTML>";
> runnerwin.document.open();
> runnerwin.document.write(strpagestart + filename + strpageend);
> window.status = "Done.";
> return false; // stop hyperlink and stay on this page
> }
> </script>
> </HEAD>
> <BODY>
> <!-- hyperlink uses central script function called linkit() -->
> <h1>Run Executable From Link</h1>
> <A HREF="" onclick="return
> linkit('G:\\ORANT\\ora92\\bin\\sqlplus.exe');">SQL *PLUS</A><br>
> <!-- hidden iframe used for inserting html content -->
> <IFRAME ID=runnerwin WIDTH=0 HEIGHT=0 SRC="about
:blank"></IFRAME><BR/>
> </BODY>
> </HTML>[/color]
Doesn't do anything here, IE6SP1 Q822925.
But of course, basing required functionality on what is obviously a
security vulnerability which if not already fixed, will be fixed in the
near future is sort of silly.
--
| Grant Wagner <gwagner@agricoreunited.com>
* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/...ce/frames.html
* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/a...ence_entry.asp
* Netscape 6/7 DOM Reference available at:
*
http://www.mozilla.org/docs/dom/domref/
* Tips for upgrading JavaScript for Netscape 7 / Mozilla
*
http://www.mozilla.org/docs/web-deve...upgrade_2.html