Click here to Skip to main content
15,891,864 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Web Large Select Statements Pin
Abhishek Sur31-Aug-09 12:39
professionalAbhishek Sur31-Aug-09 12:39 
GeneralRe: Web Large Select Statements Pin
mark_me31-Aug-09 14:05
mark_me31-Aug-09 14:05 
GeneralRe: Web Large Select Statements Pin
Abhishek Sur31-Aug-09 23:09
professionalAbhishek Sur31-Aug-09 23:09 
GeneralRe: Web Large Select Statements Pin
mark_me1-Sep-09 5:11
mark_me1-Sep-09 5:11 
NewsFree Design, Development Software for College & High School Students Pin
brucedkyle31-Aug-09 7:31
brucedkyle31-Aug-09 7:31 
QuestionCan't Load Date Control Error Pin
kKamel30-Aug-09 20:17
kKamel30-Aug-09 20:17 
AnswerRe: Can't Load Date Control Error Pin
Abhishek Sur31-Aug-09 12:49
professionalAbhishek Sur31-Aug-09 12:49 
GeneralRe: Can't Load Date Control Error Pin
kKamel31-Aug-09 19:44
kKamel31-Aug-09 19:44 
<td>
                                       <input type="text" id="txtStartDate" runat="server" style="width: 160px"
                                       onkeypress="return DisableSpecialCharactersWithLength(this,event,false,false,false,0)"
                                        onclick="javascript:popUpCalendar(this,'<%=txtStartDate.ClientID%>','mmm dd yyyy')"  />
                                   </td>
                                   <td style="padding-top: 2px">
                                       <img alt="" id="img2" style="cursor: pointer" border="0" src="../../Images/calendar.gif"
                                           onclick="javascript:popUpCalendar(this,'<%=txtStartDate.ClientID%>','mmm dd yyyy')" />
                                   </td>


now the input in the first TD has the error becuase i added popcalendar on onclick event , but when i remove it and i use the image onclick event having the same code then it works fine, it is really confusing me guys, even if i changed onclick event on the text box to on focus, on blur ....
GeneralRe: Can't Load Date Control Error Pin
Abhishek Sur31-Aug-09 21:54
professionalAbhishek Sur31-Aug-09 21:54 
GeneralRe: Can't Load Date Control Error Pin
kKamel1-Sep-09 0:12
kKamel1-Sep-09 0:12 
QuestionInterfacing Action Script with VB 6.0 Pin
b2cc29-Aug-09 7:02
b2cc29-Aug-09 7:02 
QuestionSetups for windows or web Application Pin
lavankumar28-Aug-09 23:30
lavankumar28-Aug-09 23:30 
AnswerRe: Setups for windows or web Application Pin
Arindam Sinha29-Aug-09 1:36
Arindam Sinha29-Aug-09 1:36 
AnswerRe: Setups for windows or web Application Pin
Vimalsoft(Pty) Ltd1-Sep-09 2:48
professionalVimalsoft(Pty) Ltd1-Sep-09 2:48 
QuestionLoading headers of a website using IFRAME / Object tag Pin
Mrugendra Bhure28-Aug-09 22:52
Mrugendra Bhure28-Aug-09 22:52 
Questioncheck box checked value semi true Pin
kKamel27-Aug-09 21:09
kKamel27-Aug-09 21:09 
QuestionHelp in JQuery for looping in a gridview Pin
www.Developerof.NET27-Aug-09 20:41
www.Developerof.NET27-Aug-09 20:41 
AnswerRe: Help in JQuery for looping in a gridview Pin
ajian.dong29-Aug-09 23:01
ajian.dong29-Aug-09 23:01 
QuestionAffiliate API Pin
pokchumotu27-Aug-09 0:05
pokchumotu27-Aug-09 0:05 
QuestionASP Pin
rajiv_kadam25-Aug-09 23:04
rajiv_kadam25-Aug-09 23:04 
AnswerRe: ASP Pin
Not Active26-Aug-09 2:18
mentorNot Active26-Aug-09 2:18 
JokeRe: ASP Pin
Arun Jacob27-Aug-09 1:08
Arun Jacob27-Aug-09 1:08 
AnswerRe: ASP Pin
Jeremy Likness27-Aug-09 6:26
professionalJeremy Likness27-Aug-09 6:26 
Questionasp Pin
rajiv_kadam25-Aug-09 21:40
rajiv_kadam25-Aug-09 21:40 
AnswerRe: asp Pin
Marc Firth25-Aug-09 22:20
Marc Firth25-Aug-09 22:20 

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.