HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
How do you make a buttons?
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form
View previous topic :: View next topic  
Author Message
HTML_Novice



Joined: 31 Dec 2004
Posts: 2

PostPosted: Fri Dec 31, 2004 4:02 pm     How do you make a buttons? Reply with quote

I'm completely new to HTML and don't know crap. How do you make buttons that are linked?
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8268
Location: Castle Rock CO USA

PostPosted: Fri Dec 31, 2004 5:20 pm     Reply with quote



Linked to another button? To another page?

Buttons are usually used in forms to process the form.
cemplukcute2003



Joined: 27 Dec 2004
Posts: 28

PostPosted: Wed Jan 05, 2005 8:53 pm     Reply with quote

Here is some codes that i use to call file media_list.php when i press then button Add
Code:

<HTML>
  <HEAD>
    <SCRIPT LANGUAGE='JavaScript'>
    {literal}
      function callList() {
        window.open('media_list.php');
      }
    {/literal}
    </SCRIPT>
  <HEAD>
  <BODY>
    <FORM METHOD=Post NAME='CreateUser' ACTION=''>
       <INPUT TYPE=Button NAME='AddFile' VALUE='Add' onClick='callList();return true;'>
    </FORM>
  </BODY>
</HTML


i hope it can help u.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial