I have to sites, but i need when i click on a href(where is url to another site with #idexample) and after redirect to currect page will find that id and click on it automaticly (next a but no href this time). More info in image : enter image description here
Asked
Active
Viewed 46 times
-3
-
1Have you tried anything? – Luca Kiebel Apr 19 '18 at 11:23
-
@Luca i tried that id but it doesnt work and dont know how to do it....another way.. – Marek Petrů Apr 19 '18 at 11:58
-
Then do your research before coming here – Luca Kiebel Apr 19 '18 at 12:04
-
@Luca i was looking for something but nothing to find... – Marek Petrů Apr 23 '18 at 07:26
1 Answers
0
Add a param to that URL, for example:
http://www.myurl.com?param=foo
And then in the site read that param to do a different behavior, like explained here: Get url parameter jquery Or How to Get Query String Values In js

Ignacio Ara
- 2,476
- 2
- 26
- 37
-
i have these things there http://prntscr.com/j7c1s9 can i use something from that? – Marek Petrů Apr 19 '18 at 12:01
-