Results 1 to 2 of 2

Thread: Simply Button

  1. #1
    Join Date
    Sep 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Angry Simply Button

    1) Script Title: Back Home Button

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/ns4home.htm

    3) Describe problem: I don't know what happen but I put this instruction on my button to go to another place in my site:

    <input type="button" value="RETURN TO STATISTICS" onclick="document.location.href='Statistics.htm';" class="style1">

    BUT it doesn't work!!!!!

    Please help me!!!
    Thanks a lot!!!

  2. #2
    Join Date
    Jan 2009
    Posts
    17
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    You could try something like this...

    Code:
    <form id="form1" name="form1" method="get" action="http://www.dynamicdrive.com">
        <input type="submit" name="button" id="button" value="Take Me Home" class"style 1"/>
    </form>
    You would enter your own values for form id, name, etc.

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
  •