| re: Objects and popup-windows
<Unable to instantiate new objects from another window in IE>[color=blue][color=green]
>> Do I have to include the Javascript files in every window or is[/color][/color]
there a[color=blue][color=green]
>> more elegant solution?[/color][/color]
<Ivo wrote:>[color=blue]
>Did you try:
> TableScan=TopWin.TableScan;
> var fred = new TableScan();[/color]
Yes I did, it creates the object without error but I get an error when
I access the member variables. I have admitted defeat (at least for
now) and included the javascript in every window. This is inelegant as
I'm using TopWin method for transferring data between windows, when I'm
using objects they javascript is included locally which is inconsistent
and prevents using objects for certain things.
Ah well, hopefully one day IE7 will make this more consistent or other
browsers will make IE obselete....
Jon. |