Hey folks,
I have an external .js file that has the line
document.location = "../../editprofilestep2.asp?<%=request.querystring%>"
If I edit it in UD4, when I save it, it is "converted" to:
document.location = "../../editprofilestep2.asp?profile_ID=<MM:BeginLock translatorClass="MM_ASPSCRIPT" type="script" depFiles="" orig="%3C%25=request.querystring(%22profile_ID%22)%25%3E" ><MM_ASPSCRIPT><MM:EndLock>
Anyone have any idea what this is about? Is it a bug? It doesn't work after the conversion, so it is not some internal fix for efficiency or anything (not as far as I can see). Steve Davis
hey.you@hahaha.com.au
I have an external .js file that has the line
document.location = "../../editprofilestep2.asp?<%=request.querystring%>"
If I edit it in UD4, when I save it, it is "converted" to:
document.location = "../../editprofilestep2.asp?profile_ID=<MM:BeginLock translatorClass="MM_ASPSCRIPT" type="script" depFiles="" orig="%3C%25=request.querystring(%22profile_ID%22)%25%3E" ><MM_ASPSCRIPT><MM:EndLock>
Anyone have any idea what this is about? Is it a bug? It doesn't work after the conversion, so it is not some internal fix for efficiency or anything (not as far as I can see). Steve Davis
hey.you@hahaha.com.au