Search Results

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[ …
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 …