Click here to Skip to main content
15,905,028 members
Home / Discussions / Web Development
   

Web Development

 
QuestionControl Keywords Pin
L Viljoen26-Jun-07 3:30
professionalL Viljoen26-Jun-07 3:30 
QuestionIs there something called "Super Meta" ? Pin
Luay.Essa26-Jun-07 3:29
Luay.Essa26-Jun-07 3:29 
AnswerRe: Is there something called "Super Meta" ? Pin
Shog926-Jun-07 6:43
sitebuilderShog926-Jun-07 6:43 
GeneralRe: Is there something called "Super Meta" ? Pin
Ramez Quneibi26-Jun-07 19:34
Ramez Quneibi26-Jun-07 19:34 
AnswerRe: Is there something called "Super Meta" ? Pin
Vasudevan Deepak Kumar27-Jun-07 1:56
Vasudevan Deepak Kumar27-Jun-07 1:56 
QuestionInternet configurations Pin
matjame26-Jun-07 2:02
matjame26-Jun-07 2:02 
AnswerRe: Internet configurations Pin
Guffa27-Jun-07 20:56
Guffa27-Jun-07 20:56 
Questionmozilla problem Pin
hkchauhan25-Jun-07 23:43
hkchauhan25-Jun-07 23:43 
function CheckEmail()
{
check=1;
var emailtext=document.getElementById('emailtext');
var email = emailtext.value;
var AtPos = email.indexOf("@");
var StopPos = email.lastIndexOf(".");
if ((email == "")||(AtPos == -1 || StopPos == -1)||(StopPos < AtPos)||(StopPos - AtPos == 1)||(AtPos == 0) )
{
Message = "Not a valid Email address" ;
check=0;
}
if(Message=="")
{

mailerror.style.display="none";
}
else if(Message !="")
{

mailerror.style.display="";
}

}

mozilla is showing error in line
var email = emailtext.value;

can anyone tell me the proper way to write this line which mozilla supports.

hiiiiii

AnswerRe: mozilla problem Pin
SHatchard26-Jun-07 0:31
SHatchard26-Jun-07 0:31 
GeneralRe: mozilla problem Pin
hkchauhan26-Jun-07 1:55
hkchauhan26-Jun-07 1:55 
AnswerRe: mozilla problem Pin
Vasudevan Deepak Kumar26-Jun-07 1:46
Vasudevan Deepak Kumar26-Jun-07 1:46 
GeneralRe: mozilla problem Pin
hkchauhan26-Jun-07 1:59
hkchauhan26-Jun-07 1:59 
GeneralRe: mozilla problem Pin
Vasudevan Deepak Kumar26-Jun-07 2:12
Vasudevan Deepak Kumar26-Jun-07 2:12 
GeneralRe: mozilla problem Pin
Guffa26-Jun-07 2:35
Guffa26-Jun-07 2:35 
QuestionTreeview control in web forms with drag drop functionality??? Pin
sudhakar7925-Jun-07 22:37
sudhakar7925-Jun-07 22:37 
AnswerRe: Treeview control in web forms with drag drop functionality??? Pin
Vasudevan Deepak Kumar27-Jun-07 3:06
Vasudevan Deepak Kumar27-Jun-07 3:06 
GeneralRe: Treeview control in web forms with drag drop functionality??? Pin
sudhakar7927-Jun-07 20:55
sudhakar7927-Jun-07 20:55 
Questioncrystal report in asp Pin
Haresh Boghani25-Jun-07 21:42
Haresh Boghani25-Jun-07 21:42 
AnswerRe: crystal report in asp Pin
Vasudevan Deepak Kumar25-Jun-07 22:01
Vasudevan Deepak Kumar25-Jun-07 22:01 
QuestionDiv Object Pin
L Viljoen25-Jun-07 21:28
professionalL Viljoen25-Jun-07 21:28 
AnswerRe: Div Object Pin
Vasudevan Deepak Kumar25-Jun-07 22:02
Vasudevan Deepak Kumar25-Jun-07 22:02 
GeneralRe: Div Object Pin
L Viljoen25-Jun-07 22:04
professionalL Viljoen25-Jun-07 22:04 
AnswerRe: Div Object Pin
Tamimi - Code25-Jun-07 22:02
Tamimi - Code25-Jun-07 22:02 
AnswerRe: Div Object Pin
RichardGrimmer28-Jun-07 1:10
RichardGrimmer28-Jun-07 1:10 
GeneralRe: Div Object Pin
L Viljoen25-Jun-07 22:04
professionalL Viljoen25-Jun-07 22:04 

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.