English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm trying to learn javascript, and I have almost no knowledge of html, programming....basically anything.I'm computer stupid, okay? Does anyone have a good definition for what a form is? How do I identify one? I'm looking through an html file, and I'm supposed to count the forms, but I can't figure out what a form is!!!!

2007-02-04 16:34:04 · 3 answers · asked by K. 2 in Computers & Internet Programming & Design

3 answers

I know you really don't want to hear this, but JavaScript is practically useless without HTML. The entire point of JavaScript is to interact with/enrich HTML/XML. You should really learn HTML; better yet, XHTML - keep up to the standards, plus it has less tags. XHTML is an extremely simple language and really doesn't take a very long time to learn (at least enough to be able to read a page), or to use javascript with, for that matter.

2007-02-04 17:04:31 · answer #1 · answered by milan 4 · 0 0

I don't know what you mean by a javascript form, but if you meant html form, you simply search through your html for the

tag (marks the beginning of a form) and
tag (marks the end of that form). whatever html code between the start and end tags is the content of the form. hope that helps!

2007-02-04 16:55:59 · answer #2 · answered by mred_11 3 · 0 0

Hi!
it is a web page contain java code.
http://www.javakhafan.7p.com/

2007-02-04 16:54:46 · answer #3 · answered by Mahdi 2 · 0 0

fedest.com, questions and answers