Thread: Another Pop-Up Window Thread
Results 1 to 10 of 10
Related
-
First Thread Forum: HTML Forum
Replies: 0 -
Passing value from parent window to child window Forum: Javascript Forum
Replies: 0 -
Accessing a element of parent window in child window Forum: Javascript Forum
Replies: 1
-
03-27-2006, 05:30 PM #1
Another Pop-Up Window Thread
Well I've been part of this site for like 30 minutes now and well before posting this I looked at alot of the pages in this forum but can't find anything. I've also googled it and nothing helps so I'm asking for some help.
So first thing is I'm making this site http://www.southwestelitekennels.com for a friend. On the males and females pages I have the view more pictures opening in a new window. I want to make it look more professional by putting a fixed width of 950 and a height of about 400 and at the same time I want the verticle scrollbar.
Once again, I did my homework before I posted this and nothing helped me out or answered my questions....
-
03-28-2006, 09:05 AM #2
Re: Another Pop-Up Window Thread
Hi ,
you would be best making all the thumbnail images on one page linked to the larger versions for your pop up window. eg.
HTML Code:<a href="image.jpg" target="newwin" onClick="window.open('image.jpg', 'newwin', config='width=950, height=400, toolbar=no, menubar=no, scrollbars=yes, resizeable=no, location=no, directories=no, status=no,'); return false"><img src="thumbnail.jpg" width="50" height="50" border="0" alt="click to view large image"></a>
-
03-28-2006, 06:40 PM #3
Re: Another Pop-Up Window Thread
thanks for the help. but thats not what im looking for cause if I can't do it with the pictures, I still want to do it with the pedigrees.
-
03-29-2006, 05:22 AM #4
Re: Another Pop-Up Window Thread
I think you may have been confused by Krak's inclusion of the thumbnail image in the link.
If you change the line
Code:<a href="Mutumbo.html" target="_blank">View More Pictures</a>
Code:<a href="Mutumbo.html" target="newwin" onClick="window.open('image.jpg', 'newwin', config='width=950, height=400, toolbar=no, menubar=no, scrollbars=yes, resizeable=no, location=no, directories=no, status=no,'); return false">View More Pictures</a>
Note that in IE7 beta the user can opt to have pop-ups open as a new tab, which renders the window sizing useless!
-
03-29-2006, 08:17 PM #5
Re: Another Pop-Up Window Thread
alright, thanks alot
-
03-30-2006, 03:52 AM #6
Re: Another Pop-Up Window Thread
Originally Posted by southsidesk8er1
-
03-30-2006, 04:17 PM #7
Re: Another Pop-Up Window Thread
well do I have to have the 'image.jpg' part of the tag? I just want it to open in a new fixed window and scroll vertically.
-
03-30-2006, 04:23 PM #8
Re: Another Pop-Up Window Thread
Have you tried the popupmaker http://www.ahfb2000.com/popupmakertool.php ? You can use a fixed width and height, if the image is taller or wider it will scroll if set in the tool to do so.
D
-
03-30-2006, 04:27 PM #9
Re: Another Pop-Up Window Thread
wow. thanks alot. I should of looked more before posting.
-
03-31-2006, 06:01 AM #10
Re: Another Pop-Up Window Thread
Originally Posted by southsidesk8er1
Should have readCode:<a href="Mutumbo.html" target="newwin" onClick="window.open('Mutumbo.html', 'newwin', config='width=950, height=400, toolbar=no, menubar=no, scrollbars=yes, resizeable=no, location=no, directories=no, status=no,'); return false">View More Pictures</a>
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum