Search the web
Sign In
New User? Sign Up
overlib · Discussions regarding implementing, using and developing overLIB.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Background Casuing 404 page to be hit   Message List  
Reply | Forward Message #12679 of 12718 |
Re: Background Casuing 404 page to be hit

--- In overlib@yahoogroups.com, "artmccabe" <artmccabe@...> wrote:
>
> --- In overlib@yahoogroups.com, "Robert E Boughner" <rboughner1@> wrote:
> >
> > --- In overlib@yahoogroups.com, "artmccabe" <artmccabe@> wrote:
> > >
> > > Hi,
> > >
> > > I am using 4.21, with this link.
> > > <a onmouseover="return overlib('<img
src=\'http://www.expresshvac.com/infolink/contentbox1.gif\'>',BACKGROUND);"
onmouseout="return nd();" href="javascript:void(0);" >
> > > SEER</a>
> > >
> > >
> > > On the site I have a custom 404 page that notifies me when it is hit.
> > >
> > > When I mouse over the link above, it generates a hit on the 404 error
page. The images is there and the box shows up and all looks right. But I am
getting a 404 logged on the site. I can reproduce this with great consistancy.
> > >
> > > I remove the backgroud image and just use text, and that works as
expected. As soon as I add the background image back in I get the 404 page hit.
> > >
> > > It is not a big problem, but it does clutter up my log with un necessary
404 errors.
> > >
> > > I appreciate any assistance or ideas that you may have. I am willing to
try anything.
> > >
> > > Thanks
> > >
> >
> > The command BACKGROUND requires a string parameter which is the path to the
image that you want to use. Try that and see if that helps.
> >
>
> Unless I am missing something else, it is there. The first parameter in
single quotes is the string path, and the second parameter is the BACKGROUND.
So in the case above.
> overlib('<img
src=\'http://www.expresshvac.com/infolink/contentbox1.gif\'>',BACKGROUND)
>
> '<img src=\'http://www.expresshvac.com/infolink/contentbox1.gif\'>'
>
> if the string parameter that is the path to the image.
>
Try something like the following:

overlib('your text here',
BACKGROUND,'http://www.expresshvac.com/infolink/contentbox1.gif');

That might work better for you.

Sorry about the delay in getting back to you but I was out of town for a few
days.




Fri Jun 26, 2009 11:25 pm

reboughner0718
Offline Offline
Send Email Send Email

Forward
Message #12679 of 12718 |
Expand Messages Author Sort by Date

Hi, I am using 4.21, with this link. <a onmouseover="return overlib('<img src=\'http://www.expresshvac.com/infolink/contentbox1.gif\'>',BACKGROUND);"...
artmccabe
Offline Send Email
Jun 13, 2009
1:04 pm

... The command BACKGROUND requires a string parameter which is the path to the image that you want to use. Try that and see if that helps....
Robert E Boughner
reboughner0718
Offline Send Email
Jun 15, 2009
11:16 pm

... Unless I am missing something else, it is there. The first parameter in single quotes is the string path, and the second parameter is the BACKGROUND. So...
artmccabe
Offline Send Email
Jun 16, 2009
2:08 pm

... Try something like the following: overlib('your text here', BACKGROUND,'http://www.expresshvac.com/infolink/contentbox1.gif'); That might work better for...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 26, 2009
11:25 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help