micomator
04-04-2005, 01:25 PM
Im new to html. I want to make a webpage with hover buttons to the left, ehich (when clicked) change the url of the Iframe in the middle, I can make hover buttons, and I can make Iframes which have links which determine their destination, but I can't seem to combine them! Can you help? My page source is a bit messy because I have been adding things in hope of success and forgetting to remove them when they don't work:
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="12%" id="AutoNumber1">
<tr>
<td width="100%">
</td>
</tr>
<a href="index2.html" target="iframetest"><tr>
<td width="100%">
<applet code="fphover.class" codebase="./" width="120" height="18">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="Hello">
<param name="color" value="#00FFFF">
<param name="hovercolor" value="#00FF00">
<param name="effect" value="fill">
<param name="url" valuetype="ref" value="http://www.google.com" target="iframetest">
</applet></a><param name="target" value="iframetest"></td>
</tr>
</table>
<td>
</a>
<a target="iframetest" href="http://www.google.com">page1</a><br /><br />
<a target="iframetest" href="http://www.yahoo.com">page2</a><br /><br />
<a target="iframetest" href="http://www.notpron.com">page3</a><p> </td><td><span style="position: absolute; left: 14; top: 242"><iframe src="iframetest" width="200" height="100" name="iframetest">Sorry, your browser doesn't support iframes.</iframe>
</span>
</td>
</p>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="12%" id="AutoNumber1">
<tr>
<td width="100%">
</td>
</tr>
<a href="index2.html" target="iframetest"><tr>
<td width="100%">
<applet code="fphover.class" codebase="./" width="120" height="18">
<param name="textcolor" value="#FFFFFF">
<param name="text" value="Hello">
<param name="color" value="#00FFFF">
<param name="hovercolor" value="#00FF00">
<param name="effect" value="fill">
<param name="url" valuetype="ref" value="http://www.google.com" target="iframetest">
</applet></a><param name="target" value="iframetest"></td>
</tr>
</table>
<td>
</a>
<a target="iframetest" href="http://www.google.com">page1</a><br /><br />
<a target="iframetest" href="http://www.yahoo.com">page2</a><br /><br />
<a target="iframetest" href="http://www.notpron.com">page3</a><p> </td><td><span style="position: absolute; left: 14; top: 242"><iframe src="iframetest" width="200" height="100" name="iframetest">Sorry, your browser doesn't support iframes.</iframe>
</span>
</td>
</p>
</body>
</html>