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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UD4 changes script - weird

Status
Not open for further replies.

Microbe

Programmer
Oct 16, 2000
607
AU
Hey folks,

I have an external .js file that has the line

document.location = &quot;../../editprofilestep2.asp?<%=request.querystring%>&quot;

If I edit it in UD4, when I save it, it is &quot;converted&quot; to:

document.location = &quot;../../editprofilestep2.asp?profile_ID=<MM:BeginLock translatorClass=&quot;MM_ASPSCRIPT&quot; type=&quot;script&quot; depFiles=&quot;&quot; orig=&quot;%3C%25=request.querystring(%22profile_ID%22)%25%3E&quot; ><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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top