Log in

View Full Version : I need help with frames



Paul Clarke
01-20-2008, 02:56 AM
Hi Guys,

In an effort to make a website cross-browser compatable (the last one looked awful on a MAC) I have redesigned the site using frames. The problem is that when I click the menu on the left, iy loads the page over the left menu page instead of the main page.

Somer linnks are broken and most pages are the same as it is still work in progress.

I used the switch menu on DD

Any help would be greatly appreciated.

Paul:confused:

BLiZZaRD
01-20-2008, 02:59 PM
Link? Code? Something to look at? :D

Paul Clarke
01-20-2008, 05:09 PM
Sorry Blizzard....

Iemp site is www.hobbyfarmproduce.com

Thanks...

Paul

jscheuer1
01-20-2008, 05:28 PM
Not happening here. Some of the pages, palliativecareteam.html for example are just copies of the top framesets page. When you click on the link for those, the entire frameset loads in the main frame of the top page, including the menu. But, I couldn't find any link loading in the 'contents' (the menu's) frame.

What browser are you using?

Paul Clarke
01-20-2008, 06:15 PM
Hi John,

That's the problem. Also the comments / Testimonials pages don't work - sample code below. I know my ISP has me set up for formmail

I am using dreamweaver and Frontpage.

Thanks

Paul

Sample form code {
<html>
<head>
<title>Feedback Form Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000" link="#009900" vlink="#009900"
alink="#009900" onLoad="">

<form method=POST
action="http://www.hobbyfarmproduce.com/cgi-bin/formmail/formmail.pl">
<input type=hidden name="recipient" value="info@hobbyfarmproduce.com">
<input type=hidden name="subject" value="New Feedback From Form">
<input type=hidden name="return_link_url"
value="http://www.hobbyfarmproduce.com">
<input type=hidden name="return_link_title" value="Back to Main Page">
<input type=hidden name="redirect"
value="http://www.hobbyfarmproduce.com/thanks.htm">

<font face="Georgia, Times New Roman, Times, serif"> <b> </b> </font>
<table width="32%" border="0" cellspacing="5" cellpadding="1" height="56"
bgcolor="#61A8A2" align="center">
<tr>
<td height="2">
<div align="right"><b><font color="#FFFFFF">Name:</font></b>
<input type="text" name="Name">
</div>
</td>
</tr>
<tr>
<td>
<div align="right"><b><font color="#FFFFFF">E-mail:
<input type="text" name="email">
</font> </b></div>
</td>
</tr>
<tr>
<td>
<div align="right"><b><font color="#FFFFFF">Phone Number:
<input type="text" name="Phone">
</font> </b></div>
</td>
</tr>
<tr>
<td>
<div align="right"><b><font color="#FFFFFF">Address:
<input type="text" name="Address">
</font> </b></div>
</td>
</tr>
<tr>
<td>
<div align="right"><b><font color="#FFFFFF">Age (optional):</font>
<input type="text" name="Age" size="10">
</b></div>
</td>
</tr>
<tr>
<td>
<div align="right"><b><font color="#FFFFFF">Your Sector: </font>
<select name="Sector" size="1">
<option>Administration</option>
<option>Aftersales</option>
<option>Parts</option>
<option>Information Technology</option>
<option>Sales</option>
<option>Workshop</option>
<option>Painters</option>
<option>Body Repairs</option>
</select>
</b></div>
</td>
</tr>
<tr>
<td>
<div align="right"><font color="#FFFFFF"><b>Your Current Position:
<input type="text" name="Title">
</b></font></div>
</td>
</tr>
</table>
<p align="center"> <font face="Georgia, Times New Roman, Times, serif">
<input type="submit" name="submit">
<input type="reset" name="reset">
</font></p>
</form>
</font>
</body>
</html>
}

Thanking you in advance...

Paul