Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 09-05-2010, 10:28 PM frameset problem
Junior Talker

Posts: 1
Trades: 0
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?
sandalvincci is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-07-2010, 01:06 AM Re: frameset problem
Banned

Posts: 5
Name: David Warner
Trades: 0
The Home.aspx.cs code should verify for the logged user and if it is not identified it should redirect to Login.aspx. There will never be a render of the frameset on Home.aspx since the redirect will take place so the other pages will not get called. Maybe you have a static Home.aspx page where the frameset is always displayed and you have something like content.aspx on the center content area? You need to verify for logged user on your home.aspx, not on your main content aspx page.
David Warner is offline
Reply With Quote
View Public Profile
 
Old 09-07-2010, 05:38 AM Re: frameset problem
Kelpie's Avatar
Skilled Talker

Posts: 82
Name: Andrew
Location: SW Scotland
Trades: 0
Using the target attribute will do this, so the anchor tags for the movie titles would be <a target="_blank" href="pathtofile">
Note: The target attribute is deprecated by w3c; it is invalid code in strict DTDs, but since you're obviously using a DTD which allows framesets that shouldn't be a problem.
Kelpie is offline
Reply With Quote
View Public Profile
 
Old 09-07-2010, 02:58 PM Re: frameset problem
crescendo's Avatar
Super Talker

Posts: 123
Name: hemant latawa
Trades: 0
I was design a website in frames since 1999, Now we develop website with include files...
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
crescendo is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to frameset problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.13797 seconds with 12 queries