Back to the top link

This is a discussion on "Back to the top link" within the JavaScript Forum section. This forum, and the thread "Back to the top link are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 4th, 2007, 20:18
drd drd is offline
SuperMember

SuperMember
Join Date: Dec 2005
Location: Hampshire, England, UK
Age: 28
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Back to the top link

Hi,

Im using the following piece of code to make a back to the top button, but there is an issue:

Code: Select all
<a href="" onclick="scrollTo(0,0);" id="tothetop"></a>
In IE 6 & 7 it goes to the top of the home page no matter what other page you are on in the site.
Firefox and Opera are fine.

Is there a better method - I don't want to use the method which targets a div and adds #divname to the url.

thanks
Reply With Quote

  #2 (permalink)  
Old Apr 4th, 2007, 21:35
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Back to the top link

Why don't you want to use an ID?
Reply With Quote
  #3 (permalink)  
Old Apr 5th, 2007, 09:03
drd drd is offline
SuperMember

SuperMember
Join Date: Dec 2005
Location: Hampshire, England, UK
Age: 28
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Back to the top link

Because it will add the #top to the end of the url which I don't like.

so, www.mysite.co.uk/index.htm will become www.mysite.co.uk/index.htm#top

Not too nice, there must be a decent Javascript alternative?
Reply With Quote
Reply

Tags
back to top, javascript

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Back buton - several pages back - in HTML ? attila001122 Web Page Design 1 Dec 9th, 2007 15:51
Tutorial / Article writers, link back to site cammarata123 Job Opportunities 0 Dec 1st, 2007 08:49
Why Directory sites doesnt show as back link? anil99rst Search Engine Optimization (SEO) 6 Sep 28th, 2007 19:02
link back to webforumz alexgeek Webforumz Cafe 13 Aug 31st, 2007 08:39
Free Directory with no link back needed One Cloud Link Building and Link Sales 0 Sep 22nd, 2006 09:02


All times are GMT. The time now is 19:18.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43