473,322 Members | 1,287 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Popup Window will not open a new window . . .

My popup window works fine on this page: http://www.adgraph.com/banners/banner-examples.html (click LIVE CHAT on the menu bar).

After pasting the same code on this other website page, it won't popup a new window. I have tried 3 similar codes, but nothing works. Can anyone help please?

http://www.kinggraphicarts.com/portf...cle-wraps.html (click LIVE CHAT at bottom of sidebar)
Expand|Select|Wrap|Line Numbers
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- DW6 -->
  4. <head>
  5. <title>KGA | Vehicles Graphics</title>
  6. <!--fancybox-->
  7. <link href="../../css/lightbox.css" rel="stylesheet" />
  8. <script src="../../js/jquery-1.10.2.min.js"></script>
  9. <script src="../../js/lightbox-2.6.min.js"></script>
  10.  
  11. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  12. <link rel="stylesheet" href="../../kga.css" type="text/css">
  13. <style type="text/css">
  14. <!--
  15. .style2 {
  16.     font-family: Verdana, Arial, Helvetica, sans-serif;
  17.     font-size: 8pt;
  18.     color: #FFFFFF;
  19. }
  20. .style3 {font-family: Verdana, Arial, Helvetica, sans-serif}
  21. .style4 {color: #FEFABF}
  22. .style8 {font-size: 12px}
  23. .navText {
  24.     font:10px Verdana, Arial, Helvetica, sans-serif;
  25.     color: #777777;
  26.     letter-spacing:.1em;
  27.     line-height:16px;
  28.     }
  29. -->
  30. </style>
  31. <!-- Start css3menu.com HEAD section -->
  32. <link rel="stylesheet" href="../../navbar/nav-css/style.css" type="text/css" /><style type="text/css">
  33.     ._css3m{display:none}a:link {
  34.     color: #FEFABF;
  35. }
  36. a:hover {
  37.     color: #FFFF00;
  38. }
  39. a {
  40.     font-size: 10pt;
  41.     font-weight: bold;
  42. }
  43. </style><!-- End css3menu.com HEAD section -->
  44. <script>
  45. <!--
  46. /****************************************************
  47. Author: Eric King Url: http://redrival.com/eak/index.shtml This script is free to use as long as this info is left in
  48. Featured on Dynamic Drive script library (http://www.dynamicdrive.com)
  49. ****************************************************/
  50. var win=null;
  51. function NewWindow(mypage,myname,w,h,scroll,pos){
  52. if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
  53. if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
  54. else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
  55. settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
  56. win=window.open(mypage,myname,settings);}
  57. // -->
  58. </script>
  59. </head>
  60. <body bgcolor="#81795E"><table width="859" border="0" cellspacing="0" cellpadding="0" align="center">  <tr bgcolor="#FFFFFF">    <td height="70" colspan="6" align="center" nowrap bgcolor="#C7B782"><img src="http://bytes.com/images/header.jpg" alt="king graphic arts" width="1009" height="142" border="0"></td></tr>    <tr bgcolor="#FFCC00">    <td height="24" colspan="6" nowrap bgcolor="#C7B782"><ul id="css3menu0" class="topmenu">
  61.   <li class="topfirst"><a href="#" style="width:185px;height:14px;line-height:14px;"></a></li>
  62.     <li class="topmenu"><a href="http://www.kinggraphicarts.com/index.html" title="Home Page" style="width:60px;height:14px;line-height:14px;">HOME</a></li>
  63.     <li class="topmenu"><a href="http://www.kinggraphicarts.com/services/services.html" title="Our Services" style="width:80px;height:14px;line-height:14px;">SERVICES</a></li>
  64.     <li class="topmenu"><a href="http://www.kinggraphicarts.com/index.html" title="Examples" style="width:85px;height:14px;line-height:14px;"><span>PORTFOLIO</span></a>
  65.     <ul>
  66.         <li><a href="http://www.kinggraphicarts.com/portfolio/vehicle-graphics/vehicle-wraps.html">VEHICLE WRAPS</a></li>
  67.         <li><a href="#" title="Page in Design" alt="Page in Design">SIGNS</a></li>
  68.         <li><a href="#" title="Page in Design" alt="Page in Design">WEBSITES</a></li>
  69.     </ul></li>
  70.     <li class="topmenu"><a href="http://www.kinggraphicarts.com/gallery/gallery.html" title="Photo Gallery" style="width:75px;height:14px;line-height:14px;">GALLERY</a></li>
  71.     <li class="topmenu"><a href="http://www.kinggraphicarts.com/contact/contact-us.html" title="About Us" style="width:94px;height:14px;line-height:14px;">CONTACT US</a></li>
  72.     <li class="topmenu"><a href="http://www.kinggraphicarts.com/payment/payment.html" title="Pay for Services" style="width:75px;height:14px;line-height:14px;">PAYMENT</a></li>
  73.     <li class="toplast"><a href="#" style="width:185px;height:14px;line-height:14px;"></a></li>
  74. </ul>
  75. <!-- End css3menu.com BODY section -->
  76.   <tr bgcolor="#D3DCE6">
  77.     <td width="219" height="883" align="center" valign="top" bgcolor="#E3AA3B"><table width="210" height="100" border="0" cellpadding="0" cellspacing="0">
  78.       <tr>
  79.         <td width="200" height="100" valign="bottom" class="sidebarText" id="padding"><div align="justify">
  80.           <p><strong>King Graphic Arts<br>
  81.           </strong>uses only  3M Scotchprint  graphics in our vehicle wraps.</p>
  82.           </div></td>
  83.         </tr>
  84.       </table>
  85.       <p><img src="http://bytes.com/images/3m-scotchprint-graphics.jpg" width="191" height="105" alt="3m scotchprint graphics"></p>
  86.       <table width="210" height="104" border="0" cellpadding="0" cellspacing="0">
  87.         <tr>
  88.         <td width="200" height="104" align="center" valign="middle" class="sidebarText" id="padding"><div style="text-align: left; padding-left: 30px;">
  89.           <p><span class="style10">•</span> Car Wraps<br>
  90.           </span><span class="style10">•</span> Van Wraps<br>
  91.           <span class="style10">•</span> Truck Wraps<br>
  92.           <span class="style10">•</span> SUV Wraps<br>
  93.           <span class="style10">•</span> Logos &amp; Lettering</span></p>
  94.           </div></td>
  95.         </tr>
  96.       </table>
  97.       <p><img src="http://bytes.com/images/3m-mcs-warranty.jpg" width="160" height="115" alt="3m mcs warranty"></p>
  98.       <table width="210" height="75" border="0" cellpadding="0" cellspacing="0">
  99.         <tr>
  100.         <td width="200" height="75" class="sidebarText" id="padding"><div align="justify">
  101.           <p>All our vehicle graphics are warranted for 7 YEARS. Don't be fooled by other companies that claim they're using 3M vinyl! KGA uses only MCS. The combination of all 3 of these  elements (3M vinyl, 3M ink and 3M laminate) is the ONLY way you can be sure that you're getting a real 3M warranty!</p>
  102.           <p>3M vinyl's will not damage precious paint surfaces.</p>
  103.           </div></td>
  104.         </tr>
  105.     </table>
  106.     <table width="210" height="122" border="0" cellpadding="0" cellspacing="0">
  107.         <tr>
  108.         <td width="200" height="122" class="sidebarText" id="padding"><div style="text-align: center;">
  109.           Call us for an estimate<br><br>
  110.           <font size="3" font color="#FF0066"><strong>954-632-6921</strong></font><br><br>
  111.           <a href="http://bytes.com/topic/live-chat/chat.html"  target="_blank" onFocus="this.blur()"onclick="NewWindow(this.href,'Chat','600','650','no','center');return false" alt="Allow Popup Window for Chat." title="Allow Popup Window for Chat.">LIVE CHAT</a></div></td>
  112.         </tr>
  113.     </table>
  114.        </td>
  115.     <td width="25" valign="top" bgcolor="#FBF3D9"><img src="http://bytes.com/spacer.gif" alt="" width="25" height="1" border="0"></td>
  116.     <td width="765" valign="top" bgcolor="#FBF3D9"><table border="0" cellspacing="0" cellpadding="0" width="736">
  117.       <tr>
  118.         <td width="736" height="1276" align="center" valign="top"><table border="0" cellspacing="0" cellpadding="0" width="726">
  119.           <tr>
  120.             <td height="37" colspan="5" align="center" valign="middle"><h2 class="heading">Car Wraps & Decals</h2></td>
  121.             </tr>
  122.           <tr>
  123.             <td width="180" height="140" align="center" valign="top"><a href="http://bytes.com/images/cars/car-decals_mercedes.jpg" rel="lightbox[merc]" title="Amoco Ultimate, decals were digitally printed, then overlaid with 3M metallic gold vinyl, then outline die-cut."><img src="http://bytes.com/images/cars/car-decals_mercedes-t.jpg" width="170" height="113" alt="car wrap" border="0"></a>
  124.             <a href="http://bytes.com/images/cars/car-logos_mercedes.jpg" rel="lightbox[merc]" title="Hood view"></a><br>
  125.               <span class="caption">Mercedes Benz E500</span><br>
  126.                 </td>
  127.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/cars/hhr-wrap_purple.jpg" rel="lightbox[purp]" title="Purple 7 Antioxidants, Fort Lauderdale, Florida"><img src="http://bytes.com/images/cars/hhr-wrap_purple-t.jpg" width="170" height="113" alt="suv wrap" border="0"></a>
  128.             <a href="http://bytes.com/images/cars/hhr-wraps_purple.jpg" rel="lightbox[purp]" title="Front view"></a>
  129.             <a href="http://bytes.com/images/cars/car-wraps_purple.jpg" rel="lightbox[purp]" title="Rear view with perforated window film applied to windows"></a><br>
  130.               <span class="caption">Chevy HHR</span><br>
  131.               </td>
  132.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/cars/car-wrap_sunpass.jpg" rel="lightbox" title="Florida Department of Transportation - SunPass Florida Turnpike."><img src="http://bytes.com/images/cars/car-wrap_sunpass-t.jpg" width="170" height="113" alt="station wagon wrap" border="0"><br>
  133.             </a><span class="caption">Ford Taurus</span><br>
  134.               </td>
  135.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/cars/car-wrap_resto.jpg" rel="lightbox[resto]" title="Restoration 1, the Damage Restoration Experts!"><img src="http://bytes.com/images/cars/car-wrap_resto-t.jpg" width="170" height="113" alt="car wrap" border="0"></a>
  136.             <a href="http://bytes.com/images/cars/car-wraps_resto.jpg" rel="lightbox[resto]" title="Front veiw"></a>
  137.             <a href="http://bytes.com/images/cars/vw-car-wrap_resto.jpg" rel="lightbox[resto]" title="Rear veiw"></a><br>
  138.               <span class="caption">Volkswagen Golf - TDi</span><br>
  139.               </td>
  140.             </tr>
  141.           <tr>
  142.             <td width="180" height="140" align="center" valign="top"><a href="http://bytes.com/images/cars/race-car-wrap_porsche.jpg" rel="lightbox" title="Porsche GT3 World Class Trans AM Racer."><img src="http://bytes.com/images/cars/race-car-wrap_porsche-t.jpg" width="170" height="113" alt="race car wrap" border="0"></a><br>
  143.               <span class="caption">Porsche - GT3<br></span></td>
  144.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/cars/car-wrap_store-all.jpg" rel="lightbox[store]" title="Store All Storage"><img src="http://bytes.com/images/cars/car-wrap_store-all-t.jpg" width="170" height="113" alt="car wrap" border="0"></a>
  145.             <a href="http://bytes.com/images/cars/car-graphics_store-all.jpg" rel="lightbox[store]" title="Hood view"></a>
  146.             <a href="http://bytes.com/images/cars/car-wraps_store-all.jpg" rel="lightbox[store]" title="Rear view"></a><br>
  147.               <span class="caption">Hyundai Soul</span></td>
  148.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/cars/car-wraps_commuter.jpg" rel="lightbox[com]" title="Commuter Services - South Florida"><img src="http://bytes.com/images/cars/car-wraps_commuter-t.jpg" width="170" height="113" alt="car wrap" border="0"></a>
  149.             <a href="http://bytes.com/images/cars/honda-wrap_commuter.jpg" rel="lightbox[com]" title="Front view"></a><br>
  150.               <span class="caption">Honda Civic</span></td>
  151.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/cars/car-wrap_cruise.jpg" rel="lightbox[bug]" title="Cruise Cheap Travel - Miami, Florida"><img src="http://bytes.com/images/cars/car-wrap_cruise-t.jpg" width="170" height="113" alt="car graphics" border="0"></a>
  152.             <a href="http://bytes.com/images/cars/car-wraps_cruise.jpg" rel="lightbox[bug]" title="Front view"></a>
  153.             <a href="http://bytes.com/images/cars/vw-car-wrap_cruise.jpg" rel="lightbox[bug]" title="Rear view"></a><br>
  154.               <span class="caption">Volkswagen - Beetle</span><br>
  155.               </td>
  156.             </tr>
  157.             <tr>
  158.             <td height="37" colspan="5" align="center" valign="middle"><h2 class="heading">Van Wraps &amp; Decals</h2></td>
  159.             </tr>
  160.           <tr>
  161.             <td width="180" height="140" align="center" valign="top"><a href="http://bytes.com/images/vans/van-wrap_crown.jpg" rel="lightbox[crown]" title="Crown Wine & Spirits, Florida"><img src="http://bytes.com/images/vans/van-wrap_crown-t.jpg" width="170" height="113" alt="van wrap" border="0"></a>
  162.             <a href="http://bytes.com/images/vans/van-wrap_crowns.jpg" rel="lightbox[crown]" title="Rear view with perforated window film applied to windows"></a><br>
  163.               <span class="caption">Chevy Express</span></td>
  164.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/vans/sprinter-wrap_sfht.jpg" rel="lightbox[sfht]" title="REIN Palm Beach County"><img src="http://bytes.com/images/vans/sprinter-wrap_sfht-t.jpg" width="170" height="113" alt="sprinter wrap" border="0"></a>
  165.             <a href="http://bytes.com/images/vans/sprinter-wraps_sfht.jpg" rel="lightbox[sfht]" title="Front view"></a>
  166.             <a href="http://bytes.com/images/vans/sprinter-graphics_sfht.jpg" rel="lightbox[sfht]" title="Rear view with perforated window film applied to windows"></a><br>
  167.               <span class="caption">Mercedes Benz - Sprinter</span></td>
  168.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/vans/van-wrap_breakfast.jpg" rel="lightbox[break]" title="The Breakfast Joint - Coral Springs, Florida. This is an old 1995 van resurrected with a new graphics wrap to look brand new again. Perfect for a road billboard!"><img src="http://bytes.com/images/vans/van-wrap_breakfast-t.jpg" width="170" height="113" alt="van wrap" border="0"></a>
  169.             <a href="http://bytes.com/images/vans/van-wrap_breakfas.jpg" rel="lightbox[break]" title="Hood view"></a><br>
  170.             <span class="caption">Ford E-150</span></td>
  171.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/vans/van-graphics_anthony.jpg" rel="lightbox[lock]" title="Anthony Lock and Safe. These logo decals and text give the appearance of a full wrap, but far less expensive."><img src="http://bytes.com/images/vans/van-graphics_anthony-t.jpg" width="170" height="113" alt="van decals" border="0"></a>
  172.             <a href="http://bytes.com/images/vans/van-lettering_anthony.jpg" rel="lightbox[lock]" title="Side windows can be covered to conceal and protect valuables."></a>
  173.             <a href="http://bytes.com/images/vans/van-decals_anthony.jpg" rel="lightbox[lock]" title="Hood logos are a nice finishing touch to the van graphics."></a>
  174.             <a href="http://bytes.com/images/vans/van-logos_anthony.jpg" rel="lightbox[lock]" title="Windows have perforated window film applied with logo overlaid. This gives a partial view out the rear window without sacrificing image quality."></a><br>
  175.             <span class="caption">Ford E-250 Super Duty</span></td>
  176.             </tr>
  177.           <tr>
  178.             <td width="180" height="140" align="center" valign="top"><a href="http://bytes.com/images/vans/van-graphics_kolter.jpg" rel="lightbox[kolt]" title="Top half of van is covered with 3M metallic vinyl, overlaid with cut vinyl text for a clean look."><img src="http://bytes.com/images/vans/van-graphics_kolter-t.jpg" width="170" height="113" alt="van graphics" border="0"></a>
  179.             <a href="http://bytes.com/images/vans/van-lettering_kolter.jpg" rel="lightbox[kolt]" title="Rear view"></a><br>
  180.               <span class="caption">Ford E-150</span></td>
  181.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/vans/sprinter-signs_hed.jpg" rel="lightbox[hed]" title="This graphic banner is a great alternative to full wrap graphics, and far less expensive."><img src="http://bytes.com/images/vans/sprinter-signs_hed-t.jpg" width="170" height="113" alt="sprinter signs" border="0"></a>
  182.             <a href="http://bytes.com/images/vans/sprinter-sign_hed.jpg" rel="lightbox[hed]" title="Rear view"></a><br>
  183.               <span class="caption">Freightliner - Sprinter</span></td>
  184.             <td align="center" valign="top"><a href="http://bytes.com/images/vans/box-van-wrap_living.jpg" rel="lightbox[box]" title="Living Color Development Group, Fort Lauderdale, FL"><img src="http://bytes.com/images/vans/box-van-wrap_living-t.jpg" width="170" height="113" alt="box van wrap" border="0"></a>
  185.             <a href="http://bytes.com/images/vans/box-van-wraps_living.jpg" rel="lightbox[box]" title="Opposite side"></a><br>
  186.               <span class="caption">Ford E-350 Box Van</span></td>
  187.             <td align="center" valign="top"><a href="http://bytes.com/images/vans/reflective-van-graphics.jpg" rel="lightbox[twin]" title="V-Twin City, Pompano Beach, FL. 3M reflective vinyl for the ultimate exposure day and night!"><img src="http://bytes.com/images/vans/reflective-van-graphics_vtwin-t.jpg" width="170" height="113" border="0"></a>
  188.             <a href="http://bytes.com/images/vans/reflective-van-letters_vtwin.jpg" rel="lightbox[twin]" title="3M reflective vinyl makes graphics come alive at night."></a>
  189.             <a href="http://bytes.com/images/vans/reflective-van-wrap_v-twin.jpg" rel="lightbox[twin]" title="Rear view, click arrow for night view"></a>
  190.             <a href="http://bytes.com/images/vans/reflective-logos.jpg" rel="lightbox[twin]" title="Rear view night view"></a><br>
  191.               <span class="caption">Chevy Express - Reflective</span></td>
  192.             </tr>
  193.             <tr>
  194.             <td height="37" colspan="5" align="center" valign="middle"><h2 class="heading">Truck Wraps &amp; Decals</h2></td>
  195.             </tr>
  196.           <tr>
  197.             <td width="180" height="140" align="center" valign="top"><a href="http://bytes.com/images/trucks/pickup-logos_vtwin.jpg" rel="lightbox[vtwin]" title="V-Twin City, Pompano Beach, FL. V-Twin logo is printed on 3M reflective vinyl, then outline cut, then overlaid on black matte vinyl."><img src="http://bytes.com/images/trucks/pickup-logos_vtwin-t.jpg" width="170" height="113" alt="pickup logos" border="0"></a>
  198.             <a href="http://bytes.com/images/trucks/pickup-reflective-logo_v-twin.jpg" rel="lightbox[vtwin]" title="Reflective logos and graphics really <em>blaze</em> under the night lights!"></a>
  199.             <a href="http://bytes.com/images/trucks/pickup-reflective-logos_v-twin.jpg" rel="lightbox[vtwin]" title="Taligate logos and lettering are also reflective vinyl. Its great business exposure for vehicles following behind at night!"></a><br>
  200.               <span class="caption">Ford F-350 - Reflective</span><br></td>
  201.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/trucks/box-truck-wrap_abbott.jpg" rel="lightbox[abbott]" title="Abbott Printing - Maitland, Florida"><img src="http://bytes.com/images/trucks/box-truck-wrap_abbott-t.jpg" width="170" height="113" alt="box truck wrap" border="0"></a>
  202.             <a href="http://bytes.com/images/trucks/box-truck-wraps_abbott.jpg" rel="lightbox[abbott]" title="Rear view"></a><br>
  203.               <span class="caption">International - 4300</span></td>
  204.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/trucks/pickup-wraps_aero-detail.jpg" rel="lightbox[aero]" title="Aero Detail, Executive Airport, Fort Lauderdale"><img src="http://bytes.com/images/trucks/pickup-wraps_aero-detail-t.jpg" width="170" height="113" alt="pickup wrap" border="0"></a>
  205.             <a href="http://bytes.com/images/trucks/pickup-wrap_aero.jpg" rel="lightbox[aero]" title="Hood view"></a>
  206.             <a href="http://bytes.com/images/trucks/pickup-wrap_aero-detail.jpg" rel="lightbox[aero]" title="Match utility trailer"></a><br>
  207.             <span class="caption">Ford F-150</span></td>
  208.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/trucks/pickup-logo-graphics_gung.jpg" rel="lightbox[gung]" title="Gung Ho Pest Control, Fort Lauderdale. Logo graphics are a great way to display your company, while keeping costs to a minimum"><img src="http://bytes.com/images/trucks/pickup-logo-graphics_gung-t.jpg" width="170" height="113" alt="truck decals" border="0"></a>
  209.             <a href="http://bytes.com/images/trucks/pickup-lettering_gung.jpg" rel="lightbox[gung]" title="Rear view"></a><br>
  210.             <span class="caption">Toyota Tacoma</span></td>
  211.             </tr>
  212.           <tr>
  213.             <td width="180" height="140" align="center" valign="top"><a href="http://bytes.com/images/trucks/flatbed-truck-wrap_jjw.jpg" rel="lightbox[jjw]" title="JJW Construction, Fort Lauderdale. Flatbed truck wrap."><img src="http://bytes.com/images/trucks/flatbed-truck-wrap_jjw-t.jpg" width="170" height="113" alt="flatbed truck wrap" border="0"></a>
  214.             <a href="http://bytes.com/images/trucks/flatbed-truck-wraps_jjw.jpg" rel="lightbox[jjw]" title="Close-up view"></a><br>
  215.               <span class="caption">Ford - F-350 Super Duty</span></td>
  216.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/trucks/pickup-wraps_93-rock.jpg" rel="lightbox[93]" title="93 Rock, full wrap graphics"><img src="http://bytes.com/images/trucks/pickup-wraps_93-rock-t.jpg" width="170" height="113" alt="pickup wrap" border="0"></a>
  217.             <a href="http://bytes.com/images/trucks/pickup-truck-wrap_93-rock.jpg" rel="lightbox[93]" title="Front view"></a>
  218.             <a href="http://bytes.com/images/trucks/pickup-wrap_93-rock.jpg" rel="lightbox[93]" title="Roof & hood view"></a>
  219.             <a href="http://bytes.com/images/trucks/pickup-truck-wrap_93-fm.jpg" rel="lightbox[93]" title="Rear window has perforated window film applied."></a><br>
  220.               <span class="caption">Chevy Avalanche</span></td>
  221.             <td align="center" valign="top"><a href="http://bytes.com/images/trucks/box-truck-wrap_prog.jpg" rel="lightbox[prog]" title="Progressive Designs, Coral Springs, Florida"><img src="http://bytes.com/images/trucks/box-truck-wrap_prog-t.jpg" width="170" height="113" alt="box truck wrap" border="0"></a>
  222.             <a href="http://bytes.com/images/trucks/box-trucks-wrap_prog.jpg" rel="lightbox[prog]" title="Front view"></a>
  223.             <a href="http://bytes.com/images/trucks/box-truck-wraps_prog.jpg" rel="lightbox[prog]" title="Rear view"></a><br>
  224.               <span class="caption">Mitsubishi - FUSO</span></td>
  225.             <td align="center" valign="top"><a href="http://bytes.com/images/trucks/box-truck-decal_ardex.jpg" rel="lightbox[ardex]" title="Ardex Detailing, Fort Lauderdale"><img src="http://bytes.com/images/trucks/box-truck-decal_ardex-t.jpg" width="170" height="113" alt="box truck logos" border="0"></a>
  226.             <a href="http://bytes.com/images/trucks/box-truck-decals_ardex.jpg" rel="lightbox[ardex]" title="Opposite side"></a><br>
  227.               <span class="caption">Freightliner TerraStar</span></td>
  228.               </tr>
  229.             <tr>
  230.             <td height="37" colspan="5" align="center" valign="middle"><h2 class="heading">SUV Wraps & Decals</h2></td>
  231.             </tr>
  232.           <tr>
  233.             <td width="180" height="140" align="center" valign="top"><a href="http://bytes.com/images/suv/suv-wrap_97fm.jpg" rel="lightbox[97]" title="The Coast 97.3 FM - Miami. Full wrap 3M vinyl including roof with 7-Year 3M warranty"><img src="http://bytes.com/images/suv/suv-wrap_97fm-t.jpg" width="170" height="113" alt="suv wrap" border="0"></a>
  234.             <a href="http://bytes.com/images/suv/suv-wraps_97.3fm.jpg" rel="lightbox[97]" title="Front view"></a>
  235.             <a href="http://bytes.com/images/suv/suv-wraps_97fm.jpg" rel="lightbox[97]" title="Hood view"></a>
  236.             <a href="http://bytes.com/images/suv/suv-wrap_97.3fm.jpg" rel="lightbox[97]" title="Rear view"></a>
  237.             <a href="http://bytes.com/images/suv/suv-wrap_973fm.jpg" rel="lightbox[97]" title="Roof view"></a><br>
  238.               <span class="caption">Chevy Suburban</span></td>
  239.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/suv/hummer-suv-wrap_107.jpg" rel="lightbox" title="WA1A 107.1 FM - Miami"><img src="http://bytes.com/images/suv/hummer-wrap_107-t.jpg" width="170" height="113" alt="hummer h2 wrap" border="0"></a><br>
  240.               <span class="caption">Hummer H2</span></td>
  241.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/suv/suv-graphics_castleguard.jpg" rel="lightbox[castle]" title="Castleguard Security, Pompano Beach, FL. Logos were printed on 3M vinyl, then outline cut."><img src="http://bytes.com/images/suv/suv-graphics_castleguard-t.jpg" width="170" height="113" alt="suv logos" border="0"></a>
  242.             <a href="http://bytes.com/images/suv/suv-logo-graphics_castleguard.jpg" rel="lightbox[castle]" title="Hood view"></a><br>
  243.             <span class="caption">Honda Pilot</span></td>
  244.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/suv/suv-decals_ultimate.jpg" rel="lightbox[lincoln]" title="Amoco Ultimate, decals were digitally printed, then overlaid with 3M metallic gold vinyl, then outline die-cut."><img src="http://bytes.com/images/suv/suv-decals_ultimate-t.jpg" width="170" height="113" alt="suv lettering" border="0"></a>
  245.             <a href="http://bytes.com/images/suv/suv-logo-decals_ultimate.jpg" rel="lightbox[lincoln]" title="Hood view"></a><br>
  246.             <span class="caption">Lincoln Navigator</span></td>
  247.             </tr>
  248.           <tr>
  249.             <td width="180" height="140" align="center" valign="top"><a href="http://bytes.com/images/suv/suv-wrap_way.jpg" rel="lightbox[way]" title="88.1 Way-FM. Full wrap SUV graphics."><img src="http://bytes.com/images/suv/suv-wrap_way-t.jpg" width="170" height="113" alt="suv wrap" border="0"></a>
  250.             <a href="http://bytes.com/images/suv/suv-wraps_way.jpg" rel="lightbox[way]" title="Hood view"></a>
  251.             <a href="http://bytes.com/images/suv/suv-graphics_way.jpg" rel="lightbox[way]" title="SUV was re-wrapped with new graphics after 5 years."></a>
  252.             <a href="http://bytes.com/images/suv/suv-wrap_way.fm.jpg" rel="lightbox[way]" title="Rear view"></a><br>
  253.               <span class="caption">Mitsubishi Outlander</span></td>
  254.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/suv/suv-wrap_splash.jpg" rel="lightbox[splash]" title="Miami Seaquarium. Full wrap SUV graphics."><img src="http://bytes.com/images/suv/suv-wrap_splash-t.jpg" width="170" height="113" alt="suv graphics" border="0"></a><a href="http://bytes.com/images/suv/suv-wraps_splash.jpg" rel="lightbox[splash]" title="Opposite side"></a><br>
  255.               <span class="caption">Ford Explorer</span></td>
  256.             <td align="center" valign="top"><a href="http://bytes.com/images/suv/suv-wrap_abbott.jpg" rel="lightbox[abot]" title="Abbott Printing - Maitland, Florida. This is a partial wrap, graphics stop at front fender. Partial wraps are also less expensive."><img src="http://bytes.com/images/suv/suv-wrap_abbott-t.jpg" width="170" height="113" alt="suv graphics" border="0"></a>
  257.             <a href="http://bytes.com/images/suv/suv-wraps_abbott.jpg" rel="lightbox[abot]" title="Hood decal is a nice esthetic touch on partial wraps."></a><br>
  258.               <span class="caption">Chrysler PT Cruiser</span></td>
  259.             <td align="center" valign="top"><a href="http://bytes.com/images/suv/suv-wrap_reach-fm.jpg" rel="lightbox[reach]" title="Reach FM radio, Pompano Beach, FL. This is 3M reflective vinyl, please click arrow for details."><img src="http://bytes.com/images/suv/suv-wrap_reach-fm-t.jpg" width="170" height="113" alt="suv reflective wrap" border="0"></a>
  260.             <a href="http://bytes.com/images/suv/reflective-suv-wrap_reach-fm.jpg" rel="lightbox[reach]" title="Car is wrapped with red, black and white 3M reflective vinyl, Reflective vinyl has the ultimate exposure day <em>and</em> night. It literally GLOWS when lights shine on it!"></a>
  261.             <a href="http://bytes.com/images/suv/suv-graphics_reach-fm.jpg" rel="lightbox[reach]" title="Front view"></a>
  262.             <a href="http://bytes.com/images/suv/suv-wraps_reach-fm.jpg" rel="lightbox[reach]" title="Rear view"></a>
  263.             <a href="http://bytes.com/images/suv/reflective-suv-wrap_reach.jpg" rel="lightbox[reach]" title="Night view of rear"></a><br>
  264.               <span class="caption">Scion XB - Reflective</span></td>
  265.             </tr>
  266.             <tr>
  267.             <td height="37" colspan="5" align="center" valign="middle"><h2 class="heading">Trailer Wraps & Decals</h2></td>
  268.             </tr>
  269.           <tr>
  270.             <td width="180" height="140" align="center" valign="top"><a href="http://bytes.com/images/trailers/trailer-wrap_rv.jpg" rel="lightbox" title="Trailer graphics were photographed from the RV-motorhome, then redesigned and printed to match the RV-motorhome graphics."><img src="http://bytes.com/images/trailers/trailer-wrap_rv-t.jpg" width="170" height="113" alt="rv trailer wrap" border="0"></a><br>
  271.               <span class="caption">RV Travel Trailer</span></td>
  272.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/trailers/generator-decals_antol.jpg" rel="lightbox" title="Antol Restoration, Boca Raton, FL. Decals were digitally printed, then outline die-cut."><img src="http://bytes.com/images/trailers/generator-decals_antol_t.jpg" width="170" height="113" alt="trailer logos" border="0"></a><br>
  273.               <span class="caption">Portable Generator</span></td>
  274.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/trailers/trailer-wrap_antol.jpg" rel="lightbox[antol]" title="Antol Restoration, Boca Raton, FL. Full wrap 3M vinyl with 7-Year 3M warranty"><img src="http://bytes.com/images/trailers/trailer-wrap_antol-t.jpg" width="170" height="113" alt="trailer wrap" border="0"></a>
  275.             <a href="http://bytes.com/images/trailers/trailer-wraps_antol.jpg" rel="lightbox[antol]" title="Rear view"></a><br>
  276.             <span class="caption">Equipment Hauler</span></td>
  277.             <td width="180" align="center" valign="top"><a href="http://bytes.com/images/trailers/trailer-wrap_aero.jpg" rel="lightbox" title="Full wrap 3M vinyl with 7-Year 3M warranty"><img src="http://bytes.com/images/trailers/trailer-wrap_aero-detail-t.jpg" width="170" height="113" alt="trailer wrap" border="0"></a><br>
  278.               <span class="caption">Utility Trailer</span></td>
  279.             </tr>
  280.           <tr>
  281.             <td width="180" height="13" align="center" valign="middle">&nbsp;</td>
  282.             <td width="180" align="center" valign="middle">&nbsp;</td>
  283.             <td align="center" valign="middle">&nbsp;</td>
  284.             <td align="center" valign="middle">&nbsp;</td>
  285.             </tr>
  286.           </table><a href="http://bytes.com/submit/vehicles/images/porsche-car-wrap.jpg" rel="lightbox[porsche]" title="Porsche GT3 World Class Trans AM Racer."></a></td>
  287.         </tr>
  288.       </table>
  289.   <tr>
  290. <td colspan="3" bgcolor="#81795E"><img src="http://bytes.com/images/footer.jpg" width="1009" height="39"></td>
  291. </tr>
  292. <tr>
  293. <td height="19" colspan="3" align="center" valign="middle" bgcolor="#81795E"><span class="style2 style4">©Copyright 2014 - King Graphic Arts</span></td>
  294.   </tr>
  295. </table>
  296. </body>
  297. </html>
  298.  
Mar 17 '14 #1
1 2218
There is nothing wrong with the code, page, etc.

The reason the popup didn't work, is because there was a conflict in upload through Dreamweaver. So, I tried loading the page directly through fetch and it works fine now.

I noticed this problem in the past when loading php files through Dreamweaver.

Does anyone know how to set the preferences in Dreamweaver to avoid these types of conflicts?

Thank you!
Mar 21 '14 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: gokul | last post by:
Hi all, Iam using mozilla firebird. I have three popups displayed at one point of time...if I close one the other two goes hidden....could you please suggest me the reason for this behaviour and...
3
by: NeverLift | last post by:
But, if it's not open, I don't want to open it . . . using window.open will open it if it doesn't exist, even if the url in that open is null (the window is then empty -- but it's open). The...
29
by: wayne | last post by:
Hey there... I'm having some problems passing url parameters with an open.window command. I'm not terribly familiar with java script but here is the code below. When executed it opens the...
4
by: Davey | last post by:
I have a website which has a popup window (this only opens when the user chooses to open it). In the popup window I have a <select> control which lists a selection of "classes". Each class has a...
7
by: Drew Berkemeyer | last post by:
Hello, We have an application that we have written using ASP.NET. On one of our pages we open a popup window using javascript. The popup window has a save and a cancel button. Both of them are...
3
by: Chrysan | last post by:
I have a popup window, which consist of a asp:textbox and a asp:button. And, I would like to pass the textbox.text to the javascript function when I click the button. Besides, by clicking the...
1
by: Alejandro Vidal | last post by:
Hi, I have a curius problem, I hava a flash in a html page. In flash I have a button to open a pop up with this code: getURL...
3
by: rick2910 | last post by:
Hello, I have a problem with a popup. In this popup (child) are several links. I want these links to open in A NEW parent window. Code: <a href="javascript:;"...
1
by: ckb | last post by:
Hi, I have an html page that has a javascript function that populates a dropdown list on the main html page. Ihave written a function that opens up a new window on a button click on the main window...
2
by: Inny | last post by:
Im using the following script to resize and Automate thumbnails of user posted images on my forum. However I dont like the white background of the new window. Im wondering if its possible to launch...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.