User Profile

Collapse

Profile Sidebar

Collapse
tharini
tharini
Last Activity: Sep 23 '10, 12:16 PM
Joined: Aug 12 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • date() not works in IE buts works well in firefox.....

    Javascript code to find date/time difference works well in google chrome but not in firefox and IE....

    Is the code given below is a valid argument for the date function?


    Code:
     date(9-Sep-2010 04:24:54);

    I chose this date from a date/time picker...
    See more | Go to post

  • tharini
    started a topic Am getting the error " Bad Request HTTP Error 400"
    in PHP

    Am getting the error " Bad Request HTTP Error 400"

    Whenever i run my SMS API code,am getting the error " Bad Request HTTP Error 400.The Request is badly formed". When i store a particular mobile number in database and send sms to that mobile no.,the msg is sent successfully only for few times after that am getting the above mentioned error msg.

    I dont understand why the msg is not sent to the same mobile number few days after storing in databese...I have given my sms code...
    See more | Go to post

  • tharini
    started a topic SubMenus not displayed properly......

    SubMenus not displayed properly......

    I have designed a html page with menus and sub menus....The Sub menus are displayed properly in firefox but in IE its not working....Plea se give me some suggestions...
    The html code is:

    Code:
     
    
     <li class="topitem"><a href="#" title="DECORATIVE GYPSUM"><span>DECORATIVE GYPSUM</span></a>
                <ul>
                  <li class="subfirst"><a
    ...
    See more | Go to post

  • form validation not working in both IE and Firefox.

    I have a simple form with four fields. The validation code for these fields are not working properly in both IE and firefox.I have given the code below.Please tell me whats the problem.


    Code:
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type"
    ...
    See more | Go to post

  • tharini
    started a topic Give suggestions for nested query...

    Give suggestions for nested query...

    Code:
    mysql_query("select * from member_details where name='".$name."' or wife_name='".$name."' and ( hus_dob='".$date."' or wife_dob='".$date."' or wedding_day='".$date."'")) or die(mysql_error());
    is my query syntax right? if not please tell me the correct syntax.
    See more | Go to post

  • when i run a php page,the position of the date picker control gets changed

    Am using a date picker control to select dates in my PHP page... whenever i run the page in firefox the position of the picker control remains same near the textbox but when i run the same page in internet explorer the position of the picker control is getting changed... picker control gets moved to the top of the textbox. Could u please give me a correct solution?
    See more | Go to post

  • when i run php page the date picker control position is getting changed

    Am using a date picker control to select dates in my PHP page... whenever i run the page in firefox the position of the picker control remains same near the textbox but when i run the same page in internet explorer the position of the picker control is getting changed... picker control gets moved to the top of the textbox. Could u please give me a correct solution?
    See more | Go to post

  • tharini
    started a topic how to pass two values to next page...

    how to pass two values to next page...

    I want to pass two values to the next page using javascript function xmlhttp.open() function. Could u please tell me the correct syntax?


    Code:
    xmlhttp.open("GET","getuser.php?q="+str,true);
    Here,instead of passing single value "str", i need to pass two values namely "str","str1"... ..But am not getting the exact syntax.....
    See more | Go to post

  • how to add values in the previous textbox and display the result in current textbox.

    I have five textboxes.I need to add the values in all the five textboxes and display the result in the sixth textbox without doing any submit action . if i change the values in these five textboxes it should be reflected in the result textbox. could u please send me the code for it.....
    See more | Go to post
No activity results to display
Show More
Working...