The problem is in this code, but I don't know enough about javascript to know how to fix it.
function OpenPreview()
{
var curCookie = "strMessagePreview=" + escape(document.PostTopic.Message.value);
document.cookie = curCookie;
popupWin = window.open('pop_preview.asp', 'preview_page', 'scrollbars=yes,width=750,height=450')
}
I don't know how the escape function works, but that's where we need to do some extra work. Maybe run it through code similar to edit_hrefs in inc_functions?
Dave Maxwell
--------------
Proud to be a "World Class" Knucklehead