|
hello there...
i have a system which uses frameset to view another html page, lets say a.html ..
this a.html is actually an excel file which has been saved as html..in this file, I have made a list of movie title. once a user click on the title, it will open the movie's poster in a pdf file format.
my problem is that, once the user click on the movie title (in a.html), it will open the pdf file in the same page as the a.html is..i want it to open in a different tab ; 1 tab is used to view the movie title, and another tab is to view the poster in pdf file.
is there any ways to do this?
|