Announcement

Collapse
No announcement yet.

javascript function in the Act_ProductLineTable.html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    javascript function in the Act_ProductLineTable.html

    Hi all,
    I have written a JS function inside the Act_ProductLineTable.html file. I now need to call the function where the product name is displayed. No joy!

    Is there a special way to embde the JS in that area?

    This is the line:
    <a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular">NETQUOTEVAR:PRODUCTNAME</span></a>

    In place of NETQUOTEVAR:PRODUCTNAME I need to call the function x that I have written before

    Any help is appreciated.

    #2
    Just imbed the <script>...</script> tags like so:

    <script type="text/javascript">Your JS Function</script>
    www.gbradley.co.uk
    Web Development, Actinic Patches, Scripts & more

    Comment


      #3
      success...

      A big thank you for your reply. After figuring out where to put the actuall function in the file, I called the function as advised and was successfull. I'm a very happy lady right now.

      Comment

      Working...
      X