M
mperloe
My website has a template file. The menu bar has an extra button that is not
a navigation button but a link to an offsite location. The text is noted
below. This link is on all pages. When I open HTML on the template.html page,
I do not see this sort of language (someone else set up the website and I
need to change the link) When I download the file from the website, I can see
the hyperlink and modify the hyperlink. When I reupload the file, Someone how
hyerplink changes back to the previous link. I also tried right clicking on
the button and editing hyperlink and pasted all below and it did not work.
How do I change this link which appears on every page.
href= "http://www.vendini.com/service/tickets/noJavaScript.html"
onclick="window.open('https://www.vendini.com/service/tickets/index.html?e=c2e464c84ff499638702ed7b6780bc60',
'order_window',
'scrollbars,width=596,height=460,status=no,left='+((window.screen.width -
596)/2)+',top='+((window.screen.height - 460) /2.5)).focus();return false;"
onMouseOver="window.status='Buy Tickets Now!';return true;"
onMouseOut="window.status='';return true;"
a navigation button but a link to an offsite location. The text is noted
below. This link is on all pages. When I open HTML on the template.html page,
I do not see this sort of language (someone else set up the website and I
need to change the link) When I download the file from the website, I can see
the hyperlink and modify the hyperlink. When I reupload the file, Someone how
hyerplink changes back to the previous link. I also tried right clicking on
the button and editing hyperlink and pasted all below and it did not work.
How do I change this link which appears on every page.
href= "http://www.vendini.com/service/tickets/noJavaScript.html"
onclick="window.open('https://www.vendini.com/service/tickets/index.html?e=c2e464c84ff499638702ed7b6780bc60',
'order_window',
'scrollbars,width=596,height=460,status=no,left='+((window.screen.width -
596)/2)+',top='+((window.screen.height - 460) /2.5)).focus();return false;"
onMouseOver="window.status='Buy Tickets Now!';return true;"
onMouseOut="window.status='';return true;"