I am coding classic ASP with VBScript , HTML and JavaScript. I am using a different font colour for each language so I can easily see which language is which. In general this feature works great except for one instance.
Whenever I am inserting ASP inline with my HTML it does not change the font colour. For example.
In this case, the VBScript (myVariable) does not have it's colour changed. The font colour stays the same as the base colour for HTML. Is there a way to get it to show up in the colour I have selected for VBScript?
Whenever I am inserting ASP inline with my HTML it does not change the font colour. For example.
Code: Select all
<input type="text" name="txtTitle" value="<%=myVariable%>">