aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes strike out text using javascript Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "strike out text using javascript" Watch "strike out text using javascript" New topic
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
    
  13

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]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: strike out text using javascript
 
Similar Threads
Strike the value inside a text field
JSF tags in Ajax response
How to display the timer in jsp page???
implementing the windows back button functionality
'&' missing while displaying Textbox values in JSP/jquery/javascript