Hi, what I want to do is whenever I click on a link to take to the correct webpage. I know I can use the following syntax to take me to which ever webpage:
href='http://www.webpage.com/.....' The problem is that there is a total of 250 links and each link is associated to a specific id number which opens a webpage with that unique id number. I pretty much don't want to manually type all of the urls. My question is there anyway that I can use variable in the syntax href without thinking that's a url. Any help will be appreciated and thanks!
href='http://www.webpage.com/.....' The problem is that there is a total of 250 links and each link is associated to a specific id number which opens a webpage with that unique id number. I pretty much don't want to manually type all of the urls. My question is there anyway that I can use variable in the syntax href without thinking that's a url. Any help will be appreciated and thanks!