You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zotoni...@googlegroups.com
How can I send page input values in a postback action? considering I have a text field and a button with a postback,
how can I send my textfield value to postback? (If ignoring wiring a form, to a submit message.)
Marc Worrell
unread,
Jul 18, 2012, 6:59:27 PM7/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zotoni...@googlegroups.com
Hi Behrad,
Generally you should use a form for that.
You can also use Javascript to send an event back to the server.
That is what we use when we need ultimate flexibility.