Microsoft
Software
Hardware
Network
Question : Maintaining line breaks
I have a multi-line input text box in a flash file that gets posted to an asp page.
In the asp page, I have:
mm_val_details = request.form("varDetails")
How can I maintain the line breaks from the original flash text field?
Answer : Maintaining line breaks
VB? Like this:
mm_val_details = replace(mm_val_details, "%22", Chr(34))
Random Solutions
Backup Exec 2010 running missed backup to tape job ?
VPN disconnects over 2 way satellite
Running reports and Log size
Need a regular expression
Squid NT and Internet Redirection
Exchange Active Sync and self assigned certificates
IOS VPN Configuration for iPhone
How do I fix odbc call failed #1062 under access vba with a mysql backend?
Domain authentication extremely slow
Clear repeating values from an excel column with VBA