Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Avoid Common Pitfalls in Greasemonkey
Subject:   Another way for calling Remote Page Scripts
Date:   2007-09-17 02:15:32
From:   .::jp::.
Response to: Another way for calling Remote Page Scripts

I think yes, but to access the var "returnValue" you would need to use "unsafeWindow.returnValue", so once you use it the easiest option would be:


var returnValue = unsafeWindow.RemotePageFunction(arguments);