It's not too clear (to me anyway) where the code is to be placed in this file.... It says look for: end if if Request.Form("Method_Type") = "Modify" then
and then put the following code in between those two lines: if strAUAnon = "1" then response.write " <tr>" & VBNewLine & _ " <td bgColor=""" & strPopUpTableColor & """ align=""right"" valign=""middle"" nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & fLang(strLangMOD_Ls3kAU_04000) & "<br />" & fLang(strLangMOD_Ls3kAU_04010) & ": </font></b></td>" & VBNewLine & _ " <td bgColor=""" & strPopUpTableColor & """ valign=""middle"">" & VBNewLine & _ " <select name=""AUHide"">" & vbNewLine if RS("M_AUHIDE") = "1" or trim(RS("M_AUHIDE")) = "" then response.write " <option value=""1"" selected>" & fLang(strLangMOD_Ls3kAU_04020) & "</option>" & VBNewLine & _ " <option value=""0"">" & fLang(strLangMOD_Ls3kAU_04030) & "</option>" & VBNewLine else response.write " <option value=""1"">" & fLang(strLangMOD_Ls3kAU_04020) & "</option>" & VBNewLine & _ " <option value=""0"" selected>" & fLang(strLangMOD_Ls3kAU_04030) & "</option>" & VBNewLine end if response.write " </select>" & VBNewLine & _ " </td>" & VBNewLine & _ " </tr>" & VBNewLine end if
Can someone tell me which two lines please? Do you overwrite?
Sorry but it's just not clear to me. Thanks, Robin.
Edited by - Doughnut on 02 September 2002 10:37:12
If you have already installed a mod those 2 lines may not be together
Search the file for if Request.Form("Method_Type") = "Modify" then you will probably want the second instance of it in the file then paste the code they tell you above it