|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Behaviors, on click go to url, swap image, swap image restoreHi I'm creating a site for work it is at thisisyoursite.com the numbers under
the slide show are in a shared border and have the following behaviors applied to them: onclick go to url, on mouseover swap image, on mouseout restore image. The site is hosted on a server that supports front page. I test the site localy and it works great but when I upload it works until I click on about 3-4 links then I get a message in my status bar "error on page" and the site no longer navigates. thanks in advance thisisyoursite.com does not have a home page, nor are there any shared
border files containing any significant HTML content. _borders\bottom.htm is the only shared border file, and it only contains a comment. Suggest you publish the entire site and let us know which page has the problem. -- Show quoteHide quoteRon Symonds Microsoft MVP (Expression) http://www.rxs-enterprises.org/fp Reply only to group - emails will be deleted unread. "Ricopetro" <Ricope***@discussions.microsoft.com> wrote in message news:6B6A9443-5CE8-44CC-8C13-9B8CD39ED233@microsoft.com... > Hi I'm creating a site for work it is at thisisyoursite.com the numbers > under > the slide show are in a shared border and have the following behaviors > applied to them: onclick go to url, on mouseover swap image, on mouseout > restore image. The site is hosted on a server that supports front page. I > test the site localy and it works great but when I upload it works until I > click on about 3-4 links then I get a message in my status bar "error on > page" and the site no longer navigates. > thanks in advance Sorry I am having server issues
Thanks Show quoteHide quote "Ronx" wrote: > thisisyoursite.com does not have a home page, nor are there any shared > border files containing any significant HTML content. _borders\bottom.htm > is the only shared border file, and it only contains a comment. > > Suggest you publish the entire site and let us know which page has the > problem. > > -- > Ron Symonds > Microsoft MVP (Expression) > http://www.rxs-enterprises.org/fp > > Reply only to group - emails will be deleted unread. > > > > "Ricopetro" <Ricope***@discussions.microsoft.com> wrote in message > news:6B6A9443-5CE8-44CC-8C13-9B8CD39ED233@microsoft.com... > > Hi I'm creating a site for work it is at thisisyoursite.com the numbers > > under > > the slide show are in a shared border and have the following behaviors > > applied to them: onclick go to url, on mouseover swap image, on mouseout > > restore image. The site is hosted on a server that supports front page. I > > test the site localy and it works great but when I upload it works until I > > click on about 3-4 links then I get a message in my status bar "error on > > page" and the site no longer navigates. > > thanks in advance > > Hi The server issues are resolved and the site is back up...although when I
test my site in in fp on the browser I get an error there also> Am I asking fp to do something it cannot do by stacking these behaviors on this one button Show quoteHide quote "Ricopetro" wrote: > Hi I'm creating a site for work it is at thisisyoursite.com the numbers under > the slide show are in a shared border and have the following behaviors > applied to them: onclick go to url, on mouseover swap image, on mouseout > restore image. The site is hosted on a server that supports front page. I > test the site localy and it works great but when I upload it works until I > click on about 3-4 links then I get a message in my status bar "error on > page" and the site no longer navigates. > thanks in advance Page main_29.htm is missing the javascript for the gotoURL behaviour,
main_36 is missing ALL the behaviour javascript. Most of the pages are missing the pre-load images script, and the contents of the body tag - compare the <body> tag in _borders\bottom.htm and the <body> tag in any other page. The first is a common fault - the script is not included from the shared border, but reference to it has to be "found" by FrontPage when the shared border is added (on page save locally and on the server when publishing) and the script added at the same time. This often fails. The preload images will always fail when using shared borders (and the images are in the border file) since the body tag is not brought into the page using the shared border. You would solve this problem by using a Dynamic Web Template instead of shared borders. With a DWT all the script (except possibly the preload images) will be included in all the pages attached to the DWT - and there is a way to get round the preload images failure if you don't mind getting your fingers dirty in Code View. Without the DWT, copy the script from _borders\bottom.htm to each page in code view. -- Show quoteHide quoteRon Symonds Microsoft MVP (Expression) http://www.rxs-enterprises.org/fp Reply only to group - emails will be deleted unread. "Ricopetro" <Ricope***@discussions.microsoft.com> wrote in message news:106E4267-E6A3-4083-AFEB-A5453E86A336@microsoft.com... > Hi The server issues are resolved and the site is back up...although when > I > test my site in in fp on the browser I get an error there also> Am I > asking > fp to do something it cannot do by stacking these behaviors on this one > button > > "Ricopetro" wrote: > >> Hi I'm creating a site for work it is at thisisyoursite.com the numbers >> under >> the slide show are in a shared border and have the following behaviors >> applied to them: onclick go to url, on mouseover swap image, on mouseout >> restore image. The site is hosted on a server that supports front page. I >> test the site localy and it works great but when I upload it works until >> I >> click on about 3-4 links then I get a message in my status bar "error on >> page" and the site no longer navigates. >> thanks in advance Hi Ronx I can't thanks you enough for putting me in the right direction a DWT
is a great way to build a site and everything works great www.thisisyoursite.com yellowfin is very happy with the site. If you get to Sarasota florida I owe you a fishing trip ricaldr***@gmail.com thanks again Show quoteHide quote "Ronx" wrote: > Page main_29.htm is missing the javascript for the gotoURL behaviour, > main_36 is missing ALL the behaviour javascript. > > Most of the pages are missing the pre-load images script, and the contents > of the body tag - compare the <body> tag in _borders\bottom.htm and the > <body> tag in any other page. > > The first is a common fault - the script is not included from the shared > border, but reference to it has to be "found" by FrontPage when the shared > border is added (on page save locally and on the server when publishing) and > the script added at the same time. This often fails. > The preload images will always fail when using shared borders (and the > images are in the border file) since the body tag is not brought into the > page using the shared border. > > You would solve this problem by using a Dynamic Web Template instead of > shared borders. With a DWT all the script (except possibly the preload > images) will be included in all the pages attached to the DWT - and there is > a way to get round the preload images failure if you don't mind getting your > fingers dirty in Code View. > > Without the DWT, copy the script from _borders\bottom.htm to each page in > code view. > -- > Ron Symonds > Microsoft MVP (Expression) > http://www.rxs-enterprises.org/fp > > Reply only to group - emails will be deleted unread. > > > > "Ricopetro" <Ricope***@discussions.microsoft.com> wrote in message > news:106E4267-E6A3-4083-AFEB-A5453E86A336@microsoft.com... > > Hi The server issues are resolved and the site is back up...although when > > I > > test my site in in fp on the browser I get an error there also> Am I > > asking > > fp to do something it cannot do by stacking these behaviors on this one > > button > > > > "Ricopetro" wrote: > > > >> Hi I'm creating a site for work it is at thisisyoursite.com the numbers > >> under > >> the slide show are in a shared border and have the following behaviors > >> applied to them: onclick go to url, on mouseover swap image, on mouseout > >> restore image. The site is hosted on a server that supports front page. I > >> test the site localy and it works great but when I upload it works until > >> I > >> click on about 3-4 links then I get a message in my status bar "error on > >> page" and the site no longer navigates. > >> thanks in advance > >
Other interesting topics
problem with css format for hyperlink
Tracking Logins and Searches Using SSI on Home Page Database Results Front Page 2003 on other computers Two questoins, behaviors and pages how do I pasword protect the first page to a website in Frtpge 200 Capture S-Email-Address= value from a form field Excel component won't display Flash Buttons. |
|||||||||||||||||||||||