View Full Version : Simple web code question setting the scrolling
SPAD3S
June 4th, 2008, 12:16 AM
Is there anyway i could make my myspace page load so when it loads its alreay scrolled down so you don have to stare at the crappy add?
not really covering or removing the add but setting it where the page is already scrolled down when it loads?
Raydred
June 4th, 2008, 12:27 AM
I don't think you can.
Javascript has a function called "scrollBy", but Myspace doesn't allow javascript (or any script tags).
I suppose you could put myspace in an Iframe, and somehow control that.. but thats much more work and you can just ignore the ad.
SPAD3S
June 4th, 2008, 12:31 AM
fer sure dude thanks for the time saving
lol i would beat myself up
but hey how do i turn a picture button link into an aim message? ive tried the generator >: /
Raydred
June 4th, 2008, 12:42 AM
I think you can use this..
<a href="aim:goim?screenname=notarealuser"><img src="mypic.jpg" /></a>
But i think the user would have to have AIM installed for that link to work.
SPAD3S
June 4th, 2008, 12:51 AM
k THANKS :D
actionAction
June 4th, 2008, 02:01 AM
body onload="javascript:scrollTo(x,y)"
where x and y are the coordinates you want it to be scrolled to.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.