Controling PopUp Window Size

J

Jay

Using FP2002
I have target set to _Blank (New Window)
How can I control the size of the window.
I tried entering 2 parms (width and height) no luck.
TIA
Jay
 
M

Mike Mueller

Jay,

Try using the Spawn plug-in from Jimco Addins,
www.jimcoaddins.com

Mike


: Using FP2002
: I have target set to _Blank (New Window)
: How can I control the size of the window.
: I tried entering 2 parms (width and height) no luck.
: TIA
: Jay
 
K

Kevin Spencer

A hyperlink target cannot set the size or any other attributes of the new
window. You would use the JavaScript window.open() method to open the new
window. Here's a link to a reference on that method:

http://javascript.about.com/library/weekly/aa031203a.htm

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
M

Mike Mueller

Jeff,

According to the site it works with 2000, 2002 (aka XP), and
2003. I am using it with FP2000 and have no compaints

Mike

: is this for 2k3 only??
:
:
:
message
: : > Jay,
: >
: > Try using the Spawn plug-in from Jimco Addins,
: > www.jimcoaddins.com
: >
: > Mike
: >
: >
message
: > : > : Using FP2002
: > : I have target set to _Blank (New Window)
: > : How can I control the size of the window.
: > : I tried entering 2 parms (width and height) no luck.
: > : TIA
: > : Jay
: >
: >
:
:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top