Well I wondered if it might be that but as the width and height aree st to zero it shouldn't show. Why not modify RS.HTM to say:
Code:
document.write('<' + 'APPLET name=RSAspProxyApplet codebase=' + codebase + ' code=RSProxy.class style=\"display:none\" height=0 width=0></APPLET>');
and forget about having to include your extra code?
One of the reasons I stopped using remote scripting was its reliance on Java, with all the different JVMs out there and the Microsoft "will they wont they?" about running it I moved, amongst other things, to a JavaScript only version written by Brent Ashley. It's available from
http://www.ashleyit.com/rs/
--
Joe