JavaScript

Moderators: None (Apply to moderate this forum)
Number of threads: 2061
Number of posts: 5164

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
What Can I Do Posted by Jake Thomas on 30 Apr 2002 at 3:16 PM
I've been writing a macromedia website and I'm almost finished. I just need two more codes. I have no idea how to make a table or a feedback fourm. Will one of you smart computer oriented people please show me how to do this????????????????
Report
Re: What Can I Do Posted by Tyreal on 7 May 2002 at 5:44 AM
a table in macromedia ???

don't know your question mate, try to explain it a little more?

a table in HTML is
<table>
<tr>
<td> colomn one </td>
<td> colomn two </td>
<td> colomn three</td>
<td> colomn four </td>
</tr>
</table>

: I've been writing a macromedia website and I'm almost finished. I just need two more codes. I have no idea how to make a table or a feedback fourm. Will one of you smart computer oriented people please show me how to do this????????????????
:

Report
Re: What Can I Do Posted by compuchip on 19 Jun 2002 at 3:34 AM
I suppose you mean, you are using Dreamweaver to create your site.
The questions you ask, are not really JavaScript-questions, but here are the answers.
About the tables, Tyreal was right, but you should be able to figure that out yourself. Just let macromedia create a table and view the source code (with the <>-icon in the right bottom corner)
A feedback FORUM is going to be a bit tougher, you should really use a serverside language like PHP, ASP or CGI.
However, you can use JavaScript to mail a form to you. Just use:
<form action="mailto:my@email.address.com" enctype="text/plain">
Your name: <input type=text name=Name> <br>
What do you think of my site?
<select name="rating">
<option value=1>Very bad</option>
<option value=2>Allright</option>
<option value=3>Excellent!</option>
</select>
</form>


Hope that helps.

: a table in macromedia ???
:
: don't know your question mate, try to explain it a little more?
:
: a table in HTML is
: <table>
: <tr>
: <td> colomn one </td>
: <td> colomn two </td>
: <td> colomn three</td>
: <td> colomn four </td>
: </tr>
: </table>
:
: : I've been writing a macromedia website and I'm almost finished. I just need two more codes. I have no idea how to make a table or a feedback fourm. Will one of you smart computer oriented people please show me how to do this????????????????
: :
:
:

Report
Re: What Can I Do Posted by lslade on 30 Oct 2002 at 5:45 PM
: I suppose you mean, you are using Dreamweaver to create your site.
: The questions you ask, are not really JavaScript-questions, but here are the answers.
: About the tables, Tyreal was right, but you should be able to figure that out yourself. Just let macromedia create a table and view the source code (with the <>-icon in the right bottom corner)
: A feedback FORUM is going to be a bit tougher, you should really use a serverside language like PHP, ASP or CGI.
: However, you can use JavaScript to mail a form to you. Just use:
:
: <form action="mailto:my@email.address.com" enctype="text/plain">
: Your name: <input type=text name=Name> 
: What do you think of my site?
: <select name="rating">
: <option value=1>Very bad</option>
: <option value=2>Allright</option>
: <option value=3>Excellent!</option>
: </select>
: </form>
: 

:
: Hope that helps.
:
: : a table in macromedia ???
: :
: : don't know your question mate, try to explain it a little more?
: :
: : a table in HTML is
: : <table>
: : <tr>
: : <td> colomn one </td>
: : <td> colomn two </td>
: : <td> colomn three</td>
: : <td> colomn four </td>
: : </tr>
: : </table>
: :
: : : I've been writing a macromedia website and I'm almost finished. I just need two more codes. I have no idea how to make a table or a feedback fourm. Will one of you smart computer oriented people please show me how to do this????????????????
: : :
: :
: :
:
:
Be fore I can give you an answer! --- what browser are you targetting and what is the server-side capability of the web host?



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.