Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

how to make a one click post ?

Quote Reply
how to make a one click post ?
  

Currently i am use Win32::Clipboard to get the desired post content from clipboard
use Win32::Clipboard;
$CLIP = Win32::Clipboard();
$text = Win32::Clipboard::GetText();


The scenario is when i browse the web page or review document. once i found something
interesting then i copy it into clipboard then active a batch file.
which will get clipboard content and send it to Gossamer Forum in this way. there is no need to
leave the page what i am browsing or switch over windows. the posting is done by a small vbs script or batch script
in background.

for example
http://www.gossamer-threads.com/forum/?forum=25&do=post_write&content="$text "


I wonder what is the right parameter to posting ?

Thanks for viewing and any help would be appreciated
Subject Author Views Date
Thread how to make a one click post ? courierb 4980 Aug 23, 2010, 12:41 AM
Post Re: [courierb] how to make a one click post ?
Andy 4766 Aug 27, 2010, 1:31 AM