SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: Newbie who needs help
Hybrid View
-
Mar 15, 2003, 00:37 #1
- Join Date
- Mar 2003
- Location
- Everywhere
- Posts
- 10
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Newbie who needs help
Ok like the thread says im a newbie in web design. I got a free template from a site, and the template has a thing so I can make a members name and password. Like Member name:
Password:
[Login]
Now how do I use this fuction to set usernames and passwords? Here is the code. Its written in javascript.Someone plz explain this to me.
Code:
<!-- Members Area -->
<tr><td>
<table width="206" border="0" cellpadding="0" cellspacing="0"><tr>
<td colspan="4"><img src="images/search_01.gif" width="206" height="12" alt=""></td>
</tr><tr>
<td><img src="images/search_02.gif" width="10" height="18" alt=""></td>
<td width="186" height="18" colspan="2" bgcolor="#FFFFFF"><font color="#000000">Members Name</font></td>
<td><img src="images/search_04.gif" width="10" height="18" alt=""></td>
</tr><tr>
<td colspan="4"><img src="images/search_05.gif" width="206" height="22" alt=""></td>
</tr><tr>
<td><img src="images/search_06.gif" width="10" height="18" alt=""></td>
<td width="186" height="18" colspan="2" bgcolor="#FFFFFF"><font color="#000000">Password</font></td>
<td><img src="images/search_08.gif" width="10" height="18" alt=""></td>
</tr><tr>
<td colspan="4"><img src="images/search_09.gif" width="206" height="6" alt=""></td>
</tr><tr>
<td><img src="images/search_10.gif" width="10" height="18" alt=""></td>
<td><img src="images/search_11.gif" width="114" height="18" alt=""></td>
<td><a href="#"><img src="images/butt_login.gif" width="72" height="18" border="0" alt=""></a></td>
<td><img src="images/search_13.gif" width="10" height="18" alt=""></td>
</tr><tr>
<td><img src="images/search_14.gif" width="10" height="14" alt=""></td>
<td><img src="images/search_15.gif" width="114" height="14" alt=""></td>
<td><img src="images/search_16.gif" width="72" height="14" alt=""></td>
<td><img src="images/search_17.gif" width="10" height="14" alt=""></td>
</tr></table>
</td></tr>
<!-- Members Area -->
-
Mar 15, 2003, 01:04 #2
- Join Date
- Aug 2001
- Location
- Los Angeles, CA
- Posts
- 346
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
lol, no function there buddy...just HTML...you really must be a newbie.
-
Mar 15, 2003, 01:27 #3
- Join Date
- Mar 2003
- Location
- Everywhere
- Posts
- 10
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
So is there any way I could utilize it?
-
Mar 15, 2003, 05:41 #4
- Join Date
- Sep 2002
- Location
- Bournemouth, South UK
- Posts
- 1,551
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
No Functions
Originally Posted by rx-death
All of the text you have written is HTML, I would study that first before javascript!!!!
By yourself a HTML book, it should only take 1-2 months to get a real good sense for HTML. For what you want to do you will need to read about form inputs......
Then by a book about javascript, and learn about form validation and regular expresions,
Then get a book about server sided programming and learn about databases.
I've been prograaming for a year, and I'm not at that stage, although I have been putting my energies into something different, but I will need to get round to it one day......
Anyway, if you want to understand ALL of your program/documents, then you, like the rest of us, will have to learn the slow way.
I started with HTML4 by Mike McGrath for HTML, which I still reference to a year later!!!
I also have a larger HTML refernce book, which I now find very useful.
For Javascript.......
Visual QuickStart Guide by Tom Negrino and Dori Smith, which I found very easy to understand
Server Sided script programming would depend on your server. My server only allows perl/cgi, and the book Visual Quickstart isn't as quickstart as I hoped!!! I hear that PHP is easier???
Most, if not all, programming books have an accompaning website, which will usually have online demos of the lessons. When you get stuck, then come to these sites, but try not to get us to write your programs, as we also are trying to build our website(s)
Anyway.... your quite a long way off!!!! But If you have a fun project you'll find the enthusiasm. Good luckLiveScript: Putting the "Live" Back into JavaScript
if live output_as_javascript else output_as_html end if
Bookmarks