Awesome that you've managed to solve the problem yourself! And thank you for keeping the list updated / informed of your progress :]
kwah On 25 July 2011 22:21, Zinthose <[email protected]> wrote: > That did it!!! Data URI scheme completely removed all my external > resource dependencies! I don't even have to host the image files! > > On Jul 25, 7:35 am, Zinthose <[email protected]> wrote: >> Ironic that no more that 5 minutes after I posted this message I >> discover the "Data URI scheme" >> athttp://en.wikipedia.org/wiki/Data_URI_scheme#Web_browser_support. >> >> I'm going to play around with this and post here my findings. >> >> On Jul 25, 7:28 am, Zinthose <[email protected]> wrote: >> >> > 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. > > -- 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.
