+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 16 to 17 of 17
  1. #16
    Senior Member
    Join Date
    Aug 2008
    Location
    London, UK
    Posts
    753
    We're not going to write all your code for you. We will help you if you have questions, but so far all you seem to be doing is posting your requirements over and over. I posted some code that will help with what you want if you tweak it just a little, and traq and I have both offered bits of advice.

    Your last post is still not a question, and I'm still unsure exactly what it is that you are asking for. If English is not easy for you, you could maybe try Google Translate to attempt to translate from your native language? It won't be perfect, but it might be better.
    Ashley Sheridan
    www.ashleysheridan.co.uk

  2. #17
    Junior Member
    Join Date
    Dec 2012
    Posts
    18
    Thank you for your interest
    Yes, I use google translate, but, does not translate perfected

    I'm a rookie too much too

    Next question:
    radio button
    select the required

    (Check with javascript)

    2 option, No problem:
    <form method="POST">
    <p><input type="radio" value="V1" name="R1"></p>
    <p><input type="radio" value="V2" name="R1" checked></p>
    <p><input type="submit" value="Gönder" name="B1"></p>
    </form>

    1 option, problem
    <form method="POST">
    <p><input type="radio" value="V2" name="R1" checked></p>
    <p><input type="submit" value="Gönder" name="B1"></p>
    </form>

    Need to control a radio or multi-radio
    Is this possible?

    Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts