User Profile

Collapse

Profile Sidebar

Collapse
Louloul
Louloul
Last Activity: Oct 6 '10, 07:14 PM
Joined: Aug 22 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Louloul
    started a topic Radio button data failing to be inserted into MySQL.
    in PHP

    Radio button data failing to be inserted into MySQL.

    I have an urgent question please if any one could answer me now coz my representetion for my project is tommorrow.

    this my code
    Code:
    <html> 
    <head> 
    <title>Register</title> 
    <script type="text/Javascript"> 
    function DisableSelect() {
     
    document.form.rd1[0].disabled = false;
    document.form.rd1[1].disabled = false;
    document.form.rd1[2].disabled
    ...
    See more | Go to post

  • Louloul
    started a topic How to call an option in php?
    in PHP

    How to call an option in php?

    I want to call from a form the radio option and put it in sql(php)
    -this is the html code
    Code:
    <input type="radio" name="rb" ID="Radio1" VALUE="Radio1" <select id="Select1" name="Kinder"> 
    <option value="1">Nursery</option> 
    <option value="2">Kg1</option> 
    <option value="3">Kg2</option>
    ...
    See more | Go to post

  • Louloul
    started a topic Problems with javascipt and form

    Problems with javascipt and form

    hello
    I have this code for the first page
    Code:
    <form name=form>
    ...
    Date of registration:
    <script name="dt">
    d=new Date();
    AffDate(d);
    </script>
    ....
    </form>
    and i have to insert the date in a table sql using another page
    Code:
    if(isset($_POST["document.form.getElemnetsByTagName('script')"]))
    ...
    See more | Go to post

  • Louloul
    started a topic Internet Explorer cannot display the webpage
    in PHP

    Internet Explorer cannot display the webpage

    Hello

    I am working with a wamp program.
    when I load the page, it displays this sentence " Internet Explorer cannot display the webpage ".

    Here is the code
    Code:
    <?php session_start(); ?>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <?php
    if((isset($_POST['nom'])) || (isset($_POST['prenom']))
    ...
    See more | Go to post

  • Thanks.
    Ok I will explain more, I create select element with 3 options and every option is related to a fieldset which contains(fields et) a number a radio options, so when I select an option the fieldset related to this option will be on(enable) and the other(fieldset containg the another radio options) will be off(disabled)
    I want to know how could I do this?

    Thanks for every single help
    See more | Go to post

    Leave a comment:


  • I want to know if this writing of javascript is true??

    Hello

    how the disabled function of special option from select switch off a fieldset??

    Code:
    <script type="text/javascript">
    function choose_a()
    {
    	var x= document.getElementsByName("level").selectedIndex;
           
            if (x == document.getElementById("1"))
    	{
    		document.l.E[0].disabled=true;
    document.l.E[1].disabled=true;
    ...
    See more | Go to post
    Last edited by Dormilich; Aug 25 '10, 09:14 AM.

  • Louloul
    started a topic Help

    Help

    Please I want help from you. I am doing project, I wrote a code html/javascript where this code works when I select an option this option is related to a fieldset where this fieldset(that include radio options) should be on and the other fieldsets should be off
    Here is the code
    Code:
    <html>
    <head>
      <title>Registration</title>
    </head>
    <head>
    <script type="text/javascript">
    ...
    See more | Go to post
    Last edited by gits; Aug 23 '10, 09:42 AM. Reason: added code tags
No activity results to display
Show More
Working...