I have a page (page 1) that has one link. (Link A) This link when clicked opens a Picture gallery on the same page.
I have another page (page 2) that has another link (Link B) This link opens page 1.
What I want to do is: I want link A to be clicked automatically. Immediately page 1 is opened.
So basically, what happens is once you click Link B a Picture Gallery opens.
Is there any HTML code that makes a link run immediately (automatically) the page is opened?
Thank you!