Using javascript to open a specific page at the bottom.
2 posters
Page 1 of 1
Using javascript to open a specific page at the bottom.
punbb
http://rpgteste.criarforuns.com.pt/
hello, people.
How to automatically scroll down when the page loads?
I want to see initially the bottom of this page when I'm there:
http://rpgteste.criarforuns.com.pt/
hello, people.
How to automatically scroll down when the page loads?
I want to see initially the bottom of this page when I'm there:
- Code:
/profile?mode=editprofile&page_profil=notifications
Last edited by Daniel Z on July 23rd 2016, 11:27 pm; edited 1 time in total
Re: Using javascript to open a specific page at the bottom.
Hello @Daniel Z,
Have you tried a redirection script? I think if you add a redirection link will work normally..
Have you tried a redirection script? I think if you add a redirection link will work normally..
- Code:
$(function(){
$('a[href^="/profile?mode=editprofile&page_profil=notifications"]').attr("href","/profile?mode=editprofile&page_profil=notifications#bottom");
});
Re: Using javascript to open a specific page at the bottom.
You're welcome! Have a nice day! 

Problem solved & topic archived.
|

» Know a program to open a javascript file?
» How to apply javascript to specific forumotion pages?
» Cannot Open the Web page
» tried to open page
» cannot open the page
» How to apply javascript to specific forumotion pages?
» Cannot Open the Web page
» tried to open page
» cannot open the page
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum