Discussions
Want 'Brief Description' dependent on url
Hi all,
Our website (www.plantscan.com) has a tab 'Industry Solutions'. When a customer comes and selects 'Industry Solutions', we want the brief description from the item record to display different verbiage based on the industry solution that they selected.
What I was thinking is that I need to use java script to accomplish this. Since there are 5 different 'Industry Solution' options, I'm guessing that I need a series of 'If/Then' statements in the Brief description of each item. But I also need some way to figure out what web page they are on. Is there something like a 'getURL' function that might work?