Hi,
Here is my situation:
I have three frames: desktopleft, desktopright, desktophead.
Event: Intially desktopleft loads the data.
* Once i click on desktopleft tree structure, desktop right list populates the data(if it has), and the first row will be selected default.
* Once the first row selected the event, i need to load the desktop head with few buttons.
My prob: Getting error like: Object cannot support
enable_buttons function in desktop head page.
this function is called from desktopright frame and before desktophead loads this function is trying to execute and i am getting the error..?
am i clear ..?
Is there a way to know whether the frame load successfully using cliet script..?
Thanks in Advance.
var obj;
obj = window.frames("desktophead
if obj==null {
//error occured, do nothing
}
else {
enable_buttons():
}