Hi people,
I have found faq216-5781 which tells me exactly what I was looking for, except for one minor issue.
I have some very large images that I wish to show in a new window, so I calculate the original sizes until they are well below 800x600.
The calculated sizes are placed in the variable tmpWidth and tmpHeight.
How can I add these variables to the line below, so the new window will be the exact size of the variables?
Thanks in advance.
I have found faq216-5781 which tells me exactly what I was looking for, except for one minor issue.
I have some very large images that I wish to show in a new window, so I calculate the original sizes until they are well below 800x600.
The calculated sizes are placed in the variable tmpWidth and tmpHeight.
How can I add these variables to the line below, so the new window will be the exact size of the variables?
Code:
NewWindow = window.open("", "NewWindow", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0)
Thanks in advance.