SunQuest
           Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old September 23rd, 2004, 08:18 AM
dbabic dbabic is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 1 dbabic User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
customising bradabra

Hi! I am trying to use the forceforge project functions! I have n fields for Sum on rows and js-function for calculating Total in my php function:
echo "
<script language='javascript'>
function CalcAllTotals (obj_DestForm)
{
var i;

// compute totals for each references
for(i=0 ; i<".$txt_n_entries." ; i++)
{
var obj_Quantity = eval('obj_DestForm.txt_q_' + i);
var obj_UnitPrice = eval('obj_DestForm.txt_up_' + i);
var obj_Currency1 = eval('obj_DestForm.txt_totCurr1_' + i);

CalcRefTotals(obj_Quantity, obj_UnitPrice, obj_Currency1);
}

// compute last ones
CalcTotalHT(obj_DestForm, obj_DestForm.txt_totHT_curr1);
CalcVAT(obj_DestForm, obj_DestForm.txt_vat_curr1);
CalcTotalTTC(obj_DestForm, obj_DestForm.txt_tot_curr1);
}
</script>";

Any suggestion how to make this work? It is complaining "Object required" on line with "var obj_Quantity".
Many thanks
D.

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > customising bradabra


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway