Create one link that opens a group of links
up vote
0
down vote
favorite
I am looking to let users click one link and then it should open multiple links.
So I have a list like this:
Title (Buy all books)
Book 1,5,7
Title (Buy all books)
Book 2,5,6,7
Title (Buy all books)
Book 3,4
When a user clicks on "Buy all books" it should run a list of links like this:
www.example.com/index.php?option=addItem&product_id=1
www.example.com/index.php?option=addItem&product_id=5
www.example.com/index.php?option=addItem&product_id=7
It would be even preferable that it runs all links in the background except for the last one.
I haven't found anything about this on the net and it might even not be possible due to the fact that it could be used for nasty spamming business.
Have anyone heard of a theory to get this done?
html url hyperlink
add a comment |
up vote
0
down vote
favorite
I am looking to let users click one link and then it should open multiple links.
So I have a list like this:
Title (Buy all books)
Book 1,5,7
Title (Buy all books)
Book 2,5,6,7
Title (Buy all books)
Book 3,4
When a user clicks on "Buy all books" it should run a list of links like this:
www.example.com/index.php?option=addItem&product_id=1
www.example.com/index.php?option=addItem&product_id=5
www.example.com/index.php?option=addItem&product_id=7
It would be even preferable that it runs all links in the background except for the last one.
I haven't found anything about this on the net and it might even not be possible due to the fact that it could be used for nasty spamming business.
Have anyone heard of a theory to get this done?
html url hyperlink
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am looking to let users click one link and then it should open multiple links.
So I have a list like this:
Title (Buy all books)
Book 1,5,7
Title (Buy all books)
Book 2,5,6,7
Title (Buy all books)
Book 3,4
When a user clicks on "Buy all books" it should run a list of links like this:
www.example.com/index.php?option=addItem&product_id=1
www.example.com/index.php?option=addItem&product_id=5
www.example.com/index.php?option=addItem&product_id=7
It would be even preferable that it runs all links in the background except for the last one.
I haven't found anything about this on the net and it might even not be possible due to the fact that it could be used for nasty spamming business.
Have anyone heard of a theory to get this done?
html url hyperlink
I am looking to let users click one link and then it should open multiple links.
So I have a list like this:
Title (Buy all books)
Book 1,5,7
Title (Buy all books)
Book 2,5,6,7
Title (Buy all books)
Book 3,4
When a user clicks on "Buy all books" it should run a list of links like this:
www.example.com/index.php?option=addItem&product_id=1
www.example.com/index.php?option=addItem&product_id=5
www.example.com/index.php?option=addItem&product_id=7
It would be even preferable that it runs all links in the background except for the last one.
I haven't found anything about this on the net and it might even not be possible due to the fact that it could be used for nasty spamming business.
Have anyone heard of a theory to get this done?
html url hyperlink
html url hyperlink
asked 22 hours ago
purple11111
325213
325213
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53265891%2fcreate-one-link-that-opens-a-group-of-links%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password