im trying to make it so the banner changes for each page you are on, I want it so that when you are on url 1 the banner is banner1.jpg and if I you are on url 2 the banner is banner2.jpg, however I want all pages to keep useing the same layout.
is theres some kind of javascript that could do somthing like:
if (url=http://www.url1.com) {
banner = '../images/banner1.jpg'
}
if anyone knows a peice of code that could make this happen please post below
is theres some kind of javascript that could do somthing like:
if (url=http://www.url1.com) {
banner = '../images/banner1.jpg'
}
if anyone knows a peice of code that could make this happen please post below
Comment