|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: Sep 2002
Location: Middlesbrough, UK
Posts: 108
|
Resizing popups
i have an ASP page, lets call it parent
![]() it has a javascript link in it: a href="javascript: popup('image')" this calls the following function: function popup(image){ window.open('popup.asp?image=' + image,'read','width=500, height=400, toolbars=no, scrollbars=yes') } /script with me so far????? it works, no problem, popup.asp pops up with the correct image in it. What i want to do and have seen done, but can't do it myself is get the popup.asp page to resize the popup its in to be the size of the image, plus a 10pixel border all around it. any ideas?? Last edited by chris1977uk; 05-08-2003 at 09:07 AM. |
|
|
|
|
|
#2 |
|
Member (7 bit)
Join Date: Sep 2002
Location: Middlesbrough, UK
Posts: 108
|
have no fear, its solved
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|