Click here to Skip to main content
15,884,237 members
Home / Discussions / Web Development
   

Web Development

 
Questionsmsing by internet to mobile Pin
sheemap1-Aug-09 8:01
sheemap1-Aug-09 8:01 
QuestionAvoid tables in Asp.net 3.5 UI Pin
Sayed Sajid31-Jul-09 23:19
Sayed Sajid31-Jul-09 23:19 
AnswerRe: Avoid tables in Asp.net 3.5 UI Pin
Abhijit Jana1-Aug-09 0:44
professionalAbhijit Jana1-Aug-09 0:44 
GeneralRe: Avoid tables in Asp.net 3.5 UI Pin
Sayed Sajid1-Aug-09 0:57
Sayed Sajid1-Aug-09 0:57 
GeneralRe: Avoid tables in Asp.net 3.5 UI Pin
Abhijit Jana1-Aug-09 1:23
professionalAbhijit Jana1-Aug-09 1:23 
AnswerRe: Avoid tables in Asp.net 3.5 UI Pin
sheemap1-Aug-09 8:32
sheemap1-Aug-09 8:32 
QuestionSSL Delay Pin
BeerFizz31-Jul-09 7:02
BeerFizz31-Jul-09 7:02 
QuestionDynamically set iframe height and width Pin
syaiful_8630-Jul-09 14:32
syaiful_8630-Jul-09 14:32 
Someone can help me, how to set height and width dynamically?

i try dis code

<script type="text/javascript">
function setSize(elem)
{
//find the height of the internal page
var the_height= elem.contentWindow.document.body.scrollHeight;
var the_width= elem.contentWindow.document.body.scrollWidth;

//change the height of the iframe
elem.height= the_height;
elem.width= the_width;
//alert(the_width);

}
</script>


<iframe id="Iframe1" src="Login.aspx" onload="setSize(this)" style="background-color: transparent" scrolling="no"></iframe>


iframe height function perfectly in ff,ie and chrome but iframe width not functioning in ffFrown any one can help me?
AnswerRe: Dynamically set iframe height and width Pin
Aman Bhullar30-Jul-09 22:40
Aman Bhullar30-Jul-09 22:40 
GeneralRe: Dynamically set iframe height and width Pin
syaiful_8631-Jul-09 1:38
syaiful_8631-Jul-09 1:38 
GeneralRe: Dynamically set iframe height and width Pin
ranuth30-Sep-09 16:45
ranuth30-Sep-09 16:45 
QuestionCustom ASP.NET security Pin
OsoreWatashi30-Jul-09 4:14
OsoreWatashi30-Jul-09 4:14 
AnswerRe: Custom ASP.NET security Pin
Christian Graus31-Jul-09 10:25
protectorChristian Graus31-Jul-09 10:25 
QuestionHaving trouble figuring out how to wait for XML Data Island binding to finish Pin
renfrochris30-Jul-09 4:08
renfrochris30-Jul-09 4:08 
Questionchange caption at runtime Pin
vinayh29-Jul-09 21:48
vinayh29-Jul-09 21:48 
AnswerRe: change caption at runtime Pin
Aman Bhullar30-Jul-09 0:50
Aman Bhullar30-Jul-09 0:50 
QuestionDRUPAL-uploading image Pin
myinstincts29-Jul-09 21:20
myinstincts29-Jul-09 21:20 
QuestionHow to change tabs inside an AJAX Tab container Using Javascript?? Pin
kKamel29-Jul-09 1:26
kKamel29-Jul-09 1:26 
AnswerRe: How to change tabs inside an AJAX Tab container Using Javascript?? Pin
kKamel29-Jul-09 1:41
kKamel29-Jul-09 1:41 
GeneralRe: How to change tabs inside an AJAX Tab container Using Javascript?? Pin
aldass7-Oct-09 10:55
aldass7-Oct-09 10:55 
Question$find JavaScript Question Pin
kKamel29-Jul-09 1:24
kKamel29-Jul-09 1:24 
AnswerRe: $find JavaScript Question Pin
Mike Ellison29-Jul-09 3:07
Mike Ellison29-Jul-09 3:07 
GeneralRe: $find JavaScript Question Pin
kKamel29-Jul-09 8:33
kKamel29-Jul-09 8:33 
GeneralRe: $find JavaScript Question Pin
Mike Ellison29-Jul-09 8:47
Mike Ellison29-Jul-09 8:47 
GeneralRe: $find JavaScript Question Pin
kKamel29-Jul-09 9:17
kKamel29-Jul-09 9:17 

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.