Jump to content

saranda

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by saranda

  1. is there any posebility to put dropdown menu work in onchange eavent in php

    something like this

    <body>


    <?
    function une()
    {
    echo $zip;
    }
    ?>
    <select size="1" name="zip" id="zip" onchange="une()" />
    <option value="value1"> Place of departure </option>
    <option value="KKK">kkk</option>
    <option value="KKK">bbb</option>
    </select>
    <input type="text" value="" id="K" name ="K">
    </body>

    </html>

    or if you can achive this thing but in any other method please tell me
    thnx....


×
×
  • 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.