Primer for javascript usage in forms

C

charlie_M

Is there a decent primer on the web or in print that shows the
specifics of using javascript in web forms??

I don't need to learn javascript but I need to know some specifics
about using it in web forms.

TIA
Chuck
 
D

Delta

if you see my page :
http://pwp.netcabo.pt/falmartins/index.htm

I have a web form sample, it only doesn't have a ASPX extension. In this
sample I have scripts that I invoke within VB.NET using something like :

me.registerstartupscript("startup","<script>MyFunction()</script>")

I made this samples only for ASP.NET/VB.NET purpose, because everything can
be formated in design mode
 
R

RobG

charlie_M said:
Is there a decent primer on the web or in print that shows the
specifics of using javascript in web forms??

I don't need to learn javascript but I need to know some specifics
about using it in web forms.

Don't bother with Delta's link, I don't think it will show you anything
about forms. Most online tutorials are crap and teach more bad habits
than good - hardcopy texts aren't much better.

Quirksmode is an excellent reference site, though limited in scope
(that's not a criticism, just an observation):

<URL:http://www.quirksmode.org/js/forms.html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top