Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

redirect to link using jquery on new tab

window.open('_link is here_', '_blank'); 
// _blank - URL is loaded into a new tab. This is default.
// _parent - URL is loaded into the parent frame
// _self - URL replaces the current page
// _top - URL replaces any framesets that may be loaded
 
PREVIOUS NEXT
Tagged: #redirect #link #jquery #tab
ADD COMMENT
Topic
Name
8+1 =