I am listing about 50 records from an Access db and for each item listed, I am creating a button (using <form>) to open a new window (on submit) and pass a hidden variable.
Since I'm not using a window.open command (the form handler is another ASP page) I use the meta tag <base target="_blank">.
So far, so good. But, I really want to specify height, width, and postion. I can't find the proper syntax, and I don't know if this tag supports features like height, position, etc.
Any help is appreciated.
/*tom*/
Since I'm not using a window.open command (the form handler is another ASP page) I use the meta tag <base target="_blank">.
So far, so good. But, I really want to specify height, width, and postion. I can't find the proper syntax, and I don't know if this tag supports features like height, position, etc.
Any help is appreciated.
/*tom*/