I'm developing a stand alone web browser and I dont want to view the standard menu items and so forth at the top of the window of the next page called. Therefore all links will be opened in a chromeless window 600x600. A remote will follow throughout for extra navigation. This function call must trigger this...
function openIT() {
theURL="http://linkX.htm"
wname ="CHROMELESSWIN"...
using this script...
"javascript

penIT();"
Either this or somehow make the action (mouse click) an exe to trigger this function..either way is OK
If you need anymore Nfo, feel free to post back.
Kev