how do you center pop-up windows? and i can't seem to rename the window without it causing an error. ->PAGE (click on the 'do you see a resemblance?' link)
Pop-up Windows
Page 1 of 16 Replies - 1478 Views - Last Post: 02 May 2003 - 02:14 PM
Replies To: Pop-up Windows
#2
Re: Pop-up Windows
Posted 27 April 2003 - 05:17 AM
moving window: window.moveTo(x, y);
changing title: document.title = 'your text';
changing title: document.title = 'your text';
#3
Re: Pop-up Windows
Posted 27 April 2003 - 01:18 PM
what part of the code do i put that in?
<a href="http://www.astoldby.com/ryan/Rock,%20Rant,%20and%20Recollect/Other%20Images/clockwork_comparison.jpg" target="_blank"
onclick="window.open('http://www.astoldby.com/ryan/Rock,%20Rant,%20and%20Recollect/Other%20Images/clockwork_comparison.jpg', 'windowname',
'width=398,height=178,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no'); return false">resemblance</a>?</FONT>
#4
Re: Pop-up Windows
Posted 28 April 2003 - 04:04 AM
well, you should try to make a document to show the image, and then make some Javascript in it. With only a link to an image, it's not possible.
#5
Re: Pop-up Windows
Posted 28 April 2003 - 12:52 PM
i don't know what that means. could you explain?
This post has been edited by rocks.in.my.shoes: 30 April 2003 - 04:34 PM
#6
Re: Pop-up Windows
Posted 01 May 2003 - 05:25 AM
He means that you should make an HTML file for it - b/c you cannot code an image alone.
(I think?)
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote



|