Click here to Skip to main content
15,915,864 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Javascript Pin
rajmani20-Apr-07 9:05
rajmani20-Apr-07 9:05 
GeneralRe: Javascript Pin
Yulianto.21-Apr-07 6:30
Yulianto.21-Apr-07 6:30 
GeneralRe: Javascript Pin
rajmani21-Apr-07 8:49
rajmani21-Apr-07 8:49 
AnswerRe: Javascript Pin
Shog922-Apr-07 6:39
sitebuilderShog922-Apr-07 6:39 
QuestionASP.NET MASTER/DETAIL PASS KEY FOR UPDATE? Pin
hifiger200419-Apr-07 22:15
hifiger200419-Apr-07 22:15 
QuestionIntranet DNS [ urgent please help ] Pin
vimal_yet19-Apr-07 21:41
vimal_yet19-Apr-07 21:41 
QuestionReg:Flash Pin
princy_cute19-Apr-07 19:56
princy_cute19-Apr-07 19:56 
AnswerRe: Reg:Flash Pin
steffw19-Apr-07 22:15
steffw19-Apr-07 22:15 
GeneralRe: Reg:Flash Pin
princy_cute22-Apr-07 20:20
princy_cute22-Apr-07 20:20 
AnswerRe: Reg:Flash Pin
hiral_shah19-Apr-07 22:52
hiral_shah19-Apr-07 22:52 
GeneralRe: Reg:Flash Pin
princy_cute22-Apr-07 20:19
princy_cute22-Apr-07 20:19 
QuestionRowIndex from a GridView when a user Clicks a Button Pin
michaelastewartmas19-Apr-07 18:39
michaelastewartmas19-Apr-07 18:39 
AnswerRe: RowIndex from a GridView when a user Clicks a Button Pin
Panchal Hardik14-May-07 2:39
Panchal Hardik14-May-07 2:39 
Questionfind webdav mail thread? Pin
ArunkumarSundaravelu18-Apr-07 23:19
ArunkumarSundaravelu18-Apr-07 23:19 
QuestionPopup page not loading Pin
cmbsurfer18-Apr-07 23:10
cmbsurfer18-Apr-07 23:10 
AnswerRe: Popup page not loading Pin
Paddy Boyd18-Apr-07 23:50
Paddy Boyd18-Apr-07 23:50 
GeneralRe: Popup page not loading Pin
cmbsurfer19-Apr-07 1:50
cmbsurfer19-Apr-07 1:50 
GeneralRe: Popup page not loading Pin
Bradml19-Apr-07 2:03
Bradml19-Apr-07 2:03 
AnswerRe: Popup page not loading Pin
RichardGrimmer23-Apr-07 5:52
RichardGrimmer23-Apr-07 5:52 
QuestionAJAX Problem adding OnClick JavaScript Even To Row... Pin
michaelastewartmas18-Apr-07 11:59
michaelastewartmas18-Apr-07 11:59 
AnswerRe: AJAX Problem adding OnClick JavaScript Even To Row... Pin
Steve Echols18-Apr-07 17:53
Steve Echols18-Apr-07 17:53 
GeneralRe: AJAX Problem adding OnClick JavaScript Even To Row... Pin
michaelastewartmas19-Apr-07 10:47
michaelastewartmas19-Apr-07 10:47 
AnswerRe: AJAX Problem adding OnClick JavaScript Even To Row... Pin
RichardGrimmer20-Apr-07 5:27
RichardGrimmer20-Apr-07 5:27 
GeneralRe: AJAX Problem adding OnClick JavaScript Even To Row... Pin
michaelastewartmas20-Apr-07 14:03
michaelastewartmas20-Apr-07 14:03 
QuestionEmbedding Binary Data Pin
Hedonism17-Apr-07 23:36
Hedonism17-Apr-07 23:36 
In a nutshell, I'm trying to find a way to embed binary data in my page without using an iframe. Here's a more detailed breakdown:

I have two content panels alongside each other. The first contains a dynamic menu structure allowing users to select a category which contains various reports. The second is a display area for the selected report. The reports themselves are in .pdf format, so up until now I've been using an iframe to display them as it's the easiest way to embed binary data.

Now suddenly three more tiers have been added to the menu, so that it extends across to the iframe. As I understand things, thanks to various limitations as soon as binary data is displayed in an iframe, the iframe itself automatically becomes the top level item in the z-index, so of course the menu is extending behind the displayed pdf.

I need some kind of workaround to ensure my menu will extend over the top of the pdf instead of behind it. Any thoughts or ideas on the subject would be greatly appreciated.


General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.