Thoaren Posted February 25, 2010 Share Posted February 25, 2010 Hi, I want to know if I can let my scrollbar start at a random point when a page opens. Can this be done by using PHP and if yes how? I want to let start each visitor at a random point. Thanx for helping me out. Best regards, Thoaren Link to comment https://forums.phpfreaks.com/topic/193353-random-startpoint-of-scrollbar/ Share on other sites More sharing options...
inspireddesign Posted February 25, 2010 Share Posted February 25, 2010 Are you asking if you would like the page to load say in the middle or towards the bottom of the page? Generally, if you are messing with the browser functions like the scrollbar, you would use javascript. However, it's possible if you know where you want the page to load you could use Anchor points. Link to comment https://forums.phpfreaks.com/topic/193353-random-startpoint-of-scrollbar/#findComment-1018045 Share on other sites More sharing options...
Thoaren Posted February 25, 2010 Author Share Posted February 25, 2010 Are you asking if you would like the page to load say in the middle or towards the bottom of the page? Generally, if you are messing with the browser functions like the scrollbar, you would use javascript. However, it's possible if you know where you want the page to load you could use Anchor points. Yes, that's what I want to do, more specific at a random point. Don't know how to do this with php. If I have to use Javascript for this, just let me know. Best regards, Thoaren Link to comment https://forums.phpfreaks.com/topic/193353-random-startpoint-of-scrollbar/#findComment-1018052 Share on other sites More sharing options...
inspireddesign Posted February 25, 2010 Share Posted February 25, 2010 Then if you want a random point on the page when the page loads you would want to look at javascript. Good Luck! Link to comment https://forums.phpfreaks.com/topic/193353-random-startpoint-of-scrollbar/#findComment-1018054 Share on other sites More sharing options...
Thoaren Posted February 25, 2010 Author Share Posted February 25, 2010 Ok, I'll try to find my luck overthere. Thanx Link to comment https://forums.phpfreaks.com/topic/193353-random-startpoint-of-scrollbar/#findComment-1018058 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.