| Sign In/My Account | View Cart |
| Article: |
Avoid Common Pitfalls in Greasemonkey | |
| Subject: | Another way for calling Remote Page Scripts | |
| Date: | 2006-08-14 15:24:19 | |
| From: | .::jp::. | |
|
I'm new with greasemonkey and i've been using another way for calling Remote Pages Scripts, making use of "window.location.href", example:
|
||
Showing messages 1 through 2 of 2.
I didn't tried, but can't you write:
window.location.href="javascript: void(returnValue = RemotePagefunction("+arguments+")");
to get the return value?