Sponsored Content
Full Discussion: Browser question
Special Forums Windows & DOS: Issues & Discussions Browser question Post 302574144 by Corona688 on Wednesday 16th of November 2011 03:37:37 PM
Old 11-16-2011
How about this:

Code:
<html>
<body>
        <script type='text/javascript'>
                var dest="http://website/whatever.html";
                var rwindow=window.open();
                var t=1000 * 5 * 60; // 5 minutes in milliseconds

                function refresh()
                {
                        rwindow.location=dest;
                        setTimeout("refresh()", t);
                }

                refresh();
        </script>
</body>
</html>

This opens a new window which the javascript can control and refreshes that.
This User Gave Thanks to Corona688 For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Browser

I recently install solaris8. on my computer, unfortunately I'm running AOL 7. Is't possible to run this on solaris?. If yes, your help is welcome. :( (3 Replies)
Discussion started by: MEdwards42
3 Replies

2. UNIX for Dummies Questions & Answers

Want a better browser...

:D Howdy The IT admin where I work is limited in knowing what's available, so we're stuck with Netscape Navigator v4.72, as our only GUI browser. :confused: Is there a user friendly unix browser, that the average non-unix savey engineer can use? OS is AIX 4.3 (on the BASH shell). Hardware... (4 Replies)
Discussion started by: Tatum
4 Replies

3. Cybersecurity

Login from browser

I have developed a couple cgi scripts that run to access data on our Solaris box, and was wondering how I could implement some type of login (via the browser) that would allow the user to use there login + password from the Solaris box as well. There is sensitive information produced in the... (5 Replies)
Discussion started by: man
5 Replies

4. SCO

Browser problem

I'm running SCO Unix openserver 5.0.4 at the moment. The problem is my dissatifaction with the web browser netscape 3.01. I wanted a better browser, and tried to install netscape 4.7, and the required rs504c patch. I'm still not able to see web pages in a satisfying matter, it is mostly black. I... (0 Replies)
Discussion started by: cantona007
0 Replies

5. UNIX for Dummies Questions & Answers

browser for openserver 5.0.4

I'm running SCO Unix openserver 5.0.4 at the moment. The problem is my dissatifaction with the web browser netscape 3.01. I wanted a better browser, and tried to install netscape 4.7, and the required rs504c patch. I'm still not able to see web pages in a satisfying matter, it is mostly black. I... (0 Replies)
Discussion started by: cantona007
0 Replies

6. UNIX for Advanced & Expert Users

Solaris browser question

The security office is complaining that my system (Solaris 8) that the "security.password_lifetime" is not configured in the /.netscape/preferences.js file. I have found the file but don't know how to configure it to get the browser to request a password after 15 minutes of inactivity. Help... (1 Reply)
Discussion started by: rtoba
1 Replies

7. HP-UX

HP-UX, dtlogin, X browser

All: Have an HP-UX server running init level 3, dtlogin shows up in ps -ef, but when you try to connect to this server via X browser (on Win XP), the browser comes up with just a gray screen w/mouse pointer. All the other HP-UX boxes on the same subnet come up with a pretty dtlogin screen. ... (4 Replies)
Discussion started by: b1f30
4 Replies

8. Solaris

X browser

xbrowser getting closed automatically and ask for user id and password in solaris? (5 Replies)
Discussion started by: vjm
5 Replies

9. UNIX and Linux Applications

Browser Help

I'm looking for a browser than can handle heavy java usage. Firefox doesn't seem to be able to handle heavy usage anymore :( . Chromium does a decent job, but its just so different from Firefox I just can't get used to it. I have been trying to get used to chromium for over 2 weeks but can't... (1 Reply)
Discussion started by: cokedude
1 Replies
LQR_RWINDOW_READ(3)					     LqR library API reference					       LQR_RWINDOW_READ(3)

NAME
lqr_rwindow_read - read the content of a LqrReadingWindow object SYNOPSIS
#include <lqr.h> gfloat lqr_rwindow_read(LqrReadingWindow* rwindow, gint x, gint y, gint channel); DESCRIPTION
The function lqr_rwindow_read returns the content of the reading window rwindow at point x, y and at channel channel. The coordinates x and y are relative to the rwindow centre, and they both can range from -radius to radius (extremes included), where radius can be obtained with the function lqr_rwindow_get_radius(3). The function returns 0 when the coordinates are out of range, either because they are beyond the rwindow radius or because they are outside the image boundary. The channel parameter specifies which channel to read out; depending on the rwindow reader type, the range and meaning of this parameter changes: for the cases LQR_ER_BRIGHTNESS and LQR_ER_LUMA it must be 0, because the readout consists of a single channel, for LQR_ER_RGBA it must be between 0 and 3 (and then the readout will contain the RGBA information), while for LQR_ER_CUSTOM it must be one of the original image channels. SEE ALSO
lqr_carver_set_energy_function(3), lqr_rwindow_get_read_t(3), lqr_rwindow_get_radius(3), lqr_rwindow_get_channels(3) COPYRIGHT
Copyright (C) 2007-2009 Carlo Baldassi LqR library 0.4.1 API (3:1:3) 10 Maj 2009 LQR_RWINDOW_READ(3)
All times are GMT -4. The time now is 10:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy