Hi Sean,
Still no help.
What I am trying to do:
- in my page, main "screen" A goes to form B. This one is defined with
action: php page C, method post
- I am submittig the form wit a href submit
- C.php does correctly its data-handling part, and its html code is pasted
fine at the end of my page
- in fact I want this to go autoimatically to main screen A... and I am not
sure how I should handle that
Something I have done but which does not work: have an html code generated
by C.php with something like
<div id="<?php echo date("Hms"); /* handles multiple calls*/ ?>" >
<script type="application/x-javascrript">
// library iui/jit-loader is loaded in main page
iui.showPageById('pageA'); // no # here
</script>
</div>
Since it is enclosed with <div>s, the code is present in the result page...
but I just get the toolbar and a lower level blank page (oolbar button
points to screen B
Obviously I'm doing something wrong, but I have made several attempts
without finding the right way, help welcome!
Le mercredi 14 mars 2012 10:26:32 UTC+1, Sean Gilligan a écrit :
> On 3/9/12 2:26 AM, Fibo wrote:
> > 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<http://www.iui-js.org/documentation/0.50/iui-documentation.html>
>
>
> Sorry nobody has helped you yet. Have you solved your problem? Let me
> know where you're at and I'll try to help you.
>
> -- Sean
>
>
--
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/-/2qkdxd-jDCgJ.
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.