Page 1 of 1

Can eValid open a new sub-window browser

PostPosted: Mon Nov 20, 2017 12:17 pm
by JAbbott
Hello.

Does eValid have a way of FORCING a page to open in a new sub-window?

This is important for an app i'm beta testing.

Thanks

Re: Can eValid open a new sub-window browser

PostPosted: Tue Nov 21, 2017 11:54 am
by eValid
JAbbott wrote:Hello.

Does eValid have a way of FORCING a page to open in a new sub-window?

This is important for an app i'm beta testing.

Thanks


Thanks for asking JAbbott.

Yes, there is a way do do this.

See this page:

http://www.evalid.us/Products/Documenta ... indow.html

The essential idea here is that you can use the structural commands in eValid to manipulate the content of the DOM so add the required "TARGET=NAME" gat to the URL, which in turn will mean that the new windows so-named will contain the results of retrieval of that page.

The tricky part is, that if you force content into a new window then you have to include a SubFrameSet command to report to eValid where you want subsequent commands to focus.


-- eValid Support