Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Codesweeper vs. ASP scripts 1

Status
Not open for further replies.

SlowPoker

Programmer
May 19, 1999
2
0
0
US
Has anyone had any experience with codesweeper removing script functionality? I've got a few asp pages with various scripts that worked perfectly well before I cleaned them up with codesweeper. I like how codesweeper organizes the code for ease of viewing, but I need the scripts to work as well. I try always to have backups, so I have working pages. I just want to know how to adjust my codesweeper settings to keep this from happening again. I already know about setting the quotes to leave as is.<br>
Thanks!
 
I've just recently had the same trouble. One thing I noticed is that when I had response.write statements embedded in html it would change the format. Specifically, from &lt;%="query"&j%&gt; to &lt;="%"="query"&j%&gt; or something like that. If you find the solution to how to stop the reformatting, post it and let us know.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top