Click here to Skip to main content
15,914,452 members
Home / Discussions / Web Development
   

Web Development

 
Questionhow can i use a ATL component in ASP page Pin
Jim6-Jun-00 2:48
Jim6-Jun-00 2:48 
AnswerRe: how can i use a ATL component in ASP page Pin
Alex Gorev6-Jun-00 4:02
Alex Gorev6-Jun-00 4:02 
GeneralIFrame Problem Pin
Dan Smith2-Jun-00 18:14
Dan Smith2-Jun-00 18:14 
GeneralSearching on a web page. please respond. very urgent Pin
Member 15022-Jun-00 3:31
Member 15022-Jun-00 3:31 
GeneralRe: Searching on a web page. please respond. very urgent Pin
Erik Thompson2-Jun-00 6:35
sitebuilderErik Thompson2-Jun-00 6:35 
QuestionAnyone Konw Of Any DHTML Bugs In IE5? Pin
Member 23951-Jun-00 21:12
Member 23951-Jun-00 21:12 
QuestionSize Of DIV Contents? Pin
Member 239531-May-00 21:39
Member 239531-May-00 21:39 
AnswerRe: Size Of DIV Contents? Pin
haykel1-Jun-00 4:12
haykel1-Jun-00 4:12 
Set the width of the DIV block to a fixed value and make its position absolute so you can work with it under IE and Netscape.Create it as invisible. The browser should then set its height to a value so that the block will accomodate its contents. Now you can retreive this value with:

IE: document.all["strID"].offsetHeight
Netscape: document.layers["strID"].clip.height

This way you have the dimensions of the block (you know the width because you fixed it at the beginning) and you can center it in the browser window. Don't forget to make the block visible!

Bye
GeneralRe: Size Of DIV Contents? Pin
Member 23951-Jun-00 10:48
Member 23951-Jun-00 10:48 
GeneralDHTML: Retrieving The Dimensions Of A DIV Container Pin
Member 239525-May-00 21:24
Member 239525-May-00 21:24 
GeneralRe: DHTML: Retrieving The Dimensions Of A DIV Container Pin
haykel25-May-00 22:34
haykel25-May-00 22:34 
GeneralRe: DHTML: Retrieving The Dimensions Of A DIV Container Pin
Member 239531-May-00 21:36
Member 239531-May-00 21:36 
GeneralRe: DHTML: Retrieving The Dimensions Of A DIV Container Pin
haykel1-Jun-00 1:51
haykel1-Jun-00 1:51 
GeneralRe: DHTML: Retrieving The Dimensions Of A DIV Container Pin
Member 23951-Jun-00 10:49
Member 23951-Jun-00 10:49 
GeneralRTF to TXT/HTML Pin
richard24-May-00 9:48
richard24-May-00 9:48 
GeneralSpecifying multiple "Actions" in a form Pin
Chris Maunder19-May-00 1:07
cofounderChris Maunder19-May-00 1:07 
GeneralRe: Specifying multiple Pin
Uwe Keim19-May-00 1:13
sitebuilderUwe Keim19-May-00 1:13 
GeneralRe: Specifying multiple Pin
Chris Maunder19-May-00 1:30
cofounderChris Maunder19-May-00 1:30 
GeneralRe: Specifying multiple Pin
Alex Gorev19-May-00 5:20
Alex Gorev19-May-00 5:20 
GeneralRe: Specifying multiple Pin
Chris Maunder19-May-00 17:10
cofounderChris Maunder19-May-00 17:10 
GeneralRe: Specifying multiple Pin
Tim Deveaux20-May-00 7:31
Tim Deveaux20-May-00 7:31 
GeneralRe: Specifying multiple Pin
Tim Deveaux20-May-00 9:58
Tim Deveaux20-May-00 9:58 
GeneralPrinting multiple pages on the Client Pin
Chris Losinger18-May-00 8:15
professionalChris Losinger18-May-00 8:15 
GeneralRe: Printing multiple pages on the Client Pin
haykel21-May-00 7:22
haykel21-May-00 7:22 
GeneralRe: Printing multiple pages on the Client Pin
Chris22-May-00 6:13
Chris22-May-00 6:13 

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.