Forum archive 2000-2006

Bill Ziemer - weird behavior

Bill Ziemer - weird behavior

by Arnold Pizer -
Number of replies: 0
inactiveTopicweird behavior topic started 10/8/2002; 3:46:17 AM
last post 10/8/2002; 7:54:03 AM
userBill Ziemer - weird behavior  blueArrow
10/8/2002; 3:46:17 AM (reads: 830, responses: 2)
variables are different under typeset vs. formatted text. $t = $a + 5*$a+ 10*$a; ... /($t/) ...

$t displays as 13 under typeset, or 448 under formatted text (448 is correct). I removed the images, and reloaded the problem, same thing.

With the image 13, the alt attribute is 448.

Anything easy I am missing?

<| Post or View Comments |>


userJohn Jones - Re: weird behavior  blueArrow
10/8/2002; 6:52:50 AM (reads: 1004, responses: 0)
Hi Bill,

I can't reproduce the error. It could be that your browser is caching an old image. What happens if you flush the cache in your browser?

If that doesn't help, I would find the image on the disk and view it directly with xv.

If the image on the disk is wrong (but the tag was right), I suppose the next step would be to comment lines which cause the auxilliary files to be removed so you can look at them. But, my guess is that it won't come to that.

John

<| Post or View Comments |>


userBill Ziemer - Re: weird behavior  blueArrow
10/8/2002; 7:54:03 AM (reads: 1035, responses: 0)
Flushing the browser cache did the trick. Deleting the image from the server, and reloading the page, the browser still uses the cache for the image. Thanks! I knew it was silly.

<| Post or View Comments |>