Quote:
Originally Posted by maximus350zx
Hello
My Javascript code is coming along well and at present I'm getting my user information using the below code which is working well.
var nam=prompt("Please enter your name","name");
My company has Dreamweaver CS6 licenses so I can install it on my work computer and may use this to create a nice form for my web site and have my user input come from a form rather than a prompt.
For a novice programmer and beginner in web desing, whats the easiest way to make clean looking forms that my javascript code will work with>
Thannks
|
I am not sure exactly what you mean, but to start with in this century prompt() is not a suitable way of getting user input.
Dreamweaver is not well thought of around here (use the search feature). It produces bloated, poorly-written and old-fashioned code. Forget it!
r
The only sensible advice I can give you is to learn HTML, CSS and Javascript. But that will take more than a few weeks.
All advice is supplied packaged by intellectual weight, and not by volume. Contents may settle slightly in transit.