Greetings all,
I know there are modules out there to do this
but this regexp has yet to let me down for stripping HTML style tags.
$strContainingHTML =~ s|<[^>]*>||sg;
...and you should check some of them out :}
-injunjoel
Update:
Thanks
dragonchild for pointing out the error of my assumptive ways. I guess I've usually (not always) deferred javascript logic to functions and let the event handlers simply trigger the call to them. A case where personal style has saved me many potential headaches. Good catch.