I have a GM script that manipulates a web site. I need to login to the web site and then stay logged in all day etracting data at regular intervals. I've got all of this working, but now I have another issue. I need to pass data to the GM script from other web pages that run on my local IIS (INTRANET) server when I click a hyperlink on my INTRANET pages. The only solution I've found so far is to receive the data in the IIS server, store it in a database and get the GM script to periodically poll the database. That is working but it's not very interactive. Am I missing something here? Does someone have a way to pass data directly to the GM script or a way to event the script rather than using a poll?
-- 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.
