Hi Atrix,
I didn't look at your JavaScript too closely, but I would recommend that
you clean-up your HTML before attempting to debug the problem. Some
browsers are much less forgiving than others when it comes to
"well-formed" HTML and will simply fail scripting.
Your first script block is before (outside) of the html/head elements.
And your closing /head element is after your start body element.
Also note, that in the past some browsers only allowed a single script
block, and although this is not a problem for IE and newer Netscapes on
Windows - I can't speak for other platforms.
Hope this helps. Cheers...
>>> [EMAIL PROTECTED] 01/23/03 12:09 PM >>>
Hi,
Ive been trying to get the javascript of our pages to work on all
mainstream browsers (Mac/PC IE/NS). So far ive gotten it to work on PC
IE/NS but macintosh is having some problems. If anyone is feeling
generous, could they check out the attatched "screen shot" and see why
on Mac either IE or NS why it wouldnt update the totals and grand total
when you change a qty or unit$ or add in a new one? It should just
auto-calc everything for the user but for some reason on macintosh it
isnt doing that. Not having a mac myself, i am in dire straits to get
this working for some clients.
Thanks a bunch!!
Atrix
P.S. for whoever is feeling generous enough to look at the file:
there are 2 <script> blocks at the top of the file. The first block is
the code that handles the calculating of the totals. The second block
is from a javascript include file i made that is full of validation code
which doesnt really apply to the problem im having but if you see any
functions you like, help yourself.
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body