Hi,
I am trying to get a layout object to work. It works (mostly) in Netscape 7, but when I try to veiw the page in IE 7 i get the message “Internet Explorer cannot display the webpage”. If i take out the layout obj creation code then the page loads fine (of course it doesn’t work as intended becasue there is no layout object):
Hello,
Please try something like this:
<body onload=“doOnLoad();”>
Hi,
I was able to ge the page to load in IE by doing that. Unfortunately do to the ordering, the layout object was being created AFTER the content was being added to the layout. So, i am now trying to call a sequence of javascript functions to first create the layout, then add each content area in turn. The first time i try to attach content to the layout in load_manageCustomerPage_layoutA_cella(){, it calls the alert, then does nothing else, and none of the other functionas are called. I have attatched the complete HTML file and higlhlighed the relevant javascript below.
layoutHTML.htm (40.7 KB)