December 5, 200124 yr Hey All, A quick question: Can an inline action do a sub-search and display the results in a seperate HTML file in its own frame? If so, how. My head hurts and the wall is only getting harder. Thanks.
December 5, 200124 yr As far as I am aware you cannot do this directly - only indirectly through a javascript constructed meta refresh in the other frame. Basically in the first frame A, you have some javascript code that writes a new HTML page in frame B. This HTML page is a meta refresh which contains a -find; what you call a sub-search. No inlineaction is required. The downside is that it requires the browser to allow javascript which you cannot guarantee the average user accepts. If it's still OK, you need javascript code like: frameB.document.open() frameB.document.write(<meta refresh etc.....> ; ) frameB.document.close() Graeme [ December 05, 2001: Message edited by: graemeaustin ]
Create an account or sign in to comment