Hyperlink question

G

Guest

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;"
 
S

Stefan B Rusynko

Depends where your nav bar is located (open the appropriate page)
- a shared border?
- an include page?
Check View navigation to see if it is there
--




| 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;"
 
D

Dale Galvin

I'm assuming this isn't added by way of a script held in the site somewhere?
 
S

Stefan B Rusynko

Instead of assuming check the code view in FP

--




| I'm assuming this isn't added by way of a script held in the site somewhere?
|
| | > Depends where your nav bar is located (open the appropriate page)
| > - a shared border?
| > - an include page?
| > Check View navigation to see if it is there
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | > | 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;"
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

bad formation? 3
Problem with javascript 8
FrontPage crashes when adding hyperlink 5
Can UDF return a customized hyperlink? 3
HTML Question 1
JS\Hyperlink 2
Hyperlink Buttons 5
RollOver and onMouseOver? 4

Top