Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
222 views
in Q2A Core by

Hello, I'm writing a bookmarklet that'll extract some content from the current page and send it as a question.

 

I though I could do the following:

 

document.location.href = 'http://qaserver/qa/?qa=ask&content=some+content';

 

TIA

Q2A version: 1.5.4

Please log in or register to answer this question.

...