System is converting old asp code

When i bring up a site that was created in Dreamweaver or another source, Wappler is changing my code
for instance, when i have something like this

<%=recordset.result("ID")%>

it is converting it to varchar text.

is there a setting i need to change for this? I cannot update any older sites using Wappler.

What do you mean? Where is this code used? What is it changed to?

this is what is was

<a href="../covid_screening.asp?ID=<%=get_patient_list.Fields.Item("ID")%>&covid_screening=Yes" >

then i click Save and this is what is save

<a href="../covid_screening.asp?ID=%3C%25%3Dget_patient_list.Fields.Item%28%22ID%22%29%25%3E&amp;covid_screening=Yes" >

It seems to url encode the asp part, that should not be happening. Will see if I can reproduce it.

just checking to see if you had a chance to look into this?

This should now be fixed in Wappler 3.7.2

excellent - thank you for the follow-up

This topic was automatically closed after 46 hours. New replies are no longer allowed.