| Author |
strike out text using javascript
|
JayaSiji Gopal
Ranch Hand
Joined: Sep 27, 2004
Posts: 303
|
|
Is it possible to strike out text on a jsp page, on the click of a button? Eg: I have some text "ABC ABC .." on a jsp page. I have a button - Strike out. On click of this button, I want the text "ABC ABC.." to be striked out. Is this possible using javascript? Please help.
|
SCJP 1.4, SCWCD 1.4<br /> <br />Thanks in advance!<br />Jayashree.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56151
|
|
A JSP is just an HTML page once it gets to the browser, so the JSP-ness of the page is moot. In the button click event, you can change the CSS style of any element on the page under script control. That should be enough information to get you started.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: strike out text using javascript
|
|
|