[elinks-users] meta refresh of frames
nigel at turbo10.com
nigel at turbo10.com
Mon Sep 3 06:41:18 MDT 2007
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>nigel at turbo10.com - 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
More information about the elinks-users
mailing list