Javascript from a link

Running javascript in a link Just using javascript when clicked You can also use this, but the need for the “javascript:” marker is arguably annoying when adding multiple javascript commands: Using javascript in addition to a href Using multiple javascript commands Just add them one after the other Using href=”#” or href=”javascript:void(0)” href=”javascript:void(0)” is usually […]

Read More

Redirecting

Redirect To A New Page Redirect With POST Data Using A Hidden Form Include the hidden form with the values you want to send on the page: Then in your javascript use Go Back To Previous Page

Read More