JoeP
10-02-2002, 12:40 AM
Could someone one show me the correct syntax to write a "Button" on the fly with an apostrophe in the value. i.e.=
Response.write(" <input type='Submit' value='Today's News' name='B2' style='cursor: hand; font-size='1'>")
This is only giving me Today in the Button.
Thank you for any suggestions or answers!
Response.write(" <input type='Submit' value='Today's News' name='B2' style='cursor: hand; font-size='1'>")
This is only giving me Today in the Button.
Thank you for any suggestions or answers!