View Full Version : Help regarding frames
Hi,
Can anybody help me to load a page without frameset and iframes.
Thanx.
The script:
<script type="text/javascript">
function change(what, content) {
document.getElementById(what).innerHTML=content;
}
</script>
and this to link:
<a href="#" onclick="change('mypage', 'This is new content of page.')">click!</a>
and header:
<span id="mypage">This is old content of page.</span>
What do you mean by "load a page?" It involves Javascript, but have you seen the AJAX Includes Script (http://www.dynamicdrive.com/dynamicindex17/ajaxincludes.htm) here at DD?
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.