•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 456,195 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,943 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 1265 | Replies: 2
![]() |
| |
•
•
Join Date: May 2007
Posts: 4
Reputation:
Rep Power: 0
Solved Threads: 0
Here you go buddy, I don't know much about it too.. but I searched DynamicDrive and I found a way to let it happen, I had implemented this on a website - www.compsoftworld.com
Put this in the Body Section
The Code for the LINK
Just make new links using this.. this will help.
Put this in the Body Section
<script>
function loadIframe(iframeName, url) {
if ( window.frames[iframeName] ) {
window.frames[iframeName].location = url;
return false;
}
else return true;
}
</script>The Code for the LINK
<a href="../yourpage.aspx" onclick="return loadIframe('ifrm', this.href)" >Contact Us </a>![]() |
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Mozilla + Frames? (Windows NT / 2000 / XP / 2003)
- Frames of Pictures (C++)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Dynamic HTML Pop-up Window
- Next Thread: An array of arrays of of radio buttons


Hybrid Mode