How can a Script be passed through a TextArea into a Form?
Posted
by William Calleja
on Stack Overflow
See other posts from Stack Overflow
or by William Calleja
Published on 2010-04-08T16:02:37Z
Indexed on
2010/04/08
16:43 UTC
Read the original article
Hit count: 204
I need to make a form with a Text Area that accepts lines of script, any kind of script be it javascript, css, html, vbscript, whatever. How can the script be passed to a form post?
EDIT: How can this script be modified so it can be inserted into a Database? Specifically SQL Server 2005
© Stack Overflow or respective owner