Results 1 to 5 of 5

Thread: could someone/people possible help with a script.

  1. #1
    Join Date
    Mar 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default could someone/people possible help with a script.

    hi, well i am seakin to make a kind of script, but need your help!! i've tried n also asked some mates, but some one said to ask on here??

    well i've uploaded what im trying to do, kind of like you select which one you want, then information will apear below. hmm anyway

  2. #2
    Join Date
    Oct 2004
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi, i'm not an expert here...i'm just a beginner...but i believe for the radio buttons it should look like this...



    <p><input type="radio" name="Free hosting" value="Free hosting">Free Hosting</p>
    <p><input type="radio" name="Starter hosting" value="Starter hosting">Starter Hosting</p>
    <p><input type="radio" name="Premier hosting" value="Premier hosting">Premier Hosting</p>

    Although i'm not quite sure how you'd do the drop down bit....as i said, i'm a beginner

    somebody please spank me if i'm wrong.

  3. #3
    Join Date
    Mar 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Sweeper Steve
    Hi, i'm not an expert here...i'm just a beginner...but i believe for the radio buttons it should look like this...



    <p><input type="radio" name="Free hosting" value="Free hosting">Free Hosting</p>
    <p><input type="radio" name="Starter hosting" value="Starter hosting">Starter Hosting</p>
    <p><input type="radio" name="Premier hosting" value="Premier hosting">Premier Hosting</p>

    Although i'm not quite sure how you'd do the drop down bit....as i said, i'm a beginner

    somebody please spank me if i'm wrong.
    hi, yer that seems to work. now just to get it to put a seletected tx or html file there, in a iframe, ! damn.. lol

  4. #4
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Sweeper Steve
    Hi, i'm not an expert here...i'm just a beginner...but i believe for the radio buttons it should look like this...

    <p><input type="radio" name="Free hosting" value="Free hosting">Free Hosting</p>
    <p><input type="radio" name="Starter hosting" value="Starter hosting">Starter Hosting</p>
    <p><input type="radio" name="Premier hosting" value="Premier hosting">Premier Hosting</p>
    If radio buttons are to act as a group, they must all have the same name attribute value; "hosting" would seem sensible.

    As far as the show/hide bit is concerned, Google is your friend - particularly the Usenet archives. This topic has been done to death in comp.lang.javascript. A few thousand results should be sufficient. Some of my posts will be in there, too. Even if the topic isn't exactly related, the principle is always the same.

    Mike

  5. #5
    Join Date
    Oct 2004
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    lol i realised they had to have the same name last night...i was in bed and the thought suddenly came to me

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
  •