hello, i have a small prob, in my admin_config_colors, i can write to the sql db, but when I go back to the asp page the Mod text boxes are blank. I tried to add category image mod..
" <tr valign=""middle"">" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """ align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Header Cell Image:</b> </font></td>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """><input type=""text"" name=""strHeadCellImage"" size=""10"" value=""" & chkExist(strHeadCellImage) & """>" & vbNewLine & _
" <a href=""JavaScript:openWindow3('pop_config_help.asp?mode=colors#bgimages')"">" & getCurrentIcon(strIconSmileQuestion,"","") & "</a></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
i can make any other forum changes and see them with admin_config_colors..
any ideas..?