Re: Web Application with only Javascript / HTML
This is not directly supported, though you may want to use the PHP Early
Access release and create a PHP project - that is reasonable close to
what you need (just a list of files, no build scripts, no complicated
source structures etc.)
Petr
kslater wrote:
> How would one go about creating a web application in NetBeans 6.1 that has no
> Java, but only html and javascript? Maybe this is in there somewhere but I
> can't seem to find it. Now that NetBeans has a good javascript editor and
> already had a pretty good html editor, I'm sure there will be new people
> coming to try out the IDE and they may have no background with Java.
>
> ...Kevin