Click here to Skip to main content
16,005,038 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Javascript editor? Pin
ErikZ9-Jan-07 20:00
ErikZ9-Jan-07 20:00 
QuestionSearch Facility Pin
Bulky Fellow8-Jan-07 19:47
Bulky Fellow8-Jan-07 19:47 
QuestionInstant messaging using jsp,servlets Pin
Member 37065538-Jan-07 19:39
Member 37065538-Jan-07 19:39 
QuestionMicrosoft CRM client side integration Pin
Pompie8-Jan-07 16:45
Pompie8-Jan-07 16:45 
QuestionCan I build an UI using .Net framework Pin
indian1437-Jan-07 20:31
indian1437-Jan-07 20:31 
AnswerRe: Can I build an UI using .Net framework Pin
Christian Graus8-Jan-07 15:57
protectorChristian Graus8-Jan-07 15:57 
GeneralRe: Can I build an UI using .Net framework Pin
indian1438-Jan-07 18:26
indian1438-Jan-07 18:26 
QuestionWeird Issue in "if" statement Pin
Programm3r7-Jan-07 20:14
Programm3r7-Jan-07 20:14 
Hi all,

I'm struggling with a very strange issue regarding an if statement. Please take the following into consideration:

Response.Write(Request.QueryString("action"));

Response.Write("If Statement -> "+String(String(dayDate) ==String(String(Request.QueryString("enddate")))));

Response.Write(String(String(dayDate)));
Response.Write(String(Request.QueryString("enddate")));
				
if (Date(dayDate) == Date(Request.QueryString("enddate")))
{
  Response.Write("svdvdvdvdvdv");
  Response.End();   
  ....


OUTPUT:
save
if Statement -> false
'2007-03-21' '2007-03-25'
svdvdvdvdvdv

The thing is the if statement is false but it still goes into the if statement .... Why Confused | :confused: Confused | :confused:

Can someone plz help ...

Many thanx in advance



The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

AnswerRe: Weird Issue in "if" statement Pin
Guffa7-Jan-07 21:15
Guffa7-Jan-07 21:15 
QuestionRe: Weird Issue in "if" statement Pin
Programm3r7-Jan-07 21:25
Programm3r7-Jan-07 21:25 
AnswerRe: Weird Issue in "if" statement Pin
Guffa8-Jan-07 0:23
Guffa8-Jan-07 0:23 
AnswerRe: Weird Issue in "if" statement Pin
webProgrammer8-Jan-07 11:34
webProgrammer8-Jan-07 11:34 
Questionhelp in curl Pin
Rock Star.7-Jan-07 18:30
Rock Star.7-Jan-07 18:30 
AnswerRe: help in curl Pin
Programm3r7-Jan-07 20:18
Programm3r7-Jan-07 20:18 
Questioncalling perl while refreshing my web page Pin
Member 37025437-Jan-07 15:57
Member 37025437-Jan-07 15:57 
QuestionWhat are the benefits of PKI Pin
bob.e.baker5-Jan-07 6:39
bob.e.baker5-Jan-07 6:39 
AnswerRe: What are the benefits of PKI Pin
Vasudevan Deepak Kumar5-Jan-07 22:15
Vasudevan Deepak Kumar5-Jan-07 22:15 
Questionabout charting Pin
Member 36969665-Jan-07 4:17
Member 36969665-Jan-07 4:17 
AnswerRe: about charting Pin
Vasudevan Deepak Kumar5-Jan-07 22:16
Vasudevan Deepak Kumar5-Jan-07 22:16 
Questiondoubt on javascript Pin
jithus5-Jan-07 3:16
jithus5-Jan-07 3:16 
AnswerRe: Now I want to put that control on my web form Pin
Paddy Boyd5-Jan-07 1:16
Paddy Boyd5-Jan-07 1:16 
QuestionStarting a website in IIS (Windows 2003 Server) Pin
Programm3r3-Jan-07 19:00
Programm3r3-Jan-07 19:00 
AnswerRe: Starting a website in IIS (Windows 2003 Server) Pin
Programm3r3-Jan-07 21:43
Programm3r3-Jan-07 21:43 
QuestionWeb Services [modified] Pin
ashishnagar13-Jan-07 18:30
ashishnagar13-Jan-07 18:30 
AnswerRe: Web Services Pin
Programm3r4-Jan-07 0:06
Programm3r4-Jan-07 0:06 

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.