Background:
   I'm altering the web console of an Orion Network Monitoring
Appliance to include a button to generate and download a text file
that when opened will remote into the targeted system.

What I've done:
   I've successfully created a script that adds the button and
triggers a php script on a local and trusted LAMP VM to generate and
download the text file based on parameters fed into PHP GET.

What I want:
   Remove the dependency for the VM server and have the file locally
generated dynamically within the Javascript without the need to call
to external servers.  I haven't found any way to do it yet and was
wondering if anyone has found a solution?  The reason I want this
generated locally is to prevent passwords from traversing the network
needlessly and to remove the bloat of a dedicated LAMP server to
process this request.

Thanks in advance to any and all feed back.

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to