close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Progress Bar Not Counting Through Emails

Thread began 2/15/2011 5:06 pm by Lee Firth | Last modified 5/21/2015 2:13 pm by Lee Firth | 3782 views | 7 replies

Lee Firth

Progress Bar Not Counting Through Emails

I have applied a progress bar to a universal email newsletter app I am working on. In my test situation there are 3 emails to be sent. They send OK but the progress bar looks like the attached file and doesn't change while sending the three emails. Here is the form code:

html:
<div id="form1_ProgressWrapper">
<form name="form1" action="newsletter_builders.php" id="form1" method="post">
<fieldset>
<ul>
<li>
<label for="Subject">
<input name="newsletterID" type="hidden" id="newsletterID" value="<?php echo $row_newsletter['fldNewsletterID']; ?>">
Subject:</label>
<input name="Subject" type="text" id="Subject" value="<?php echo $row_newsletter['fldSubject']; ?>" size="45" readonly="readonly">
</li>
<li>
<input name="back" type="button" class="btn_back" onClick="window.open('newsletter_bea_to.php?newsletterID=<?php echo $_GET['ID1']; ?>', '_self');" value="back">
<input name="submit" type="submit" accesskey="n" class="btn_send_combined" id="submit" value="send" />
</li>
</ul>
<?php if(is_null($row_newsletter['fldContent'])) { echo '<p>&nbsp;No content exists for this newsletter.<br /><br /></p>'; } else { echo $row_newsletter['fldContent']; }?>
</fieldset>
</form>
</div>
<div id="form1_ProgressMessageWrapper" class="blockUIOverlay" style="display:none;">
<script type="text/javascript">
WADFP_SetProgressToForm('form1', 'form1_ProgressMessageWrapper', WADFP_Theme_Options['WAUE:Pacifica'], 'newsletter_builders_Universal_Email_1_Progress_2');
</script>
<div id="form1_ProgressMessage" >
<?php require_once("webassist/progress_bar/newsletter_builders_Universal_Email_1_Progress_2.php"); ?>
</div>
</div>



This is the contencts of webassist/progress_bar/newsletter_builders_Universal_Email_1_Progress_2.php

html:
<div id="progressContainer_newsletter_builders_Universal_Email_1_Progress_2">
<div id="progressMessage_newsletter_builders_Universal_Email_1_Progress_2">completed <span id="current_newsletter_builders_Universal_Email_1_Progress_2">0</span> <span id="total_newsletter_builders_Universal_Email_1_Progress_2"></span></div>
<div class="barLeft_newsletter_builders_Universal_Email_1_Progress_2"></div>
<div class="barMiddle_newsletter_builders_Universal_Email_1_Progress_2" id="barArea_newsletter_builders_Universal_Email_1_Progress_2">
<div id="barCover_newsletter_builders_Universal_Email_1_Progress_2" class="barProgress_newsletter_builders_Universal_Email_1_Progress_2"></div>
</div>
<div class="barRight_newsletter_builders_Universal_Email_1_Progress_2"></div>
<div id="timeRemaining_newsletter_builders_Universal_Email_1_Progress_2">&nbsp;</div>
</div>



I'm not sure what the problem is.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...