I did this on a solaris 2.5 box.
 I am using plugin a2.
 The plugin file are in 
 /usr/local/lib/netscape/2.0/tcl8.0/policies
 In that directory, edit the file 'trusted.tcl'. At the end of the file,
there is an array set command that lists all the trusted host patterns.
 i.e.
array set trusted_tclets {
}
 Add the host from which you wish to load your Tclets to it with a '1' 
as the second element.

array set trusted_tclets {
http://yourhost.yourdomain.com/*  1
}

 Now it you vtcl generated code put this :
'package require Trusted'
 I put it before any other code. It does not work in the 'main' proc.

 I have gotten this to core dump twice, and there is some X window
problem between the plugin and netscape, that produces messages like :


netscape: X Error of failed request:  BadMatch (invalid parameter
attributes)
  Major opcode of failed request:  42 (X_SetInputFocus)
  Serial number of failed request:  4736
  Current serial number in output stream:  4736

 When I pass the mouse over the browser window. Also there are issues
with forward/back buttoning.
 I am going to try it on win95 tommorow.

Reply via email to