aaron.victoria
12-28-2003, 03:23 PM
Hi...
I was working on an html code and I am having problems I am making it in Front Page... I do alot of C++ but I want to learn to make my own pages... anyway here is a look at the script I have so far...
( MAIN PAGE )
<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>
<base target="I1">
</head>
<body topmargin="0" leftmargin="0" link="#18B7D8" vlink="#18B7D8" alink="#18B7D8">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#000000" id="AutoNumber1" width="992">
<tr>
<td colspan="5" width="992">
<img border="0" src="Top%20Banner.jpg" width="990" height="134"></td>
</tr>
<tr>
<td width="124" height="260"> </td>
<td width="250" height="260">
<p align="right"><font size="2" color="#2CD8F5">>> News<br>
>> Games<br>
>> Music<br>
>> Contact<br>
>> Info<br>
>> Forum<br>
>> Team<br>
</font><font size="2" color="#18B7D8">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</font></td>
<td height="260" width="120"> </td>
<td width="249" height="260">
<iframe name="Iframe" align="top" border="0" frameborder="0" src="news.htm" scrolling="no">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></td>
<td width="249" height="260">
<p align="left">
<applet code="fphover.class" codebase="./" width="24" height="18">
<param name="textcolor" value="#FFFFFF">
<param name="target" value="I1">
<param name="font" value="TimesRoman">
<param name="fontstyle" value="bold">
<param name="fontsize" value="14">
<param name="color" value="#FFFFFF">
<param name="bgcolor" value="#FFFFFF">
<param name="image" valuetype="ref" value="NavButton.jpg">
<param name="text" value>
<param name="hovercolor" value="#0000FF">
<param name="effect" value="lightGlow">
</applet><br>
<br>
<br>
<br>
<br>
<br>
<br>
<applet code="fphover.class" codebase="./" width="24" height="18">
<param name="textcolor" value="#FFFFFF">
<param name="target" value="I1">
<param name="font" value="TimesRoman">
<param name="fontstyle" value="bold">
<param name="fontsize" value="14">
<param name="color" value="#FFFFFF">
<param name="bgcolor" value="#FFFFFF">
<param name="text" value>
<param name="image" valuetype="ref" value="NavButton2.jpg">
<param name="effect" value="lightGlow">
<param name="hovercolor" value="#0000FF">
</applet></td>
</tr>
<tr>
<td colspan="5" height="140">
<img border="0" src="Bottom%20Banner.jpg" width="990" height="140"></td>
</tr>
</table>
</body>
</html>
( NEWS PAGE )
<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>News</title>
<meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=5)">
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="280" id="AutoNumber1">
<tr>
<td>
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" --><p> </p>
</form>
<font size="2" color="#999999">December 1, 2003</font><p>
<font size="2" color="#999999">Web Page Opening < < _ _</font></p>
<p><font size="2" color="#2CD8F5">Today the market opening and webpage open
has officially taken place, and I amongst others are very excited about the
coming of this new dream of ours</font></td>
</tr>
</table>
</body>
</html>
I'm trying to make the navbutton scroll the Iframe up and the Nav2button scroll the Iframe down but I can't figure it out some one please help me ... thanx
I was working on an html code and I am having problems I am making it in Front Page... I do alot of C++ but I want to learn to make my own pages... anyway here is a look at the script I have so far...
( MAIN PAGE )
<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>
<base target="I1">
</head>
<body topmargin="0" leftmargin="0" link="#18B7D8" vlink="#18B7D8" alink="#18B7D8">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#000000" id="AutoNumber1" width="992">
<tr>
<td colspan="5" width="992">
<img border="0" src="Top%20Banner.jpg" width="990" height="134"></td>
</tr>
<tr>
<td width="124" height="260"> </td>
<td width="250" height="260">
<p align="right"><font size="2" color="#2CD8F5">>> News<br>
>> Games<br>
>> Music<br>
>> Contact<br>
>> Info<br>
>> Forum<br>
>> Team<br>
</font><font size="2" color="#18B7D8">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</font></td>
<td height="260" width="120"> </td>
<td width="249" height="260">
<iframe name="Iframe" align="top" border="0" frameborder="0" src="news.htm" scrolling="no">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></td>
<td width="249" height="260">
<p align="left">
<applet code="fphover.class" codebase="./" width="24" height="18">
<param name="textcolor" value="#FFFFFF">
<param name="target" value="I1">
<param name="font" value="TimesRoman">
<param name="fontstyle" value="bold">
<param name="fontsize" value="14">
<param name="color" value="#FFFFFF">
<param name="bgcolor" value="#FFFFFF">
<param name="image" valuetype="ref" value="NavButton.jpg">
<param name="text" value>
<param name="hovercolor" value="#0000FF">
<param name="effect" value="lightGlow">
</applet><br>
<br>
<br>
<br>
<br>
<br>
<br>
<applet code="fphover.class" codebase="./" width="24" height="18">
<param name="textcolor" value="#FFFFFF">
<param name="target" value="I1">
<param name="font" value="TimesRoman">
<param name="fontstyle" value="bold">
<param name="fontsize" value="14">
<param name="color" value="#FFFFFF">
<param name="bgcolor" value="#FFFFFF">
<param name="text" value>
<param name="image" valuetype="ref" value="NavButton2.jpg">
<param name="effect" value="lightGlow">
<param name="hovercolor" value="#0000FF">
</applet></td>
</tr>
<tr>
<td colspan="5" height="140">
<img border="0" src="Bottom%20Banner.jpg" width="990" height="140"></td>
</tr>
</table>
</body>
</html>
( NEWS PAGE )
<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>News</title>
<meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=5)">
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="280" id="AutoNumber1">
<tr>
<td>
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" --><p> </p>
</form>
<font size="2" color="#999999">December 1, 2003</font><p>
<font size="2" color="#999999">Web Page Opening < < _ _</font></p>
<p><font size="2" color="#2CD8F5">Today the market opening and webpage open
has officially taken place, and I amongst others are very excited about the
coming of this new dream of ours</font></td>
</tr>
</table>
</body>
</html>
I'm trying to make the navbutton scroll the Iframe up and the Nav2button scroll the Iframe down but I can't figure it out some one please help me ... thanx