posted 20 years ago
I want to develop a menu that will enable/disable certain items in the form based on chosen option. I thought of using anchor tag<A> for that. But seems
I can use that only to go to a URL. Here I am always on the same page, all menu will do call a user function that will enable/disable items. I can do it with buttons, but I want to give it a web look. Any idea how that can be done.
Thanks