Skip to main content

Posts

Showing posts with the label How To open URL in new tab in JavaScript?

How To open URL in new tab in JavaScript?

JavaScript Open URL in New Tab - The “window.open()” function is used to open the URL tab in JavaScript. Example- window . open ( 'http://code-sample.com/' , '_blank' ); ü   Stayed Informed –   Object Oriented JavaScript Interview Questions I hope you are enjoying with this post! Please share with you friends!! Thank you!!!