View Single Post
  #8  
Old 05-30-2010, 09:58 AM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Re: Popup Text Window

Ok, and OMG. I think I figure out why it wasn't working. 1. It didn't like my Google Maps Link I had. 2. Look at the way I had to make the HTML Code one continous line. 3. It doesn't like Bullet points as the first level of the bulleted list, only numbers, then bullets.

Here's a link to the test code HTML file. I haven't put it in the X-Cart yet. I also turned off the auto popup as I don't need that function. I may just put the Google Map Link in the X-cart product_details.tpl

Click the "PopUp"
http://littlepuppiesonline.msidesigns.com/skin1/popup/Test.html

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script language="JavaScript" src="popup.js"></script> </head> <body> <script> window.onload=function(){ new popUp(350, 125, 600, 380, "Div", "<ol><li><strong>Home Again Micro Chip</strong><ul><li>Its a reality: pets get lost. Without proper identification, 90% never return home. The HomeAgain pet identification system includes a national network of over 20,000 veterinarians and animal shelters, 200,000 volunteer PetRescuers, and pet safety and wellness services designed to prevent your pet from becoming an unfortunate statistic. Give your pet the protection it needs for only $39.99, Give it a HomeAgain microchip!!! Each puppy that recieves a microchip will come with an I.D. tag with your puppies unique 10 digit number.</li></ul></li><li><strong>Deposit</strong><ul><li>A $100 deposit will hold the puppy of your choice for 7 days. Deposits are non-refundable. Please call us and write in the special instructions box the name of the puppy to let us know which puppy you would like to reserve. 740-497-2333</li></ul></li><li><strong>Shipping Options</strong><ul><li><strong>Standard Shipping to Nearest Airport</strong><ul><li>Includes the following: 1. Airfare 2. Vet Health Certificate 3. Travel Kennel 4. Puppy Toy</li></ul></li><li><strong>Overnight Shipping</strong><ul><li>Unknown</li></ul></li><li><strong>Local Pickup in Mount Vernon, OH</strong><ul><li>16149 Wooster Rd. Mt. Vernon OH 43050</li></ul></li><li><strong>Door to Door Delivery</strong><ul><li>Little Puppies Online will hand deliver your puppy to your door</li><li>Please call 740-497-2333 before you choose this option.</li></ul></li></ul></li></ol>", "white", "black", "9pt sans-serif", "Options FAQ", "navy", "white", "#dddddd", "gray", "black", false, true, true, true, false); } </script> <a href="javascript:showbox('Div')">link</a> </body> </html>
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote