I've emailed you the URL directly thanks A
On May 24, 9:12 pm, Remi Grumeau <[email protected]> wrote: > Could you share an URL? > They must be a problem somewhere else... > > R. > > Le 24 mai 2011 à 19:08, amacks a écrit : > > > > > > > > > same behavior, the link appears and is "link" formatted (blue and > > underlined) but it isn't clickable > > > a > > > On May 24, 10:39 am, Remi Grumeau <[email protected]> wrote: > >> <a href="javascript:iui.goBack()">Back</a> ? > > >> On Tue, May 24, 2011 at 16:36, amacks <[email protected]> wrote: > >>> Thanks! I was able to mostly get the ajax stuff to work, the issue > >>> turned out to be needing a second block of HTML on the main page that > >>> was hidden, to be revealed on submit. I still have one problem, the > >>> revelaed code has a "back" button that appears as a link, but isn't > >>> actually clickable: > > >>> <div id="Sent" title="Email Sent" class="panel"> > >>> <h1>Email Sent</h1> > >>> <a href="#">Back</a> > >>> </div> > > >>> I tried using href="#mailform" (the actual name of the ID where the > >>> main form is), but in both cases the link appears properly as a link, > >>> but I can't click it. > > >>> A > > >>> On May 24, 6:30 am, Remi Grumeau <[email protected]> wrote: > >>>> That right that there no proper documentation about form processing in > >>>> iUI... > >>>> Please take a look at > >>>> iui.ajax()http://www.iui-js.org/documentation/0.50/iui-documentation.html > > >>>> And of > >>>> coursehttp://iui.googlecode.com/hg/web-app/test/form-test.html#_formTest > > >>>> Remi Grumeau > > >>>> On May 24, 2011, at 5:37 AM, amacks <[email protected]> wrote: > > >>>>> background: I have the standard sort of email form on a website. The > >>>>> form and the backend php are a single file, basically if parameters > >>>>> are passed to it, it runs the email sender and outputs a "message > >>>>> sent" block of text, otherwise it displays the form. > > >>>>> I updated the form to use IUI, and the form seems to work fine, the > >>>>> IUI look is in place and clicking submit sends the email. The problem > >>>>> is that the "your email has been sent" message never appears, the iui > >>>>> "slide right" animation appears, but slides you over to a blank page. > >>>>> I assume this is related to the AJAX-ness of the form, but do i need > >>>>> to define a new block of text in the page with a different CSS class > >>>>> or is there something else I'm missing to make the "email sent" > >>>>> message appear > > >>>>> Many thanks > >>>>> A > > >>>>> -- > >>>>> You received this message because you are subscribed to the Google > >>>>> Groups "iPhoneWebDev" group. > >>>>> 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 > >>>>> athttp://groups.google.com/group/iphonewebdev?hl=en. > > >>> -- > >>> You received this message because you are subscribed to the Google Groups > >>> "iPhoneWebDev" group. > >>> 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 > >>> athttp://groups.google.com/group/iphonewebdev?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "iPhoneWebDev" group. > > 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 > > athttp://groups.google.com/group/iphonewebdev?hl=en. -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. 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.
