Oh, I think you haven't worked with it long then. It is a completely new
paradigm. Much more powerful. Much more scaleable. Not even close to
anything that FP can do.
It just so happens that your question wasn't really a .NET question. It was
a client-side JavaScript question.
"dingo" <> wrote in message
news:039901c3acbb$ecd72390$...
> Yep, this is why I am having such hard time seeing the
> benefits of ASP.NET. So far I feel like they turned ASP
> development with .NET into a beefed up version of
> FrontPage. Where as on the windows side of things I think
> it is a huge improvement.
>
> >-----Original Message-----
> >Instead of using a submit button on your form, use a
> regular HTML button
> >that has an onClick event handler on it that calls a
> function.
> >
> >In that function, do whatever you like and when you are
> done invoke
> >formName.submit()
> >
> >
> >"Kenneth Keeley" <> wrote in
> message
> >news:uI9La$...
> >> Hi
> >> How can I run a java script function before a form is
> submited back to
> >the
> >> server.
> >> What I wish to do is have a upload form that when a
> user clicks the submit
> >> button a javascript function opens a second window
> after this the buttons
> >> onclick event should be run.
> >>
> >> Is any of this possible.
> >>
> >>
> >
> >
> >.
> >
|