473,467 Members | 1,998 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Request for Check

Would someone look at my
http://www.merlyn.demon.co.uk/zel-1883.htm ?

It works at home, in the master copy, but not from the server as above.

The problem that I see is that function ShoOut, defined in include1.js,
appears not to be found; it should generate a yellow box with contents,
near the end.

AFAICS, the problem is site-wide; that's one of the simplest
illustrations, another being last-mod.htm

I expect it's something silly that I just cannot see; or that it works
for others.

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/> JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
Jul 23 '05 #1
5 1033


Dr John Stockton wrote:
Would someone look at my
http://www.merlyn.demon.co.uk/zel-1883.htm ?

It works at home, in the master copy, but not from the server as above.

The problem that I see is that function ShoOut, defined in include1.js,
appears not to be found; it should generate a yellow box with contents,
near the end.


No script errors with Mozilla 1.7 and IE 6 on Windows, and there is a
yellow box near the end.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Jul 23 '05 #2
On Wednesday 25 May 2005 18:38, Dr John Stockton(jr*@merlyn.demon.co.uk)
wrote in message <wT**************@merlyn.demon.co.uk>
Would someone look at my
http://www.merlyn.demon.co.uk/zel-1883.htm ?

It works at home, in the master copy, but not from the server as above.

The problem that I see is that function ShoOut, defined in include1.js,
appears not to be found; it should generate a yellow box with contents,
near the end.

AFAICS, the problem is site-wide; that's one of the simplest
illustrations, another being last-mod.htm

I expect it's something silly that I just cannot see; or that it works
for others.


Works fine for me, or seems to.
Maybe it's just a cache/proxy problem. Tried refreshing or altering your
browser settings to always refresh the page on each visit?
Jul 23 '05 #3
Dr John Stockton <jr*@merlyn.demon.co.uk> writes:
Would someone look at my
http://www.merlyn.demon.co.uk/zel-1883.htm ?

It works at home, in the master copy, but not from the server as above.
Sounds like the case of the filename is wrong, from the symptom.
However, I can't find any errors in the page.

Btw, I noticed this code:
---
if (!Number.toFixed) { // 20030313
Number.prototype.toFixed = ....
---
Shouldn't the test be "!Number.prototype.toFixed"?
The problem that I see is that function ShoOut, defined in include1.js,
appears not to be found; it should generate a yellow box with contents,
near the end.


I have the yellow box. Opera 8/WinXP.

/L
--
Lasse Reichstein Nielsen - lr*@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
Jul 23 '05 #4
JRS: In article <d7**********@news7.svr.pol.co.uk>, dated Wed, 25 May
2005 19:11:12, seen in news:comp.lang.javascript, PDannyD <dan1970@TIBSI
HTEVOMERscenicplace.freeserve.co.uk> posted :
On Wednesday 25 May 2005 18:38, Dr John Stockton(jr*@merlyn.demon.co.uk)
wrote in message <wT**************@merlyn.demon.co.uk>
Would someone look at my
http://www.merlyn.demon.co.uk/zel-1883.htm ?

It works at home, in the master copy, but not from the server as above.

The problem that I see is that function ShoOut, defined in include1.js,
appears not to be found; it should generate a yellow box with contents,
near the end.

AFAICS, the problem is site-wide; that's one of the simplest
illustrations, another being last-mod.htm

I expect it's something silly that I just cannot see; or that it works
for others.


Works fine for me, or seems to.
Maybe it's just a cache/proxy problem. Tried refreshing or altering your
browser settings to always refresh the page on each visit?


Thanks to all; I now think that it was a local browser cache error, and
it has gone away as seen from here.

However, if it had been a problem for others, fixing it would have
mattered more - last-mod.htm is the only page I need to read from the
server.

Those who read German and/or Latin may like to read the originals of the
papers, at http://www.merlyn.demon.co.uk/zel-8?px.htm for ? = 2 3 5 6
!!

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/> JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
Jul 23 '05 #5
JRS: In article <fy**********@hotpop.com>, dated Wed, 25 May 2005
21:05:37, seen in news:comp.lang.javascript, Lasse Reichstein Nielsen
<lr*@hotpop.com> posted :
Dr John Stockton <jr*@merlyn.demon.co.uk> writes:
Would someone look at my
http://www.merlyn.demon.co.uk/zel-1883.htm ?

It works at home, in the master copy, but not from the server as above.
Sounds like the case of the filename is wrong, from the symptom.


Logic followed, but it is/was unlikely. FTP is set to lower-case all
names it uploads, and my CHEKLINX also ensures that all local links use
lower-case filenames.

Btw, I noticed this code:
---
if (!Number.toFixed) { // 20030313
Number.prototype.toFixed = ....
---
Shouldn't the test be "!Number.prototype.toFixed"?


I don't know. I only know that IE4 correctly executes the assignment;
but I also think that IE6 survives the code, whatever it thinks of it.

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 IE 4 ©
<URL:http://www.jibbering.com/faq/> JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.
Jul 23 '05 #6

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

Similar topics

8
by: Sam Sungshik Kong | last post by:
Hello! I use Python for ASP programming. I found something weird. Response.Write(Request("something")) It draws "None" when there's no value for something. Actually I expect "" instead of...
2
by: Sean Dotson | last post by:
I have a form that passes variables to an asp file and then uploads a file. For some reason the request.form is not getting the info from the form. It's returning blanks. Any insight would be...
1
by: Kevin C | last post by:
When designing an asynchronous service-based system, generally speaking whose responsibility is it to determine when a duplicate request is sent - the system hosting the service or the feeding...
4
by: Guoqi Zheng | last post by:
On my application, I need to have different action based on the pass in query string. When the query string is not presented, I try to use If request.querystring("id") ="" THEN ...... This is...
6
by: Ammar | last post by:
Dear All, I'm facing a small problem. I have a portal web site, that contains articles, for each article, the end user can send a comment about the article. The problem is: I the comment length...
1
by: C | last post by:
Hi, I have been using VB.Net for the past 2 years and have moved to C# I send a value in the URL to a page. In my called page I do below. int intTest = int.Parse(Request.QueryString);
2
by: Shawn Berg | last post by:
Some of my pages in the app I am developing inherit from a BasePage class I have created. I have done plenty of these in the past and they work fine. Now, however, I have an additional requirement....
4
by: Sean Feldman | last post by:
Hi, I'm expiriencing something interesting with my web service & desktop client application. When running desktop client on Windows XP or Windows 2003 everything works just fine. But when doinf...
8
by: Tim Reynolds | last post by:
Our .Net application calls a web method of aplpication 2 that resides on their Apache server. When I as a developer C#, Studios 2003, make the call to their web method from my desktop, I receive no...
2
by: ton | last post by:
Hi, I have a checkbox in a webserver control. Al modified fields (textboxes, dropdownlists, and checkboxes) will be examnied during a save method. In which I use: aa=...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...
1
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...
1
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.