I have some troubles understanding how to use *iui.ajax* or
*iui.showPageByHref,
*at least from page
http://www.iui-js.org/documentation/0.50/iui-documentation.html
My problem:
- I am dynamically generating forms thru PHP, depending on values in some
data array
- there is a main form which leads to child-forms.
- each child-form has its own set of <input fields, dynamically generated
by PHP
- I want to pass child-input data to some common place. I am trying to do
that thru a very simple php script, something like
*post_session.php
*<?php
session_start();
foreach ($_POST as $index=>$value) $_SESSION[$index]=$value;
?>
(this is the simplified version, I have placed additional sanity /
security checks)
- my problem: I don't find / understand how I can submit this php then go
to the previous window in the initial page.
I have for example tried to define
<form id='myform' title='The title' name='myform'
action="javascript:iui.ajax('post_session.php','','POST');iui.goBack();"
method='POST' >
and some other variants, but did not find the right way to do things.
Any suggestions to the changes needed in post_sesion (eg generating some
code) or in the main html code?
--
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/iphonewebdev/-/ecDm4GJBR8EJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en.