JFRobishow
Technical User
Hi all,
I'm trying to get a result page to display some results in a pre-sized window that doesn't have the browser's toolbar, etc.
I know the javascript to do this with an onClick in a link and it's working well to navigate once the results page is open.
Only problem is that the first page (after submitting the form) is resized (used onLoad) but the toolbars, etc are there.
Is there anyway I can pass such attributes with the form, from the search page or something similar, so that the first page have the attributes...perhaps doing it onload?
I thought I would try a window.open in the onLoad but that resulted in an infinite loop ²blush²
Any help is appreciated, thank you!
I'm trying to get a result page to display some results in a pre-sized window that doesn't have the browser's toolbar, etc.
I know the javascript to do this with an onClick in a link and it's working well to navigate once the results page is open.
Only problem is that the first page (after submitting the form) is resized (used onLoad) but the toolbars, etc are there.
Is there anyway I can pass such attributes with the form, from the search page or something similar, so that the first page have the attributes...perhaps doing it onload?
I thought I would try a window.open in the onLoad but that resulted in an infinite loop ²blush²
Any help is appreciated, thank you!