| Article: |
Avoid Common Pitfalls in Greasemonkey | |
| Subject: | Another way for calling Remote Page Scripts | |
| Date: | 2006-12-13 04:53:31 | |
| From: | PhiLho | |
|
Response to: Another way for calling Remote Page Scripts
|
||
|
You are reinventing bookmarklets... :-) I didn't tried, but can't you write: window.location.href="javascript: void(returnValue = RemotePagefunction("+arguments+")"); to get the return value? |
||
Showing messages 1 through 1 of 1.
-
Another way for calling Remote Page Scripts
2007-09-17 02:15:32 .::jp::. [View]



var returnValue = unsafeWindow.RemotePageFunction(arguments);