Click here to Skip to main content
15,888,579 members
Home / Discussions / Web Development
   

Web Development

 
GeneralIIS problem with my localhost Pin
Ahmad Adnan2-Apr-08 20:48
Ahmad Adnan2-Apr-08 20:48 
GeneralRe: IIS problem with my localhost Pin
Mark J. Miller3-Apr-08 5:00
Mark J. Miller3-Apr-08 5:00 
QuestionHow to display IFRAME in the proper place in different resolution? Pin
biswa472-Apr-08 19:35
biswa472-Apr-08 19:35 
Questioncreate collapse menu Pin
hochoint1-Apr-08 17:22
hochoint1-Apr-08 17:22 
GeneralRe: create collapse menu Pin
Bradml1-Apr-08 20:32
Bradml1-Apr-08 20:32 
Generalsetting document size Pin
Force Code1-Apr-08 6:08
Force Code1-Apr-08 6:08 
GeneralRe: setting document size Pin
led mike1-Apr-08 6:30
led mike1-Apr-08 6:30 
GeneralRe: setting document size Pin
Force Code1-Apr-08 7:23
Force Code1-Apr-08 7:23 
led mike wrote:
That doesn't make sense. The scrollable area is defined by the markup in the page, you can't set it because that would be inconsistent to what a browser is supposed to do, render the markup.


Here's one area it makes sense.

I found out that flash (or whatever the correct collective term is for flash, flex actionscript shockwave etc) has very limited built in capabilities for displaying html - there is no built in browser control for displaying a web page in a flash document. So, what they do is a hack, accessing an iframe defined in the html wrapper, via a javascript function also defined in the html wrapper, and displaying that iframe on top of the flash program. However, if the flash program has its own scroll bar, the html wrapper doesn't know anything about it and the iframe will be displayed on top of it. So, I was wanting some method to resize the html "page" (or 'document') via a javascript call from flash, reducing the page width so the iframe wouldn't display on top of the flash scroll bar.

It occured to me though, that as far as the page height, just setting the correct y location of the iframe would automatically extend the height of the html wrapper to correspond to the height of the flash page.

I still need to be able to set the scroll position of the wrapper, so that if I have several iframes, I don't have to reposition each one individually.
GeneralRe: setting document size Pin
led mike1-Apr-08 7:52
led mike1-Apr-08 7:52 
GeneralRe: setting document size Pin
Force Code1-Apr-08 8:12
Force Code1-Apr-08 8:12 
GeneralRe: setting document size Pin
Force Code1-Apr-08 8:29
Force Code1-Apr-08 8:29 
GeneralRe: setting document size Pin
led mike1-Apr-08 8:50
led mike1-Apr-08 8:50 
GeneralRe: setting document size Pin
Shog91-Apr-08 8:27
sitebuilderShog91-Apr-08 8:27 
GeneralRe: setting document size Pin
User 98854-Apr-08 18:13
User 98854-Apr-08 18:13 
QuestionAutoCompleteExtender Pin
Anthonyn1-Apr-08 4:32
Anthonyn1-Apr-08 4:32 
Generalgetting data given by the user and store in database... Pin
kinjalkhamar1-Apr-08 4:23
kinjalkhamar1-Apr-08 4:23 
GeneralRe: getting data given by the user and store in database... Pin
Mark J. Miller2-Apr-08 9:56
Mark J. Miller2-Apr-08 9:56 
GeneralGuys pls suggest me a good project definition using .NET Pin
paresh_sarjani31-Mar-08 18:05
paresh_sarjani31-Mar-08 18:05 
GeneralRe: Guys pls suggest me a good project definition using .NET Pin
Bradml31-Mar-08 21:00
Bradml31-Mar-08 21:00 
GeneralRe: Guys pls suggest me a good project definition using .NET Pin
Ali Rashid2-Apr-08 17:49
Ali Rashid2-Apr-08 17:49 
GeneralE-commerce Standards Pin
Edmundisme31-Mar-08 10:07
Edmundisme31-Mar-08 10:07 
GeneralRe: E-commerce Standards Pin
Bradml31-Mar-08 12:27
Bradml31-Mar-08 12:27 
GeneralRe: E-commerce Standards Pin
Edmundisme31-Mar-08 12:41
Edmundisme31-Mar-08 12:41 
GeneralRe: E-commerce Standards Pin
Bradml31-Mar-08 12:58
Bradml31-Mar-08 12:58 
QuestionGetting web service server URL at runtime... Pin
matmus30-Mar-08 3:11
matmus30-Mar-08 3:11 

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.