HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

how tomake function
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> General HTML
View previous topic :: View next topic  
Author Message
reaky



Joined: 04 Jul 2004
Posts: 1

Posted: Sun Jul 04, 2004 1:30 am     how tomake function  

i,m new in HTML world
i make a simble test page
and i want to make a shortcut to function
mmm..
i'll explain more
this's my source page
so i want to make users add rows to the table
how can i do that
------------------------------------------------------------------------------------------------------------
<html>

<head>

<title>accounting design page</title>
</head>

<body bgcolor="FF7500">
<img src="ruya.tif" width=120 height=120 border=1 align=bottom><img width=250 height=5 src="space.gif"><font color=0000FF size="+3"> <b>The First Test page</b></font>

<center><hr width=50% size=10></center>
<br>

<SCRIPT LANGUAGE="JavaScript">

<H4>
<A HREF="page2.html">page2</A> ||
<A HREF="page3.html">page3</A> ||
<A HREF="page4.html">page4</A> ||
<A HREF="page5.html">page5</A> ||
<A HREF="page5.html">page5</A> ||
</H4>

<hr size=5>

<table bordercolorlight="#ff6600" border=5 bordercolor="55F0E9" width="100%" cellpadding=10 cellspacing=10>
<caption><b><font color=0000FF size="+3">The Main Table</font></b></caption>
<tbody>
<tr background="water.jpg">
<th color=0000FF width="20%"> header1 </th>
<th color=0000FF> header2 </th>
</tr>
<tr align=center>
<td> <input type="text" name="text1" size="25"> </td>
<td> <input type="text" name="text1" size="70"> </td>
</tr>
</tbody>
</table>

<H4><A HREF="#top">Return to Top</FONT></A></H4>
</body>
</html>
mjpliv



Joined: 11 May 2004
Posts: 402
Location: Nova Scotia

Posted: Sun Jul 04, 2004 3:53 am      

If you have an input button then you have to "send" the information somewhere to be processed. HTML by itself cannot re-write itself.

I would suggest you read through this tutorial on forms and CGI -

http://www.htmlcodetutorial.com/forms/

Then let us know if you need help with any of it.
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> General HTML
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group