Print Page | Close Window

Errors in admin_import_subscribers.asp

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz NewsPad
Forum Description: Support forum for the Web Wiz NewsPad application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=27075
Printed Date: 28 March 2026 at 5:43am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Errors in admin_import_subscribers.asp
Posted By: jack24
Subject: Errors in admin_import_subscribers.asp
Date Posted: 05 March 2009 at 7:11pm
When import CVS contacts, the progress bar don' t move 
and javascript error is show.

to solve, change
           <td height="17" background="<% = strImagePath %>progress_bar_bg.gif"><img src="<% = strImagePath %>progress_bar.gif" alt="Progress Bar" height="17" style="width:0%;"id="progressBar" /></td>

to (add a space between width and id)
           <td height="17" background="<% = strImagePath %>progress_bar_bg.gif"><img src="<% = strImagePath %>progress_bar.gif" alt="Progress Bar" height="17" style="width:0%;" id="progressBar" /></td>

and in line ......
vbCrLf & " document.getElementById('progressBar').style.width = '" & percentageCalculate(lngTotalProcessed, lngTotalRecords, 0) & "';" & _




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net