Hi there,
I have written a program that notifies the user of some event (caught SMS in
this case) by the means of the notification bubble provided on Pocket PC
2003. This all works fine and several options can be given to the user
through the HTML form passed in the 'text' property.
However, it seems that the form need to be posted for the program to know
the user selected an option (by clicking on a button). And so far I have not
been able to get that to work for any other button than the 'submit' button
of the form (even by using onClick="this.form.submit()").
Does anyone have an idea on how to create a multi button form that will
trigger the ResponseSubmittedEvent?
Thanks a lot in advance.
Luc