Jump to content

Recommended Posts

Im new to dreamweaver, php, and frames and im trying to learn how to use them in dreamweaver i made 3 frames 2 of them are html and one is php. When i open the frames it just shows the code in the center frame. http://www.mystupidcrap.com/scott/frameset.php . But if i open the center frame by itself it works fine. http://www.mystupidcrap.com/scott/FrameMiddle.php . Its supposed to be a random picture genorator what am i doing wrong with the frames please help.

Link to comment
https://forums.phpfreaks.com/topic/1415-dreamweaver-php-and-frames/
Share on other sites

the code for the frames is

 

 

<html>

<head>

<title>Untitled Document</title>

</head>

<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">

 

<frameset rows=\"122,*,117\" cols=\"*\" framespacing=\"0\" frameborder=\"NO\" border=\"0\">

 

<frame src=\"file:///C|/NewWeb/FrameTop.htm\" name=\"topFrame\" scrolling=\"NO\" noresize >

 

<frame src=\"file:///C|/NewWeb/FrameMiddle.php\" name=\"mainFrame\">

 

<frame src=\"file:///C|/NewWeb/FrameBottom.htm\" name=\"bottomFrame\" scrolling=\"NO\" noresize>

 

</frameset>

<noframes><body>

 

</body></noframes>

</html>

ya i figured that out timmy helped me i got confused because the ceter wasnt working when it was php but it did when it was an html so i thought it was a php problem and not a html because the top and bottom frames worked and the center didnt....... I\'m so fucking dumb

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.