craigosa6033
Technical User
I am using a program to create webpages within a program for financial institutions. These are pre-defined templates that only allow me to put the url to the address I want to link to.
I need to have it redirect to a window to a specific size. What I've done is create a link on the template that links to a redirect to another page through this:
<meta http-equiv="refresh" content="0;URL=http://www.thedatactr.com" target="_blank" onload="MM_openBrWindow('','','menubar=yes,scrollbars=yes,width=591,height=220')"" />
This redirects to the page, but does not maintain the demensions that I specified. Do you guys know if there is a way to specify the dimensions of a redirect page.
I need to have it redirect to a window to a specific size. What I've done is create a link on the template that links to a redirect to another page through this:
<meta http-equiv="refresh" content="0;URL=http://www.thedatactr.com" target="_blank" onload="MM_openBrWindow('','','menubar=yes,scrollbars=yes,width=591,height=220')"" />
This redirects to the page, but does not maintain the demensions that I specified. Do you guys know if there is a way to specify the dimensions of a redirect page.