Search:
Type: Posts; User: jerald55
Search :
Search took 0.01 seconds.
this My Date validation JavaScript for this code Date Format is Jan-22-11(MMM-dd-yy) but i need dd-MMM-yy dis Format
Please go through my code and say where i want to change code to get dd-MMM-yy....
Please Help Me... :confused:
Reply for my thread..,
hi i have written the program for generating dynamic combo box.
i created 3 table for state mt1(table name),City mt2,Area mt3.
using ajax i have generated dynamic combo box but in the database...
i want to write coding for date format for Oracle dd-mmm-yyyy in ajax.
in the Form i put text box i converted string to Date format in server side.
but my TL said to change the code in ajax...
Hi,
I did it but i totally changed my code i'm not used xmlObj i used xmlHttp
my coding are shown below
function loadContent()
{
xmlhttp=GetXmlHttpObject();
if (xmlhttp==null)
below my java Script is there
it is not entering after if(xmlObj.readystate == 4 & xmlObj.status == 200)
please help me..,
function GetXmlHttpObject()
{
var xmlHttp=null;
try