Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dynamic page handling

Status
Not open for further replies.

kalakonda

Programmer
Apr 17, 2001
1
US
hai
can anyone send me the code as how to handle dyamnic pages.
that is.. i want to catch if any fields have changed and which one has changed.this might be relatively easy if we know the names and contents of the fields on the page.
here i can only know the fields only after the page is displayed.i want the code in such a way that it works for all the pages.
need this with a little bit of rush..

thanks for the help
kishore
 
Hi,

I think you can use OnChange event, but, it occurs when the user makes a change to a list box, option group, or text box. With this you can set a global variable and then, before submiting the pages, check if anything was changed - check the variable.

Regards,
Luís Silva
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top