SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : Amazon.com, Inc. (AMZN) -- Ignore unavailable to you. Want to Upgrade?


To: Martin Muldoon who wrote (89789)1/5/2000 8:12:00 AM
From: Glenn D. Rudolph  Respond to of 164684
 
Way OT;

Glenn,

I believe the source of the problem your having is on line 9 of your code.

document.writeln (');

The writeln function requires either a string or a variable. I removed the ' and it seemed to
work fine.(In IE 5.5)

document.writeln ();

Hope this helps.


Martin,

That worked perfectly. May I bookmark you too for further help in the event that comes along?? <G>

Thank you lots.

Glenn