StealthRT
StealthRT

Reputation: 10552

ASP.net MVC FrameSet x 2

I'm trying to figure out a way for me to use a frameset with my ASP.net MVC app that allows me to have a 0px height iframe on the top of the site (we will call it 0px iframe) and the remaining into another iframe (we will call it main iframe).

The meaning why I want to do this is so, in the main iframe, I can call the 0px iframe and pop up a notification via jQuery and if the user switches pages while the notification is being shown then it will stay there while the page loads. Currently, doing that without an iframe causes the notification not to continue to show and disappears once the user changes pages.

I know this would be possible for a normal html page but I'm at a loss as to a way to do it for an ASP.net page.

Visual example: enter image description here

Upvotes: 0

Views: 304

Answers (0)

Related Questions