Re: FN-FORUM: Onclick event
date posted 1st March 2006 10:41
I agree with Matt's suggestion that separate pages is the best way,
but if you want to script the page loads into your DIV then you could
use something like this: .
Basically, loadPageIntoDiv(this) passes the URL 'document.htm' to a
function called loadPageIntoDiv. The 'return false' bit stops the
browser loading the page.
Steve