<html>
<head>
<script type="text/javascript">
function showPage (which) {
document.getElementById('xrmforms').innerHTML = '<' + 'iframe id="crmpage" src="' + which + '"width="100%" height="600px;" scrolling="auto"></iframe>';
}
</script>
</head>
<body>
<a href="http://www.google.com" onclick="showPage(this.href);return false;">Click here</a>
<div id="xforms">
</div>
</body>
</html>
<head>
<script type="text/javascript">
function showPage (which) {
document.getElementById('xrmforms').innerHTML = '<' + 'iframe id="crmpage" src="' + which + '"width="100%" height="600px;" scrolling="auto"></iframe>';
}
</script>
</head>
<body>
<a href="http://www.google.com" onclick="showPage(this.href);return false;">Click here</a>
<div id="xforms">
</div>
</body>
</html>
No comments:
Post a Comment