Ok well, if possible wouldn't mind seeing the source for this second page, can't speak for Richard but would be good if he could have a look as well - I know he has alot of experience in these matters. If you could just post it or email it to us (if sensitive) would be great ...

In the short term, could you just verify that the objects your accessing are actually there and created, maybe run this code:

code:
$Posting = $IE.document.fixrates.posting

If $Posting
?"Posting is real, value is " + $Posting.Value
Endif

$FixRates = $IE.document.fixrates

If $FixRates
?"FixRates is real"
Endif

At least doing this, we will know we're deailing with real objects ...

-Shawn

[ 23. October 2003, 16:51: Message edited by: Shawn ]