User Profile

Collapse

Profile Sidebar

Collapse
dkyadav80
dkyadav80
Last Activity: Apr 20 '11, 09:23 AM
Joined: Jul 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to fix "assigned a value that is never used " error?

    " "a" is assigned a value that is never used " getting error in C programming.

    pls any one solve this question. when and why becomes this type problem in turbo C/C++ compiler
    char a;
    FILE *f1;
    while((a=getc(f 1))!='\n')//
    See more | Go to post

  • gsm_ban.swf file is run on IE but not run on mozilla fire fox

    gsm_ban.swf file is run on IE but not run on mozilla fire fox

    main code goes here:


    Code:
    <tr>
    <td height="100" align="center" valign="top" bgcolor="#FFFFFF" style="padding-top:2px; padding-bottom:2px;"><script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','896','height','152','title','GSM
    ...
    See more | Go to post

  • Date data type and manipulation for add and edit through mysql & php

    Hi guys,

    I have a form in html , all description below:
    first: name of persion (input type box)
    second: job profile (input type box)
    third: experience from: list box (Month : Jan, Feb,.. format) and
    experience to: list box (year: 2008,2007,2006, ...)

    In Mysql database only 4 filed,
    1. Name(data type - varchar),
    2. Profile(data type - varchar)
    3....
    See more | Go to post

  • Yes sir, I'm giving below in detail:
    -> I'm parsing through PHP

    I 'm displaying the cities values in drop-down menu box from cities.xml file for city: field, through smarty and php code , on html form and I have next field is State which is also drop-down menu list box. I want when i select city name from city drop-down then state name of this city will become automatic in state drop-down menu box. currently i'm using saparate...
    See more | Go to post
    Last edited by acoder; Aug 8 '08, 11:43 AM. Reason: fixed code tags

    Leave a comment:


  • display the value from xml file when user click the drop down menu

    Hi guys,

    I 'm developing a site using javascript lib file with prototype, Iframe, smarty , php html, css.. I have read the xml file( city and state ) using CDATASECTION through php and display by smarty in drop down menu . I have one text filed after drop down. i wanna when user select the city from drop down then auto display the state of this city which...
    See more | Go to post

    Leave a comment:


  • Thanks for alot for helping me....
    See more | Go to post

    Leave a comment:


  • date function working in IE but not working in Mozill firefox3

    Hi sir,

    I'have written small function in javascript for date (month and year), this is good working in IE at onclick event and current month-8 , year-2008 are displaying but in firefox3,opera, & sufari the current month - 8 and current year- 108 are showing.
    I wanna current year in fire fox.

    [code goes Here:]

    [CODE=javascript]function validateDate()
    {
    var d = new Date();...
    See more | Go to post
    Last edited by gits; Aug 7 '08, 08:17 AM. Reason: added code tags

  • dkyadav80
    started a topic validation thread

    validation thread

    Hi
    I have prototype.js script.js, validate_form.j s and lib,src forlder for valdate the user registration. i want to use other field validation. when user click from drop down "other" then are displaying other text field and i putted validation="urt _m"
    it works fine. but when user does not wnt select from other only wnt select from drop down menu and submit then other field not displaying but message displaying "...
    See more | Go to post
    Last edited by acoder; Aug 5 '08, 10:14 AM. Reason: Added [code] tags

  • xml CDATA SECTION

    Hi Sir,
    I'm new in XML , I 'm displaying the cities values in drop-down menu box from cities.xml file for city: field, through smarty and php code , on html form and I have next field is State which is also drop-down menu list box. I want when i select city name from city drop-down then state name of this city will become automatic in state drop-down menu box. currently i'm using saparate xml file for city...
    See more | Go to post
    Last edited by acoder; Aug 8 '08, 11:58 AM. Reason: Added [code] tags

    Leave a comment:


  • dkyadav80
    started a topic where put date date validation function

    where put date date validation function

    hi sir,

    I have following problem:

    code goes here:
    {code]
    1.
    <html>
    2.
    <body>
    3.
    Name:<input type="text" name="n1" id="n1">
    4.
    DOB: <select name="dd" id="dd"><optio n value="date">da te</option>
    5.
    <option value="1">1</option>...
    See more | Go to post

  • date valication

    hi sir,

    1.
    <html>
    2.
    <body>
    3.
    Name:<input type="text" name="n1" id="n1">
    4.
    DOB: <select name="dd" id="dd"><optio n value="date">da te</option>
    5.
    <option value="1">1</option>...
    See more | Go to post
    Last edited by dkyadav80; Jul 22 '08, 08:39 AM. Reason: multiple thread

    Leave a comment:


  • how can we implement the date validation by javascript in drop-down box

    hi sir,

    I have following code:

    {code}

    [HTML]<html>
    <body>
    Name:<input type="text" name="n1" id="n1">
    DOB: <select name="dd"><opti on value="date">da te</option>
    <option value="1">1</option>
    <option value="2">2</option>...
    See more | Go to post
    Last edited by gits; Jul 22 '08, 06:48 AM. Reason: added code tags

  • Get all value from database MYsql wthout refreshing whole page

    Hi Sir,
    I'm using iframe and accessing all values related to user details like personal, id, professional, educational, project, training and experience details. When I click in right side icon then data not displaying but when i refress whole page then data are displaying. Please solve my problem.

    Thanks.
    See more | Go to post

  • display other text field when user select other value from selection filed.

    Hi sir,
    I have two field in the html page.
    first Degree(selectio n field) and second is Institute(selec tion field).
    I wanna when user select value "other" from degree or Institute selection field
    then other text field should be display otherwise hide.
    Please solve my problem.

    Thank you.
    See more | Go to post

    Leave a comment:


  • display the value from xml file when user click the drop down menu

    Hi sir,

    I'm new about xml, javascript. I have two selection field(html) first is city and second is state. the city and state values should be store in xml file. when user select city then all city values should display in city selection field and when user select any one city value then this state of this city should be display auto in state
    selection field without user selection. please solve my prolem.

    Thank...
    See more | Go to post

  • dkyadav80
    started a topic future date not allowed

    future date not allowed

    Hi Sir,
    I'm begener in Ajax or Javascript.I have problem about date validation.
    I have 3 field in html page: 1->date(numeric ), 2->month(text 1st 3 letter)
    3->year(numeric ). I wanna implement to validation through javascript. If user
    enter future date then massege should be display "future date not allowed".
    Please solve my problem.

    Thank you.
    See more | Go to post

  • same

    [code=HTML]
    <input "type="text " name="text_id1" id="text_id1" value='' access here value from the PHP or other,, eg. echo"$_POST['text_id1']"; "/>
    <input type="text" name="text_id1" id="text_id2" value='' access here value from the PHP or other eg. echo"$_POST['text_id2']"; ""//>
    <input type="submit"...
    See more | Go to post
    Last edited by acoder; Jul 15 '08, 06:19 PM. Reason: removed quote

    Leave a comment:


  • hide and display text field based on selection field(only for value=&quot;oth er&quot;)

    hi sir,
    I'm begener.Please help me.

    [code] code goes here [code]

    [HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">...
    See more | Go to post
    Last edited by acoder; Jul 15 '08, 09:52 AM. Reason: Added [code] tags

    Leave a comment:


  • I'm stuck about AJAX and css and html, pls help me........

    Hi,

    pls help me;

    i wanna when forst time script run then all other text field should not be display and when select other then other text field display. i have written code this code when i
    select first select other from first selection field this is displaying all other field but this is wrong. when i select one then one other field...
    See more | Go to post
    Last edited by acoder; Jul 14 '08, 11:16 AM. Reason: Added [code] tags

    Leave a comment:


  • hide and disable problem

    Hi,
    this is my javascript code:
    //////////////////
    [CODE=javascript]function display(obj,id1 )
    {
    txt = obj.options[obj.selectedInd ex].value;
    document.getEle mentById(id1).s tyle.display = 'none';
    if ( txt.match(id1) )
    {
    document.getEle mentById(id1).s tyle.display = 'block';
    }

    }
    [/CODE]/////////////////////
    ...
    See more | Go to post
    Last edited by acoder; Jul 14 '08, 11:17 AM. Reason: Added [code] tags

    Leave a comment:

No activity results to display
Show More
Working...