| darrel 2005-02-28, 6:28 pm |
| > I would like to create some javasript pages with dreamweaver but I do not
have
> any idea where to start?
What is a 'javascript page'?
> I believe to create javascript pages with dreamweaver you have to type in
the
> code all yourself??
DW is just a text editor. For most anything you really need to understand
the language you are working in...be it HTML, CSS, Javascript, ASP, etc.
DW has some built-in javascript functions that you can use for various
things (new window, for instance) and it has some built-in scripts for other
languages.
But if it doesn't have the built-in widget you need, then, yes, you'll need
to play with the source code yourself.
-Darrel
|