Click here to Skip to main content
16,004,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionnot moveing Pin
ptvce10-May-06 4:18
ptvce10-May-06 4:18 
Questionnot moved Pin
ptvce10-May-06 4:16
ptvce10-May-06 4:16 
AnswerRe: not moved Pin
albCode10-May-06 10:33
albCode10-May-06 10:33 
GeneralRe: not moved Pin
cheeken2u10-May-06 16:54
cheeken2u10-May-06 16:54 
GeneralRe: not moved Pin
_AK_10-May-06 18:39
_AK_10-May-06 18:39 
GeneralRe: not moved Pin
albCode10-May-06 19:32
albCode10-May-06 19:32 
GeneralRe: not moved Pin
ptvce10-May-06 22:29
ptvce10-May-06 22:29 
QuestionSet Iframe width Pin
Insane D10-May-06 3:42
Insane D10-May-06 3:42 
Hi,
I have a masterpage with some divisions and a placeholder in it. In that placeholder is an Iframe.
Now, I would like that Iframe to be as big as it needs to be. In Internet Explorer it works perfect. But in Firefox I have this tiny box with scrollbars.
How can I get the Iframe as big as it needs to be, in Firefox?
I managed to set the width of the Iframe with Jscript but somehow, the same doesn't apply to the heigth.

Code:
var currentfr=document.getElementById("ctl00_PlaceHolderPSAHNNIntranet_iFrameRunningApplication");currentfr.width = currentfr.contentDocument.body.offsetWidth; currentfr.width = eval(currentfr.width) + eval("16");

Help would be greatly appreciated.
AnswerRe: Set Iframe width Pin
leckey10-May-06 4:25
leckey10-May-06 4:25 
AnswerRe: Set Iframe width Pin
Insane D11-May-06 2:27
Insane D11-May-06 2:27 
QuestionBinding objectdatasource to an object Pin
moazzamahmed10-May-06 3:40
moazzamahmed10-May-06 3:40 
AnswerRe: Binding objectdatasource to an object Pin
minhpc_bk10-May-06 15:24
minhpc_bk10-May-06 15:24 
QuestionUnable to disable caching Pin
Mornz10-May-06 3:35
Mornz10-May-06 3:35 
AnswerRe: Unable to disable caching Pin
chinnasrihari10-May-06 3:42
chinnasrihari10-May-06 3:42 
GeneralRe: Unable to disable caching Pin
Mornz10-May-06 4:06
Mornz10-May-06 4:06 
Questionsmtp port Pin
Bhasker Pinninti10-May-06 2:38
Bhasker Pinninti10-May-06 2:38 
AnswerRe: smtp port Pin
chinnasrihari10-May-06 2:59
chinnasrihari10-May-06 2:59 
AnswerRe: smtp port Pin
chinnasrihari10-May-06 3:17
chinnasrihari10-May-06 3:17 
QuestionSecurity with WSE 3.0 Pin
dumser110-May-06 2:33
dumser110-May-06 2:33 
QuestionSystem.IO Problem? Pin
MudkiSekhon10-May-06 1:42
MudkiSekhon10-May-06 1:42 
AnswerRe: System.IO Problem? Pin
J4amieC10-May-06 2:10
J4amieC10-May-06 2:10 
GeneralRe: System.IO Problem? Pin
MudkiSekhon10-May-06 2:18
MudkiSekhon10-May-06 2:18 
GeneralRe: System.IO Problem? Pin
Paddy Boyd10-May-06 5:29
Paddy Boyd10-May-06 5:29 
GeneralRe: System.IO Problem? Pin
MudkiSekhon10-May-06 18:27
MudkiSekhon10-May-06 18:27 
GeneralRe: System.IO Problem? Pin
Paddy Boyd10-May-06 22:09
Paddy Boyd10-May-06 22:09 

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.