Click to See Complete Forum and Search --> : change bgColor in frame when .document == null


Daringa
07-11-2003, 02:14 AM
Hi!
In my webpage I am loading another page, not from my site. I would like it to look nicer and chance the bgColor. But when I access frames[1].document, this is null (frames[1] != null). The source of the foreign page not even has a body tag, it starts with <style> and then comes a table tag.
My code works when I am using an own page that is correct html.
ANy idea how to change the bgColor?

Thanks,
Claudia

JHL
07-11-2003, 02:24 AM
you cannot change page with a different domain.