Click here to Skip to main content
15,894,955 members
Home / Discussions / Web Development
   

Web Development

 
QuestionQuery regarding conversion from Static HTML to an ASP without dynamism Pin
ShrikantPR16-Mar-06 17:51
ShrikantPR16-Mar-06 17:51 
QuestionHow to delete cookies in IE? Pin
mv_coffee16-Mar-06 17:18
mv_coffee16-Mar-06 17:18 
AnswerRe: How to delete cookies in IE? Pin
Gerald Schwab16-Mar-06 17:27
Gerald Schwab16-Mar-06 17:27 
AnswerRe: How to delete cookies in IE? Pin
HimaBindu Vejella16-Mar-06 19:33
HimaBindu Vejella16-Mar-06 19:33 
AnswerRe: How to delete cookies in IE? Pin
Vasudevan Deepak Kumar16-Mar-06 20:26
Vasudevan Deepak Kumar16-Mar-06 20:26 
GeneralRe: How to delete cookies in IE? Pin
mv_coffee18-Mar-06 17:01
mv_coffee18-Mar-06 17:01 
Questionjavascript accessign dynmically created table Pin
bryce16-Mar-06 16:15
bryce16-Mar-06 16:15 
AnswerRe: javascript accessign dynmically created table Pin
bryce16-Mar-06 17:09
bryce16-Mar-06 17:09 
foudn an easier solution

function validate()
{
   var id = "hours";
   var index=1;
   var total =0;
   while (document.getElementById(id+index) != null)
   {
      var item = document.getElementById(id+index);
      total+=item.value;
      index++;
   }
   if (total < 40.00)
   {
      var str = parseFloat(total).toString();
      alert("The hours you submitted hours are not enough \nYour hours were:"+str);
      return false;
   }
   return true;
}


cheery

bryce

---
To paraphrase Fred Dagg - the views expressed in this post are bloody good ones.
--

Publitor, making Pubmed easy.
http://www.sohocode.com/publitor


Our kids book :The Snot Goblin


QuestionFlash and Javascript Pin
Albert Pascual16-Mar-06 6:31
sitebuilderAlbert Pascual16-Mar-06 6:31 
QuestionMouseclicks on a listbox: Javascript or Asp.Net? Pin
KaKa'15-Mar-06 19:32
KaKa'15-Mar-06 19:32 
Questionuploaing without mutlipart/form-data Pin
Harikrk15-Mar-06 17:04
Harikrk15-Mar-06 17:04 
AnswerRe: uploaing without mutlipart/form-data Pin
Guffa15-Mar-06 20:34
Guffa15-Mar-06 20:34 
Questionbrowser within a browser Pin
_kane_15-Mar-06 2:14
_kane_15-Mar-06 2:14 
AnswerRe: browser within a browser Pin
Vasudevan Deepak Kumar16-Mar-06 20:27
Vasudevan Deepak Kumar16-Mar-06 20:27 
GeneralRe: browser within a browser Pin
_kane_20-Mar-06 2:28
_kane_20-Mar-06 2:28 
QuestionPhP GD library Pin
progman15-Mar-06 1:34
progman15-Mar-06 1:34 
AnswerRe: PhP GD library Pin
Vasudevan Deepak Kumar16-Mar-06 20:28
Vasudevan Deepak Kumar16-Mar-06 20:28 
QuestionDynamically Adding Buttons to a web page Pin
wpcolleen15-Mar-06 0:14
wpcolleen15-Mar-06 0:14 
Questionscroll bar in the select box Pin
Sushant_Mathur15-Mar-06 0:01
Sushant_Mathur15-Mar-06 0:01 
QuestionAccessing a Crystal Reports 11 report from ASP.NET Pin
User 46247814-Mar-06 23:37
User 46247814-Mar-06 23:37 
QuestionHow to copy file between two servers? Pin
cylix200014-Mar-06 21:16
cylix200014-Mar-06 21:16 
QuestionShowModalDialog() Why it is slow? Pin
ali khan msc14-Mar-06 20:01
ali khan msc14-Mar-06 20:01 
AnswerRe: ShowModalDialog() Why it is slow? Pin
Thomas C. Abruzzo10-Mar-10 9:07
Thomas C. Abruzzo10-Mar-10 9:07 
QuestionDigital Signatures Pin
Usman Tasleem Akshaf14-Mar-06 11:54
Usman Tasleem Akshaf14-Mar-06 11:54 
QuestionFront Page Extension Error Pin
puri_shah14-Mar-06 11:23
puri_shah14-Mar-06 11:23 

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.