473,499 Members | 1,716 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.php / Linux / MySQL / C /Netscape 4.79 - Automatic Browser Refresh

I have data processing that takes place via an application written in
C. I also have a .php webpage that displays a chart of the results via
the Netscape 4.79 browser. Currently, manual intervention is required
to refresh the web page and show the process results. I need to fully
automate this process.

In a nutshell, the browser window needs to be automatically refreshed
as soon as my application completes its processing. In other words,
the application gets a new last step, the web-page refresh.

I suspect that this might be a call to a Netscape function, but it
might be possible with .php as well. Thoughts?

Sep 2 '07 #1
2 1835
On Sun, 02 Sep 2007 16:17:01 +0200, philbo30 <ma******@gmail.comwrote:
I have data processing that takes place via an application written in
C. I also have a .php webpage that displays a chart of the results via
the Netscape 4.79 browser. Currently, manual intervention is required
to refresh the web page and show the process results. I need to fully
automate this process.

In a nutshell, the browser window needs to be automatically refreshed
as soon as my application completes its processing. In other words,
the application gets a new last step, the web-page refresh.

I suspect that this might be a call to a Netscape function, but it
might be possible with .php as well. Thoughts?
Not possible using only PHP (well, at least not when the UA & the HTTP
server aren't on the same box). A kludgy meta refresh (nor recommended) or
javascript would be needed. You'd poll for the 'last step done' to the
server, and if it gets a 'true' the whole page will be refreshed.
--
Rik Wasmus
Sep 2 '07 #2
On Sep 2, 10:17 am, philbo30 <masfe...@gmail.comwrote:
I have data processing that takes place via an application written in
C. I also have a .php webpage that displays a chart of the results via
the Netscape 4.79 browser. Currently, manual intervention is required
to refresh the web page and show the process results. I need to fully
automate this process.

In a nutshell, the browser window needs to be automatically refreshed
as soon as my application completes its processing. In other words,
the application gets a new last step, the web-page refresh.

I suspect that this might be a call to a Netscape function, but it
might be possible with .php as well. Thoughts?
Does the C application get triggered by the web interface? Such as,
the user wants to do the processing and initiates it though a form
button or something of the sort? If so, perhaps you could use PHP to
initiate the data processing, tell the C application to run through
CLI, and return the results in one fell swoop?

Sep 2 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2444
by: Matthew Ferri | last post by:
I'm using Windows 2000 Pro SP4 and Office 2000 Pro Sp3. I have some dynamic database pages that I do not want a user to see from their local cache of pervious visits to this page. When these...
2
2596
by: Obi Wan Shinobi | last post by:
I can't seem to prevent the refresh associated with F5 in Netscape. I can capture the key but returning false does not prevent the refresh. The code is as follows: function keyDown(e) { if...
3
1418
by: M B HONG 20 | last post by:
Hi all - I have a page using asynchronous out of band calls to a Web Service located on a server that is on the network. The web service is located on the machine where the pages are being...
11
1648
by: Kristoffer Arfvidson | last post by:
HI! I have a question.... when designing asp.net pages in vs.net I always see that labels are transformed to <span tags... I stopped using span and div before because of its lack of compatibility...
0
7128
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7006
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7169
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6892
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7385
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5467
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3088
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
661
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
294
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.