Is there a way around this ?

Is there a way around this ?


I have an HTML View that contains an embedded (via iframe) List View (so I can dynamically filter the records displayed in the List View).

Each record in the List View has a Row Button ... the function associated with this Row Button navigates the User to another View within the Application ... this is done with the openurl command.

When I use "same window" as the second parameter ... no navigation takes place ... the current View remains displayed.

When I use "new window" as the second parameter ... (in Firefox) the new List View is displayed in another Tab ... not really what the client would find acceptable.

When I use "parent window" as the second parameter ... ZOHO Creator messes everything up ... the current List View is redisplayed ...  is this a defect ?


If the original List View is displayed on its own (not embedded within an HTML view, thus losing the ability to dynamically filter its records), the openurl with "same window' works just fine.


So how does one navigate from an embedded List View to the iframe's parent location ?


Gaev