POST support for WebGadget navigation callback

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

POST support for WebGadget navigation callback

Post by Rescator »

User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

Here is info on the textarea field
http://msdn2.microsoft.com/en-us/library/aa741682.aspx
(retrieving and setting the text of the input/area field)

Sadly I'm clueless about IHTML so I got no idea how to figure out which textarea or form or how it should be identified when you click the Submit button in a form and pass that back to PureBasic or make it retrievable.

Rather than using the callback, a event might be better and then use something like:
GetGadgetItemText(gadget,#PB_Web_SubmittedForm) maybe?

Sorry I'm not much help in this, I really wish I could wave a wand and come up with some "Slot In" code for the WebGadget stuff...Where's Sparkie when you need him? :P
Post Reply