devilinc Posted December 2, 2010 Share Posted December 2, 2010 i uploaded a file to my site and then when i test it by downloading it it opens in same tab....i want it to open in new tab...so the user wont have to click a back button when after he views the file..... Quote Link to comment Share on other sites More sharing options...
devilinc Posted December 2, 2010 Author Share Posted December 2, 2010 solved it.... include below line in your anchor start tag i.e. between "<a" and ">" target="blank" eg: <a target="blank" href="your file url">click to view my file in a new tab</a> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.