-1

I have ajax website and when i click a link to open in new tab it takes me to home is there any library or helper for ajax where open in new tab work ?

Sundas Subhani
  • 23
  • 2
  • 10
  • you can use – tomexsans Mar 04 '13 at 07:53
  • no it will open auto but i want to use browser functionality right click on the link and open it new tab and it will exactly land me on that page not take me to home page – Sundas Subhani Mar 04 '13 at 09:28
  • Sounds like you need a "history" plugin. This will simply change your URL to `www.test.com#!location/to/page.html` or similar. For example: http://balupton.github.com/history.js/demo/ – Gavin Mar 04 '13 at 11:25

1 Answers1

0

you can add target="_blank" in your tag. it will direct to required page in new tab

balan kugan
  • 99
  • 1
  • 3