Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to make a website that does your notes for yourself but I cannot figure out how when the button is pressed It brings the user to a different url and lays the information in bulleted points randomly.

Please help you can reach me at [edit]removed email address[/edit]

What I have tried:

I have tried looking for it on google but haven't found anything.
Posted
Updated 29-Nov-17 3:41am
v2
Comments
Member 13546856 29-Nov-17 0:32am    
add the code you already have.
That way we can see what you have already tried
Richard MacCutchan 29-Nov-17 3:57am    
You need to use some form of system variable or cookie to identify the user. Then when they press the button you use that information to find the correct link.

1 solution

There are several easy ways to do this. One would be when your page loads check who the user is and then set the url of the link. Then the link or button can always be the same. Or you could put the logic in the clicking of the button.
 
Share this answer
 
Comments
Afzaal Ahmad Zeeshan 29-Nov-17 9:27am    
5ed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900