Web page - form action

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

Guest

I have a web page in which there are two buttons that postback the page.
How can i simulate the action of pressing a button with pressing key enter,
and the action(which button is "pressed") that takes place depends on which
button is closer to the last control that had the focus.

I would appreciate any help.

Thanks
 
I have a web page in which there are two buttons that postback the page.
How can i simulate the action of pressing a button with pressing key enter,
and the action(which button is "pressed") that takes place depends on which
button is closer to the last control that had the focus.

I would appreciate any help.

Thanks

See "DefaultButtons" from MetaBuilders.

http://www.metabuilders.com/Tools/DefaultButtons.aspx


Hans Kesting
 
Back
Top