- Sep 20, 2000
- 2,404
- 198
- 106
I didn't see a insert BB code for the threads so I will cut and paste.
This is a Online status indicator.
It sends an image ( using template=pixel )
or
Text
The text is different depending on the browser.
I been going in circles for a few days now ... trying to capture the text returned into a variable.
within the same html page this link is in ... for some simple html coding. ( I'm a n00b )
( you can see the text when you click this )
I'm also having a javascript script problem.
Seems HTML with javascript alone won't allow output to a separate notepad.txt file.
So, can 'document.write' append output ( create a 'text.html' if needed ) to a html file?
(I'm going o be looping using 'refresh' appending each time. )
This is not server side. I want this to work on my PC.
Can some .NET or C++ coding work? Should I research in this direction?
I don't want it to require a SQL package.
I need it to work for anyone.
I will gladly share my final product.
</head>
<! _______________________________________________________________________________________ />
<! />
<! If ypu put this link in your browser address bar .... />
<! />
<! http://www.noop.org/onli...site=jsm&template=text />
<! />
<! ... returns the following in address bar and text on screen />
<! />
<! FireFox returns these values />
<! />
<! static.awempire.com/status/pixel/offline.gif />
<! static.awempire.com/status/pixel/online.gif />
<! static.awempire.com/status/pixel/membersonly.gif />
<! static.awempire.com/status/pixel/private.gif />
<! />
<! />
<! Internet explorer returns these values />
<! />
<! 0 - offline />
<! 1 - online />
<! 2 - members only />
<! 3 - in private />
<! _______________________________________________________________________________________ />
<! >
<body>
<div id="2" >
<a id="3" href="http://www.noop.org/onli...site=jsm&template=text">test</a>
<br>
<img id="0" src="http://www.noop.org/onli...ite=jsm&template=pixel"></img>
Thanks in advance.
Edited for content.
--Markbnj, Programming mod
This is a Online status indicator.
It sends an image ( using template=pixel )
or
Text
The text is different depending on the browser.
I been going in circles for a few days now ... trying to capture the text returned into a variable.
within the same html page this link is in ... for some simple html coding. ( I'm a n00b )
( you can see the text when you click this )
I'm also having a javascript script problem.
Seems HTML with javascript alone won't allow output to a separate notepad.txt file.
So, can 'document.write' append output ( create a 'text.html' if needed ) to a html file?
(I'm going o be looping using 'refresh' appending each time. )
This is not server side. I want this to work on my PC.
Can some .NET or C++ coding work? Should I research in this direction?
I don't want it to require a SQL package.
I need it to work for anyone.
I will gladly share my final product.
</head>
<! _______________________________________________________________________________________ />
<! />
<! If ypu put this link in your browser address bar .... />
<! />
<! http://www.noop.org/onli...site=jsm&template=text />
<! />
<! ... returns the following in address bar and text on screen />
<! />
<! FireFox returns these values />
<! />
<! static.awempire.com/status/pixel/offline.gif />
<! static.awempire.com/status/pixel/online.gif />
<! static.awempire.com/status/pixel/membersonly.gif />
<! static.awempire.com/status/pixel/private.gif />
<! />
<! />
<! Internet explorer returns these values />
<! />
<! 0 - offline />
<! 1 - online />
<! 2 - members only />
<! 3 - in private />
<! _______________________________________________________________________________________ />
<! >
<body>
<div id="2" >
<a id="3" href="http://www.noop.org/onli...site=jsm&template=text">test</a>
<br>
<img id="0" src="http://www.noop.org/onli...ite=jsm&template=pixel"></img>
Thanks in advance.
Edited for content.
--Markbnj, Programming mod
