Results 1 to 5 of 5

Thread: I need help with frames

  1. #1
    Join Date
    Dec 2007
    Location
    Ireland
    Posts
    31
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default I need help with frames

    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

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Link? Code? Something to look at?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Dec 2007
    Location
    Ireland
    Posts
    31
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Something to look at

    Sorry Blizzard....

    Iemp site is www.hobbyfarmproduce.com

    Thanks...

    Paul

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Dec 2007
    Location
    Ireland
    Posts
    31
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •