Javascript Question
Javascript Question
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- heavyt0
you can wrap in a div ,
then try:
var v = document.getElementByID('v').inn...that will put all of the code inside of the div into a string.
then perform a bunch of
regex to remove the tags you want.with PHP, you can just use the strip_tags() method.
TR1