Hi I have been converting the samples into
VB .NET pages. The FrameSet examples worked fine.
But now I am trying to convert the IFRAME samples and the results do not display. I'm able to determine that I am getting information from the database but the information will not display in the <div> tag.
The only major difference between the two sets of code is changing the line:
top.frames["displayFrame"].displayCustomerInfo divInfoToReturn.innerHTML);
to: parent.displayCustomerInfo(divInfoToReturn.innerHT ML);
in the window.load Function.
Any ideas? Is there anything other than "parent" that can be used?
THanks
rich