how to stop button reloading to top of page?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys

I have a Calculate ASP:button on my page, and a text box next to it. I've
got it so that it calls a function with itself, so you can check the value
before submitting the form to it's final destination.

However, when I click the Calculate button, the page loads back at the top,
instead of where the Calculate button is.

How can I make it go back to where I was?

Cheers


Dan
 
Enable SmartNavigation on the page. This is an option in the property box
for the page. Use it with caution, as it has been the source of problems
when using non-IE browsers and when inserting your own JavaScript into the
page.
 
Thanks, that works...

Is there any way to do it without that? I obviously have no idea whether my
users will be using IE or not, and don't want to make their lives hell! :o)

Dan
 
I have seen some JavaScript solutions for this; however, I'm not sure how
reliable or cross-browser enabled they are. I would just try googling for it.
 
Back
Top