Jump to content

deamon1767

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

deamon1767's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I did and have but it just shows the popup with the link insde I need it to show the link as a page (iframe?)
  2. Still not working Heres my code: This code is inside a php page <script type="text/javascript"> var text = document.getElementById("getH1").innerHTML; alert(text); </script> <h4 id="getH1"> <?php echo JHTML::link($product->link, $product->product_name); ?><h/4>
  3. I put <h1 id="getH1"><?php echo JHTML::link($product->link, $product->product_name); ?></h1> var text = document.getElementById("getH1").innerHTML; alert(text); but just printed var text = document.getElementById("getH1").innerHTML; alert(text); NO popup Am I missing something?
  4. I need to put the code below in a popup Any ideas? <h1><?php echo JHTML::link($product->link, $product->product_name); ?></h1>
  5. Your awesome New i was missing something stupid
  6. I have this code : <img class= "image_frame1" src="images/groupproductimages/<?php echo $offer['cimage'];?>" /> It pulls pics I need the pics to link to urls using this code <a href="index.php?option=com_grouppurchase&view=todaysdeal&id=<?php echo $offer['cid'];?>"> I know I am missing something stupid
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.