Click here to Skip to main content
15,900,378 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: how to increase height upwards and width towards left Pin
Colin Angus Mackay15-Apr-04 22:40
Colin Angus Mackay15-Apr-04 22:40 
GeneralMultiple Responses Pin
Anonymous15-Apr-04 4:50
Anonymous15-Apr-04 4:50 
GeneralFILE CHECKING Pin
Brendan Vogt15-Apr-04 0:46
Brendan Vogt15-Apr-04 0:46 
GeneralRe: FILE CHECKING Pin
markkuk15-Apr-04 4:38
markkuk15-Apr-04 4:38 
GeneralGetting OpenOffice to the web Pin
locktotten14-Apr-04 0:24
locktotten14-Apr-04 0:24 
GeneralCache not getting loaded Pin
Member 67053113-Apr-04 20:26
Member 67053113-Apr-04 20:26 
GeneralHelp me about validate form use javascript!!! Pin
cool_man13-Apr-04 15:45
cool_man13-Apr-04 15:45 
GeneralRe: Help me about validate form use javascript!!! Pin
Bee Master13-Apr-04 23:08
Bee Master13-Apr-04 23:08 
Include following 2 javascript functions & call CheckSubmit() on form submit. Hope this helps u.Unsure | :~

function CheckObject(chkObj)
{
for(i=0;i<chkObj.length;i++)
{
if(chkObj[i].checked)
return true;
}
return false;
}

function CheckSubmit()
{
if(!CheckObject(document.all("type")))
{
alert("Please select a type");
return false;
}
if(!CheckObject(document.all("color")))
{
alert("Please select a color");
return false;
}
return true;
}


Never comment ur code. If it was hard to write, it should be hard to understand !!!
GeneralRe: Help me about validate form use javascript!!! Pin
cool_man14-Apr-04 22:33
cool_man14-Apr-04 22:33 
QuestionPlug-in to read web-page? Pin
Pauwll12-Apr-04 21:37
Pauwll12-Apr-04 21:37 
GeneralRedirecting a Perl Page To ASP/ASP.Net Page Pin
Jaffer Mumtaz12-Apr-04 19:03
Jaffer Mumtaz12-Apr-04 19:03 
GeneralRe: Redirecting a Perl Page To ASP/ASP.Net Page Pin
Nick Parker17-Apr-04 5:26
protectorNick Parker17-Apr-04 5:26 
GeneralChange a style on the fly Pin
matthias s.12-Apr-04 4:22
matthias s.12-Apr-04 4:22 
GeneralRe: Change a style on the fly Pin
Mike Ellison12-Apr-04 7:18
Mike Ellison12-Apr-04 7:18 
GeneralRe: Change a style on the fly Pin
matthias s.12-Apr-04 8:42
matthias s.12-Apr-04 8:42 
GeneralRe: Change a style on the fly Pin
Mike Ellison12-Apr-04 10:13
Mike Ellison12-Apr-04 10:13 
GeneralRe: Change a style on the fly Pin
theJazzyBrain13-Apr-04 10:28
theJazzyBrain13-Apr-04 10:28 
QuestionHow Calling Com Function Via javascript or VB script Pin
Anonymous11-Apr-04 18:45
Anonymous11-Apr-04 18:45 
GeneralFinding the filesize of a webpage Pin
zichun10-Apr-04 20:22
zichun10-Apr-04 20:22 
GeneralHiding/Encrypt Client Side Script Pin
mtone10-Apr-04 8:10
mtone10-Apr-04 8:10 
GeneralRe: Hiding/Encrypt Client Side Script Pin
l a u r e n11-Apr-04 17:57
l a u r e n11-Apr-04 17:57 
GeneralRe: Hiding/Encrypt Client Side Script Pin
mtone12-Apr-04 5:37
mtone12-Apr-04 5:37 
GeneralRe: Hiding/Encrypt Client Side Script Pin
Hesham Amin13-Apr-04 0:52
Hesham Amin13-Apr-04 0:52 
GeneralASP.NET &amp; Smart Card Reader Communications Pin
Member 93611210-Apr-04 5:13
Member 93611210-Apr-04 5:13 
GeneralRe: ASP.NET &amp; Smart Card Reader Communications Pin
karthik208621-Oct-09 20:43
karthik208621-Oct-09 20:43 

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.