473,396 Members | 2,018 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

help with SSI, or directions to proper group

TK
I'm sure this is probably the wrong place to ask, but is there a way to
execute an SSI script in javascript?

I'm using an SSI script to read a memory address, and I'd like to be
able to update the value every few seconds without having to refresh the
entire page. Does anyone know a possible way to do this, or am I stuck
with refreshing the entire page every 4 seconds?

If I'm in the wrong group, does anyone know the proper place to ask?
Jul 23 '05 #1
4 1205
"TK" <to****@hotmail.com> wrote in message
news:11*************@corp.supernews.com...
I'm sure this is probably the wrong place to ask, but is there a way to
execute an SSI script in javascript?

I'm using an SSI script to read a memory address, and I'd like to be
able to update the value every few seconds without having to refresh the
entire page. Does anyone know a possible way to do this, or am I stuck
with refreshing the entire page every 4 seconds?

If I'm in the wrong group, does anyone know the proper place to ask?


Google for "XmlHttp JavaScript"

--
Dag.
Jul 23 '05 #2
ASM
TK a ecrit :

I'm sure this is probably the wrong place to ask, but is there a way to
execute an SSI script in javascript?

I'm using an SSI script to read a memory address,
What is a SSI script reading a memory address ?
You can do that with SSI ?
and I'd like to be
able to update the value every few seconds without having to refresh the
entire page. Does anyone know a possible way to do this,
You can try with frames.
One of the frames fixed to 1px (non really visible) get the refreshed page
The other is modified from the 1st.

In browser the code of your *.shtml opened in 1st frame
would look like :

<script type="text/javascript">
parent.frames[1].document.getElementById('update').innerHTML='valu e of memory';
setTimeout('self.location=self.location',4000);
</script>

Take care on 1st load :
it is the page in 2nd frame after its complete loading
which have to launch the *.shtml in 1st frame

You may also use an iFrame to get the *.shtml
iFrame inserted in your main page
the iFrame sized to 1 x 1 px and styled on invisible.

<scr ..>
parent.document.getElementById('update').innerHTML ='value of memory';
setTimeout('self.src=self.src',4000);
</script>

(not tested)
or am I stuck
with refreshing the entire page every 4 seconds?
On my idea, a page flashing every few seconds, if it doesn't afraid me
(what's happen with my UC?), I run away.
If I'm in the wrong group, does anyone know the proper place to ask?


is there a place somewhere for SSI ?

--
************************************************** *****
Stéphane MORIAUX et son vieux Mac
************************************************** *****
Jul 23 '05 #3

Why you need a memory address read to begin with? any server
transaction requires a server request and response, so yes, if the
resource is AT the server, the page will refresh, it be PHP, Perl, ASP,
CFML or SSI, once sent from the server, js can manipulate it.
Danny

On Thu, 09 Jun 2005 13:20:55 -0700, TK <to****@hotmail.com> wrote:
I'm sure this is probably the wrong place to ask, but is there a way to
execute an SSI script in javascript?

I'm using an SSI script to read a memory address, and I'd like to be
able to update the value every few seconds without having to refresh the
entire page. Does anyone know a possible way to do this, or am I stuck
with refreshing the entire page every 4 seconds?

If I'm in the wrong group, does anyone know the proper place to ask?


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Jul 23 '05 #4
Danny wrote:

Why you need a memory address read to begin with?
Probably has something to do with wanting the data that is stored in
that address.

any server transaction requires a server request and response,
so yes, if the resource is AT the server, the page will refresh,
Oh really? You should read up on the HTTPRequest object and while you
are researching that one, research dynamically loading JS files. Because
it is *not* required to refresh a page to get a response from the server.

it be PHP, Perl, ASP, CFML or SSI, once sent from the server,
js can manipulate it.


That is not entirely true either. JS can only manipulate it if it is in
a form that JS can manipulate.

Read the group FAQ. ALL of it. You just might learn something.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Answer:It destroys the order of the conversation
Question: Why?
Answer: Top-Posting.
Question: Whats the most annoying thing on Usenet?
Jul 23 '05 #5

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

Similar topics

16
by: Henri Schomäcker | last post by:
Hi folks, I am developing a apache2 so module in c++. At the moment, I'm trying to get it to compile with automake & friends, but don't get it to work. I tried to modify the example in the...
21
by: BT | last post by:
I inherited a simple page that needs to be Strict HTML and I'm not very familiar with this standard. What I'm trying to do _should be_ pretty simple so I hope someone can point me in the right...
11
by: steve smith | last post by:
Hi I'm still having some problems getting my head round this language. A couple of things don't seem to work for me. First I am trying to obtan a count of the number of words in a sting, so am...
1
by: Diffident | last post by:
Hello Guys, I have an issue with one of the EDP's (Exam Delivery Providers) for Microsoft Certification exams. Someone on this group has suggested me to open a support incident to voice my...
1
by: girthyvhf | last post by:
Hello all, I am trying to use the example for encrypting connection strings called: How To: Build And Run the Protected Configuration Provider Example. This is located in VS 2005 help at: ...
1
by: xFiver | last post by:
Hey gang, I'm having a tough time wrapping my head around this problem. More than anything, I'm looking for the "why" of why this isn't working. THE SETUP: I have a Cross-Tab query (we'll...
4
by: Debbiedo | last post by:
My software program outputs an XML Driving Directions file that I need to input into an Access table (although if need be I can import a dbf or xls) so that I can relate one of the fields...
2
by: jdvictor | last post by:
Understandably I know that the real issue is in IE but at the moment everything looks good in IE and not Firefox. THE PROBLEM The problem that I am having is that my navigation menu is out of...
1
by: =?Utf-8?B?amVubmlmZXI=?= | last post by:
Im sure this question has been asked but I cant seem to find an answer I understand. I have works 9 on vista. Everytime I try to open an attachment or send a document from it I get an error. I have...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.