Jump to content

Datapicker not working post php upgrade


swatisonee

Recommended Posts

Hi,

 

My web hosting co. upgraded to php 3.4.11.1  . I was using My Datepicker from rainforest.net http://www.rainforestnet.com/datetimepicker/datetimepicker.htm

 

 and all of sudden it just doesn't work.

 

It has worked so beautifully all these years - I have never even customised it and all of sudden I cannot figure out why Newcsscal isn't getting called.  Here is the part that I use . Any pointers on what could be going wrong and what I need to do ? Thank You !

 

 

 
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<title>Contacts</title>
<link type="text/css" rel="stylesheet" href="NEWDBS/cssfiles/leave.css">
//<script src="./datepicker/datetimepicker_css.js"></script> // per the script creator it should be in the head but since we're calling the form, I would have it called in the body below
</head>
 
<body bgcolor=white lang=EN-IN link=blue vlink=purple>
<div class=Section1>
<div align=center>
<form action="<?php print $PHP_SELF ?>" method="post">
<input type="hidden" name="userid" value="<? echo $userid ?>">
<input type="hidden" name="usertype" value="<? echo $usertype ?>">
<?php

} else {
?>
<FORM METHOD=post ACTION="<? echo $PHP_SELF ?>">
<script src="./datepicker/datetimepicker_css.js"></script>
 
blah blah....
 
<input type=text name="todate" size=12>
  <a href="javascript:NewCssCal('todate', 'yyyymmdd')"> <img src="./datepicker/images/cal.gif" width="16" height="16" alt="Pick a date"></a></span></p>
 
 
Link to comment
Share on other sites

Ok, here's something I found out.
 
The datepicker pops up, a date can be selected but the variable doesn't pass thru the form on submit when

 

 

<input type=text id="todate" size=12> 

 

However, when  

<input type=text name="todate" size=12>
 

 

the datepicker doesn't pop up nor does the date get selected. However, if one types the date in the input box, the variable passes thru the form and gets submitted.

 

Why does the selection of id or name make a difference and how do I resolve this please?

 

also, could this be an issue with javascript?

 

thanks

Link to comment
Share on other sites

So here is what I did. Turned on compatibility view for IE10. The original code started working in IE and FF but not Chrome. Seems to be a javascript issue as the error in Chrome is

 

"cannot read property value or null" .

 

What can I check to resolve this please? Thanks.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.