Thanks, maerk.
In fact, I’ve already made the form.
According the bookmarklet, there are three vars are included as queries:
So, this code works perfect:
———————————-
<form action=”**/wp-post/post.php” method=”GET” />
<input type=”text” name=”text” value=”ABC” />
<input type=”text” name=”popupurl” value=”DEF” />
<input type=”text” name=”popuptitle” value=”GHI” />
<input type=”submit” name=”send” />
</form>
———————————-
But once I change the method to “POST”, it doesn’t work at all,
no title and no text are inserted into the textarea of “post.php” file.
Briefly,
Thanks in advance.