3
votes
3answers
1k views
How do you make a post request into a new browser tab using JavaScript / XUL?
I'm trying to open a new browser tab with the results of a POST request. I'm trying to do so using a function containing the following code:
var windowManager = Components.classes[ …
3
votes
Ubiquity Hack
I wrote this a few days ago: http://www.appidx.com/ubiq/stackoverflow.html
The execute portion refuses to run with …
2
votes
How do you make a post request into a new browser tab using JavaScript / XUL?
The answer to this was found by shog9. The postData parameter needs to be a nsIMIMEI …
