No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hi, I have this nice function to truncate a string with HTML. It's very good only now I ran into a problem. There are cases where for example The input will be this: `<a href="some url">this is a link</a>` and what I want to output is exactly the same, even …
Normally you attach something to an event instead of an if statement. For example: <img src="image.jpg" onclick="imageClick()" /> <script type="text/javascript"> function imageClick() { // do something } </script> or you could directly do onclick=" *do something *" but I find it better this way.
What does the GetSQLValueString function look like?
The End.
antonioazevedo