Pop Up Window
|
Original Message
|
Name: JackKing
Date: October 29, 2005 at 09:58:17 Pacific
Subject: Pop Up WindowOS: xpCPU/Ram: P4 1 GB |
Comment: Greetings and thanks in advance! Can anyone provide me with the code to effect a "Pop=Up" window within my document. Please look at: www.acemart.com/merchant.mv?Screen=PROD&Product_Code=ANFP147 This is a page from of a coleuge and this is what I am trying to effect. Jack
Report Offensive Message For Removal
|
|
Response Number 2
|
Name: JackKing
Date: October 30, 2005 at 07:34:20 Pacific
Subject: Pop Up Window |
Reply: (edit)Thanks Art! Those pages left me somewhat confused. If you look at: http://www.equipmentpolice.com/chairsnew3.html , What I am trying to effect is to be able to click the picture and have the pop up occur for each individual chair. The majority of my potential customers have almost no idea of how to navigate or I would have left it as just a link to the enlarged image; but they are not aware that using the "back" button on their browser will return them to the page. Can this be done with multiple images??? Thanks Again! Jack
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: Michael J (by mjdamato)
Date: October 30, 2005 at 10:32:02 Pacific
Subject: Pop Up Window |
Reply: (edit)The simplest popu-up requires no special scripts. Simply use the target attribute within the link. This will force the link to open in a new "named" window. If a window of the same name already exists, it will open in that window. You might want to reseach that a little more as it is difficult to fully explain in a few scentences. However, using javascript for a pop-up you can control the size of the window, whether it has scrollbars, or navigation and address bars.
Report Offensive Follow Up For Removal
|
|
Response Number 4
|
Name: randy1959
Date: October 30, 2005 at 19:19:49 Pacific
Subject: Pop Up Window |
Reply: (edit)This script has always worked good for me. Just change the sizes and links to your needs and test it. Change the [] brackets to <> in the code first though. It is all on one line in my code. [a href="your-page.htm" onClick="MyWindow=window.open('http://www.yourwebsite.com/your-page.htm','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=450,height=350'); return false;" title="Title Text Here"][img src="your-image.jpg" border="0" alt="Image Description"][/a]
Report Offensive Follow Up For Removal
|
Use following form to reply to current message: