RGL
08-14-2006, 03:23 PM
I have looked through a bunch of older posts and have tried the info contained but I'm still not able to get my popup window pages to link once I've moved them to their own folder.
If I keep them in the folder with the index.html page everything works fine. The problem is, when I finish this project, I will have over 100 popup html pages and a couple dozen navigation pages.
Here's and example of my popup link section:
<li><a href="javascript:void;" onclick="popup1('popup100series.html','1','400','400','center','front');">CVC100 Series Pre 2000</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC210A.html','1','400','400','center','front');">CVC210A</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC210AH.html','1','400','400','center','front');">CVC210AH</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC210AXL.html','1','400','400','center','front');">CVC210AXL</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC210AHXL.html','1','400','400','center','front');">CVC210AHXL</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC460.html','1','400','400','center','front');">CVC460</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC460H.html','1','400','400','center','front');">CVC460H</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC460XL.html','1','400','400','center','front');">CVC460XL</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC460HXL.html','1','400','400','center','front');">CVC460HXL</a>
<li><a href="javascript:void;" onclick="popup1('popup5000.html','1','400','400','center','front');">Model 5000 Camera</a>
Can anyone tell me what I'm doing wrong and as I said I looked at some stuff here so I tried adding the folder name in the address but it doesn't want to work.
One final peice of info that may be important is that these pages will never be hosted online. It is an inhouse application that requires flexability and HTML seems to have it.
If I keep them in the folder with the index.html page everything works fine. The problem is, when I finish this project, I will have over 100 popup html pages and a couple dozen navigation pages.
Here's and example of my popup link section:
<li><a href="javascript:void;" onclick="popup1('popup100series.html','1','400','400','center','front');">CVC100 Series Pre 2000</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC210A.html','1','400','400','center','front');">CVC210A</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC210AH.html','1','400','400','center','front');">CVC210AH</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC210AXL.html','1','400','400','center','front');">CVC210AXL</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC210AHXL.html','1','400','400','center','front');">CVC210AHXL</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC460.html','1','400','400','center','front');">CVC460</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC460H.html','1','400','400','center','front');">CVC460H</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC460XL.html','1','400','400','center','front');">CVC460XL</a>
<li><a href="javascript:void;" onclick="popup1('popupCVC460HXL.html','1','400','400','center','front');">CVC460HXL</a>
<li><a href="javascript:void;" onclick="popup1('popup5000.html','1','400','400','center','front');">Model 5000 Camera</a>
Can anyone tell me what I'm doing wrong and as I said I looked at some stuff here so I tried adding the folder name in the address but it doesn't want to work.
One final peice of info that may be important is that these pages will never be hosted online. It is an inhouse application that requires flexability and HTML seems to have it.