check availability box

Discussion in 'HTML & Website Design' started by Skinzeeteam, Jul 30, 2008.

  1. #1
    Hi there!
    I need a little hand here. I have this check availability box in this website
    www.iwebsource.com
    HTML:
    . Both the coder and I cant figure out how to make it work. In theory it should follow this coding from another website that did the same
    <form
    action="register.jsp" method="post">  <input type="text" name="subname"
    value="" class="dnsearch" />iWebSource.com <input type="button" value=""
    name="" id="submit" />  </form> 
    HTML:
    And this is what I have in my coding
    <input name="" type="text" class="dnsearch" size="16" />iWebSource.com<input name="" type="button" id="submit"/>
    HTML:
    The whole idea is to make the user go to the register.jsp page.

    Thanks for the help!

    Cheers
     
    Skinzeeteam, Jul 30, 2008 IP
  2. Skinzeeteam

    Skinzeeteam Peon

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sorry this is the coding it should follow:

    <form action="http://www.325mb.com/register2.jsp" method="post" enctype="multipart/form-data">
    						<div><input type="text" name="subname" value="" class="input" />.325mb.com</div>
    						<div><input type="submit" value="" class="submit" /></div>
    					</form>
    HTML:

    But I have this:
    <div id="dnsearch">
    <h3>iWebSource-#1 Free Web Hosting Source</h3>
    <div class="contents">
    <h4>Check availability</h4>
    <input name="" type="text" class="dnsearch" size="16" />iWebSource.com<input name="" type="button" id="submit"/>
    </div>
    </div>
    HTML:
    Thanks
     
    Skinzeeteam, Jul 30, 2008 IP
  3. oneyoucantsee

    oneyoucantsee Active Member

    Messages:
    64
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    68
    #3
    <div class="contents">
    <h4>Check availability</h4>
    <input name="" class="dnsearch" size="16" type="text">iWebSource.com<input name="" id="submit" type="button">
    </div>
    HTML:

    But what is it submitting to or spossed to submit to? I dont understand what its spossed to be doing? You have php on the page to make it pull from somehwere or what?
     
    oneyoucantsee, Jul 30, 2008 IP
  4. Skinzeeteam

    Skinzeeteam Peon

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi, yes, the submit button is supposed to take the user to a page called register.jsp
    But the coding I got doesnt work so I tried copying this one from another website
    <form action="http://www.325mb.com/register2.jsp" method="post" enctype="multipart/form-data">
                            <div><input type="text" name="subname" value="" class="input" />.325mb.com</div>
                            <div><input type="submit" value="" class="submit" /></div>
                        </form>
    HTML:
    but I didnt now how to change that coding to fit my ids, classes etc etc
     
    Skinzeeteam, Jul 30, 2008 IP