Ms Access Guestbook Html

' Clean up rs.Close conn.Close Set rs = Nothing Set conn = Nothing %>

function escapeHtml(str) return str.replace(/[&<>]/g, function(m) if (m === '&') return '&'; if (m === '<') return '<'; if (m === '>') return '>'; return m; ); ms access guestbook html

Here’s a modern-yet-retro HTML/CSS interface for the guestbook. ' Clean up rs