Click here to Skip to main content
15,887,267 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Background img in IE disappears Pin
enhzflep28-Jan-10 3:27
enhzflep28-Jan-10 3:27 
QuestionDataGrid + Checkboxes Pin
sriharsha_1227-Jan-10 22:43
sriharsha_1227-Jan-10 22:43 
AnswerRe: DataGrid + Checkboxes Pin
Eddy Vluggen28-Jan-10 3:23
professionalEddy Vluggen28-Jan-10 3:23 
GeneralRe: DataGrid + Checkboxes Pin
sriharsha_1229-Jan-10 1:58
sriharsha_1229-Jan-10 1:58 
GeneralRe: DataGrid + Checkboxes Pin
Eddy Vluggen29-Jan-10 2:21
professionalEddy Vluggen29-Jan-10 2:21 
QuestionJQuery and Binding issue Pin
Mike Hankey27-Jan-10 20:31
mveMike Hankey27-Jan-10 20:31 
QuestionQuestion about multiple requests Pin
Sider8927-Jan-10 8:03
Sider8927-Jan-10 8:03 
QuestionPrevent text/image selection... Pin
Matt Gullett27-Jan-10 2:43
Matt Gullett27-Jan-10 2:43 
AnswerRe: Prevent text/image selection... Pin
Aman Bhullar27-Jan-10 22:14
Aman Bhullar27-Jan-10 22:14 
GeneralRe: Prevent text/image selection... Pin
Matt Gullett28-Jan-10 1:31
Matt Gullett28-Jan-10 1:31 
QuestionASP.Net Security Pin
Maxy5527-Jan-10 2:31
Maxy5527-Jan-10 2:31 
Questionhow to changes the cursor of html tag "area". Pin
nabber26-Jan-10 22:36
nabber26-Jan-10 22:36 
AnswerRe: how to changes the cursor of html tag "area". Pin
mrMercury27-Jan-10 5:28
mrMercury27-Jan-10 5:28 
Questionhiiiiiiii Pin
sheemap26-Jan-10 19:20
sheemap26-Jan-10 19:20 
AnswerRe: hiiiiiiii Pin
Andy_L_J26-Jan-10 19:29
Andy_L_J26-Jan-10 19:29 
Questionhow to add subtotal in javascript? Pin
jedongkendrick26-Jan-10 18:30
jedongkendrick26-Jan-10 18:30 
AnswerRe: how to add subtotal in javascript? Pin
Graham Breach26-Jan-10 23:16
Graham Breach26-Jan-10 23:16 
GeneralRe: how to add subtotal in javascript? Pin
jedongkendrick27-Jan-10 1:09
jedongkendrick27-Jan-10 1:09 
AnswerRe: how to add subtotal in javascript? Pin
Graham Breach27-Jan-10 4:05
Graham Breach27-Jan-10 4:05 
GeneralRe: how to add subtotal in javascript? Pin
jedongkendrick27-Jan-10 4:31
jedongkendrick27-Jan-10 4:31 
GeneralRe: how to add subtotal in javascript? Pin
Graham Breach27-Jan-10 8:04
Graham Breach27-Jan-10 8:04 
GeneralRe: how to add subtotal in javascript? Pin
jedongkendrick27-Jan-10 19:51
jedongkendrick27-Jan-10 19:51 
GeneralRe: how to add subtotal in javascript? Pin
jedongkendrick27-Jan-10 22:51
jedongkendrick27-Jan-10 22:51 
sorry to interrupt again, i have another question regarding the code... how can you add another textbox at the bottom that adds all the sub_total to produce the grand total? i tried this but it does not work.

function Grand()
{

for (var i=1;i<=row_no; ++i)
{
var x=document.getElementById("ourcost"+i).value;
document.getElementById("total").value += parseInt("ourcost"+i).value;
}

i placed this function on the textbox "subtotal" on a "on Change" method.
AnswerRe: how to add subtotal in javascript? Pin
Graham Breach27-Jan-10 23:09
Graham Breach27-Jan-10 23:09 
Questionjavascript converturl () - help with this function [modified] Pin
treeeen26-Jan-10 9:32
treeeen26-Jan-10 9:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.