If you want to change a page element dynamically without  reloading it, you
will need to write a javascript script to accomplish what you want. You want
to change the CSS style of the tag. Your other option is reloading the page
from the server with the change.


-----Original Message-----
From: Yasir Feroze Minhas [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 08, 2000 10:14 PM
To: [EMAIL PROTECTED]
Subject: How to do this?


Hi all,

I am required to write a page using JSP that will show the activities of a
website happened since the user's last login. Ok, no problem with that, we
can extract these activities from the database. However, during the course
of the user's login if a new activity occurs a link named "new activity"
should automatically get bold. Now if there is anything in JSP that can help
us in this functionality OR is there any javascript solution for that?

regards
Y

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to