Hello
I would like to know if the following is possible
Just do a very basic HTML page that contains a full path URL
such as <a href=" etc..">
then if an user decide to reach the above described page from a menu the contained URL will auto execute without further action of the user
this is related to a news site
some news are published by my own chief editor and other are links to other newspaper that I have a deal with
In that case if a user clicks on the friendly newspaper link he or she will exit my site
by setting the link to open within my site I will keep the user on site
and I can set a back button to the original menu
What I try to avoid is a first link that goes to another page and within: A secondary link that leads to the outside news site
Any JS to do this?
Or any other solution?
By advance thank you
I would like to know if the following is possible
Just do a very basic HTML page that contains a full path URL
such as <a href=" etc..">
then if an user decide to reach the above described page from a menu the contained URL will auto execute without further action of the user
this is related to a news site
some news are published by my own chief editor and other are links to other newspaper that I have a deal with
In that case if a user clicks on the friendly newspaper link he or she will exit my site
by setting the link to open within my site I will keep the user on site
and I can set a back button to the original menu
What I try to avoid is a first link that goes to another page and within: A secondary link that leads to the outside news site
Any JS to do this?
Or any other solution?
By advance thank you