Hi,

        I would like to meta refresh one of two frames in elinks:

                +-----+-----+
                |     |     |
                |  A  |  B  |
                |     |     |
                +-----+-----+

        The frameset code is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
"http://www.w3.org/TR/html4/frameset.dtd";>
<html>
<HEAD>
<title>[EMAIL PROTECTED] - The Goo</title>
</HEAD>
<FRAMESET COLS="50%,*" style="background: url(http://thegoo.org/back.jpg) 
no-repeat bottom center fixed">
         <!-- anchoring show perceptrons with# failed on elinks - caused 
subsequent clicks to reload page -->
      <FRAME SRC="/show-perceptrons" name="left" width=400 height=400>
      <FRAME SRC="/todo" NAME="right" width=400 height=400>
</FRAMESET>
</html>

        I would like to refresh the A frame in elinks using this HTML 
(i.e., source of frame A):

        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
        <html>
        <head>
        <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1">
        <meta http-equiv="refresh" content="10; 
URL=/show-perceptrons#bottom">
        <title></title>
<link rel="stylesheet" type="text/css" href="/goo.css" />
        </head>


        Elinks does no refreshing at all .... any ideas?

Thanks

NIgel
_______________________________________________
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to