Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 04:51:28 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Frames in WB  (Read 1093 times)
POPDUM

Offline Offline

Posts: 23


« on: February 12, 2008, 08:44:24 PM »

Hi,

I have defined frames as following:

$buf = <<<EOT
    <frameset rows="50%, 50%" id="MyDialog">
        <frame src="http://www.pif.at/pages/process-file-upload.php" name="image_frame" frameborder="1"
             marginwidth="5" marginheight="5" scrolling="auto" noresize>
        </frame>
        <frame src="http://www.pif.at/pages/display-file-upload-form.php" name="input_frame" frameborder="1"
             marginwidth="5" marginheight="5" scrolling="auto" noresize>
        </frame>
    </frameset>
EOT;
echo $buf;

inside a code section. process-file-upload.php (clickable images to be uploaded) and display-file-upload-form.php are two pages, each of them having one section of type code.

However, these pages don't load when I run the file with the above <frameset and <frame declarations, though they both run fine individually

Anybody have any ideas why it doesn't work, or do I need to do something completely different?

Any help will be very gratefully accepted
Logged
POPDUM

Offline Offline

Posts: 23


« Reply #1 on: February 12, 2008, 09:37:32 PM »

I just had a thought about this issue. Maybe I could use the two .php files I mentioned as parts of the same page, which will have two sections of type "code". However, I am not quite sure how I can have the two sections communicate with each other, if at all.

If anybody has any ideas on this sort of thing, I will greatly appreciate it
Logged
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4884



« Reply #2 on: February 22, 2008, 12:35:05 PM »

Why would you do that?
Framesets is an old SEO unsuported technique?

Which advantage do you except out of this?

Stefek

Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!