Hi all, this is my first post, so I'm wearing my flame-proof jacket.
I am new to Ajax, and I am trying to devise a progress indicator for
my application. Its written using the Codeigniter framework, ( should
I mention that here? ), and the php just loops through an array of
email addresses & names, sending a personalised email for each
subscriber. Its a simple newsletter application for an even simpler
CMS that I'm building.
I want to display a progress indicator whilst the email is being sent.
Ideally showing the precentage so far, but most likely due to my
limited ajax know-how, it will be a simple animated gif.
I'm looking at doing it using script.aculo.us, but I was hoping
someone may be able to help, in any way possible, on my steep learning
curve.
I found this on the scriptaculous wiki, but I'm still trying to
understand it.
<style type="text/css" media="screen">
.inplaceeditor-saving { background: url(/images/wait.gif) bottom
right no-repeat; }
</style>
<p id="editme3">Click me, click me!</p>
<script type="text/javascript">
new Ajax.InPlaceEditor('editme3', '/demoajaxreturn.html');
</script>
What does the demoajaxreturn.html actually do?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---