Advertisement
Guest User

Untitled

a guest
Jan 6th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <div class='cpExpandoBox colorLightBg' id="section_shakeActions">
  2.  
  3. <b>The URL to this HTML screen/page is:</b>
  4. <div style='padding-top:5px;'> 
  5.  
  6. <?php
  7. echo '<a href="';
  8. echo $dataURL = $objApp->fnGetAppDataURL($appGuid) . "/documents/customHTML_" . $BT_itemId . ".html";;
  9. echo '" target="_blank">';
  10. echo $dataURL = $objApp->fnGetAppDataURL($appGuid) . "/documents/customHTML_" . $BT_itemId . ".html";;
  11. echo '</a>';
  12. ?>
  13. </div>
  14.  
  15. <div style='padding-top:5px;'>
  16. This link can be useful for when you're trying to link from one Custom HTML / Text screen to another.
  17.  
  18. </div>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement