BlackDragon10123 Posted November 23, 2003 Share Posted November 23, 2003 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. Quote Link to comment https://forums.phpfreaks.com/topic/1415-dreamweaver-php-and-frames/ Share on other sites More sharing options...
BlackDragon10123 Posted November 23, 2003 Author Share Posted November 23, 2003 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> Quote Link to comment https://forums.phpfreaks.com/topic/1415-dreamweaver-php-and-frames/#findComment-4687 Share on other sites More sharing options...
Chris872 Posted November 25, 2003 Share Posted November 25, 2003 can\'t see http://www.mystupidcrap.com/scott/frameset.php cause your frame source is on your computer.. file:///C|/NewWeb/FrameMiddle.php, you prolly didn\'t realize that, it\'s anoying how dreamweaver adds that file:/C crap.. Quote Link to comment https://forums.phpfreaks.com/topic/1415-dreamweaver-php-and-frames/#findComment-4701 Share on other sites More sharing options...
BlackDragon10123 Posted November 25, 2003 Author Share Posted November 25, 2003 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 Quote Link to comment https://forums.phpfreaks.com/topic/1415-dreamweaver-php-and-frames/#findComment-4702 Share on other sites More sharing options...
BlackDragon10123 Posted November 25, 2003 Author Share Posted November 25, 2003 chris what the hell u doin on the board did u start reading timmys php book Quote Link to comment https://forums.phpfreaks.com/topic/1415-dreamweaver-php-and-frames/#findComment-4703 Share on other sites More sharing options...
Chris872 Posted November 25, 2003 Share Posted November 25, 2003 I like to post more on the website critique topic ahroo Quote Link to comment https://forums.phpfreaks.com/topic/1415-dreamweaver-php-and-frames/#findComment-4707 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.