Click here to Skip to main content
15,913,685 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How To Make a hyperlink using Javascript.......? Pin
Shog97-Apr-08 5:06
sitebuilderShog97-Apr-08 5:06 
GeneralRe: How To Make a hyperlink using Javascript.......? Pin
Christian Graus7-Apr-08 12:29
protectorChristian Graus7-Apr-08 12:29 
AnswerRe: How To Make a hyperlink using Javascript.......? Pin
Sachin Pimpale6-Apr-08 21:36
Sachin Pimpale6-Apr-08 21:36 
GeneralFill area Image Map Help me soon Pin
Member 12583735-Apr-08 17:53
Member 12583735-Apr-08 17:53 
GeneralPosition of table differs in different browsers [modified] Pin
ASPnoob4-Apr-08 21:33
ASPnoob4-Apr-08 21:33 
GeneralRe: Position of table differs in different browsers Pin
User 98854-Apr-08 23:16
User 98854-Apr-08 23:16 
QuestionBrowser icon in address bar? Pin
Revathij4-Apr-08 21:12
Revathij4-Apr-08 21:12 
GeneralRe: Browser icon in address bar? Pin
Johnny ²4-Apr-08 21:33
Johnny ²4-Apr-08 21:33 
QuestioninnerHTML - unknown runtime error. Pin
Kiran S. S.3-Apr-08 23:41
Kiran S. S.3-Apr-08 23:41 
GeneralRe: innerHTML - unknown runtime error. Pin
Shog94-Apr-08 5:45
sitebuilderShog94-Apr-08 5:45 
GeneralRe: innerHTML - unknown runtime error. Pin
User 98854-Apr-08 18:04
User 98854-Apr-08 18:04 
GeneralRe: innerHTML - unknown runtime error. Pin
Soumini Ramakrishnan8-Apr-08 0:33
Soumini Ramakrishnan8-Apr-08 0:33 
QuestionShow dialog Upload in Firefox. Pin
ThienK273-Apr-08 20:26
ThienK273-Apr-08 20:26 
GeneralRe: Show dialog Upload in Firefox. Pin
Shog94-Apr-08 5:51
sitebuilderShog94-Apr-08 5:51 
GeneralCHARTING Tool for .NET project! Pin
sidbaruah3-Apr-08 20:11
sidbaruah3-Apr-08 20:11 
GeneralRe: CHARTING Tool for .NET project! Pin
Paddy Boyd4-Apr-08 0:50
Paddy Boyd4-Apr-08 0:50 
QuestionProblem in firing events - ASP.NET Ajax Pin
Leonades2-Apr-08 23:04
Leonades2-Apr-08 23:04 
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.

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.