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..... Link to comment https://forums.phpfreaks.com/topic/220438-open-file-in-new-tab/ 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> Link to comment https://forums.phpfreaks.com/topic/220438-open-file-in-new-tab/#findComment-1142107 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.