I've a quite strong backgorund in javascript you say that that > each Browser has its own Java Skript dialect
that's not competely true... it depends on what you want to support IE5+ and NS 6.2+ and mozilla (any) support all the same functions... and the banal display/don't display and mouseover image change works all the same way. Of course if u want to support IE3 or NS 4 or Lynx that could be a problem because u have to trigger the various scripting for these low-level browser... but i u support the one I mentioned above you support 99.9% of the internet users (unless u are developing some specific for some lynx fanatics or so on :-)) Anyway, if u want some hints on Javascript fell free to mail to me directly since javascript is OT in Tomcat ML. Bye Simone > -----Messaggio originale----- > Da: Jens Skripczynski [mailto:[EMAIL PROTECTED] > Inviato: mercoledi 26 febbraio 2003 15.05 > A: Tomcat Users List > Oggetto: Re: Autopostback in JSP > > > runu rathi: > > Hi, > > 1) I want the contents of my HTML page display to > > refresh automatically based on a selection made by the > > user. I am using HTML + JSP. > > For Example: > > There are three radio buttons > > - Thesis > > - Non-Thesis > > - Software Engineering > > Drop Down Menu1 > > > > If the user selects 'thesis' there should be one drop > > down menu appearing on the screen else there should be > > two drop down menus appearing. > > How can I do that? > Well, i believe you need to use Java Skript in any way. > > if the user chooses a different radio button to > either load a new page > or to change the content of the page dynamically. > > > 2) Also what function in JSP will allow my page to > > display one image if the mouse is placed on it and > > another image if the the mouse is not place on it? > > Thanks, > Java Skript with mouse-over. > > I'm not familiar with Java Skript, but I have heard, that > each Browser has its own Java Skript dialect. So supporting > many Browser can be a pain... > > Ciao > > Jens Skripczynski > -- > E-Mail: skripi(at)myrealbox(dot)com > > Tollef Fog Heen > Unix _IS_ user friendly... It's just selective about who its friends are. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
