I would like to setup web explorer to open in a seamless window just like the demo.
YZMOTO
1/31/2003 11:11 PM
You can use the javascript function "openWin" already provided in WebExplorer Free's code (line 305). Copy this function to your main web page and put a link like this:
<a href="javascript:openWin('WebExplorer Free', '/wexfree/default.asp', 800, 600, false, true);">Run WexFree</a>
Cem Alacayir
2/1/2003 6:09 AM