M mailmohitbakshi Guest Jan 17, 2010 #1 Hi Friends, How can i open a new link in new tab through html, js, ajax? I was doing target blank but it doesn't solve my problem. Please help me, thanks in advance!!
Hi Friends, How can i open a new link in new tab through html, js, ajax? I was doing target blank but it doesn't solve my problem. Please help me, thanks in advance!!
R Robbin New member Jan 17, 2010 #2 html: <a href="your-link" target="_blank"> js: window.open('link', '_blank') ajax is same as javascript
html: <a href="your-link" target="_blank"> js: window.open('link', '_blank') ajax is same as javascript