Click here to Skip to main content
16,007,443 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Tiny problem with javascript Pin
daveyerwin26-Aug-07 8:16
daveyerwin26-Aug-07 8:16 
GeneralRe: Tiny problem with javascript Pin
saadani8-Sep-07 13:22
saadani8-Sep-07 13:22 
QuestionSession ID using ASP Pin
amit990725-Aug-07 4:00
amit990725-Aug-07 4:00 
Questionproblem with framing asp page on homepage.html Pin
prachishah25-Aug-07 3:14
prachishah25-Aug-07 3:14 
AnswerRe: problem with framing asp page on homepage.html Pin
amit990725-Aug-07 4:02
amit990725-Aug-07 4:02 
QuestionRunning ASP on IIS 7 (windows vista) Pin
sameersehrawala25-Aug-07 0:54
sameersehrawala25-Aug-07 0:54 
QuestionFinding HTML elements/tags - vertical, horizontal positions X,Y by JS/VBS? Pin
eugeugeug12324-Aug-07 7:31
eugeugeug12324-Aug-07 7:31 
AnswerRe: Finding HTML elements/tags - vertical, horizontal positions X,Y by JS/VBS? Pin
George L. Jackson25-Aug-07 4:07
George L. Jackson25-Aug-07 4:07 
I never had the requirement to do such a thing so I am only talking theoretically. So, take my comments with a grain of salt.

First of all, I am not sure that all tags have physical x-y coordinates. Block elements such as DIV and IMG may have coordinates but inline elements such as SPAN are sequentially relative to the parent element. Also, block elements can also be positioned sequentially relative to their parent. Furthermore, the default behavior of a element is to be positioned sequentially within its parent. If it is possible to find the x-y coordinate of an element, you may need to calculate the x-y coordinates of its ancestors to derive its location. However, since an element can be on another plane or positioned absolutely, determining the position of an element can be quite complicated.




"We make a living by what we get, we make a life by what we give." --Winston Churchill

QuestionProblems reading from a text file Pin
WeilerM24-Aug-07 6:42
WeilerM24-Aug-07 6:42 
AnswerRe: Problems reading from a text file Pin
Fred_Smith24-Aug-07 7:09
Fred_Smith24-Aug-07 7:09 
AnswerRe: Problems reading from a text file Pin
andyharman24-Aug-07 7:10
professionalandyharman24-Aug-07 7:10 
QuestionRemote Scripting Pin
Civic0624-Aug-07 4:37
Civic0624-Aug-07 4:37 
AnswerRe: Remote Scripting Pin
andyharman24-Aug-07 7:19
professionalandyharman24-Aug-07 7:19 
GeneralRe: Remote Scripting Pin
Civic0625-Aug-07 6:37
Civic0625-Aug-07 6:37 
QuestionIE, Sharepoint and rich ajax enabled grid -> SLOW Pin
bassdscho24-Aug-07 1:54
bassdscho24-Aug-07 1:54 
AnswerRe: IE, Sharepoint and rich ajax enabled grid -> SLOW Pin
Mark Churchill26-Aug-07 18:21
Mark Churchill26-Aug-07 18:21 
GeneralRe: IE, Sharepoint and rich ajax enabled grid -> SLOW Pin
bassdscho26-Aug-07 19:36
bassdscho26-Aug-07 19:36 
Questionjava script or php Pin
gajendra_cs24-Aug-07 1:33
gajendra_cs24-Aug-07 1:33 
AnswerRe: java script or php Pin
Vasudevan Deepak Kumar24-Aug-07 1:36
Vasudevan Deepak Kumar24-Aug-07 1:36 
GeneralRe: java script or php Pin
gajendra_cs24-Aug-07 1:47
gajendra_cs24-Aug-07 1:47 
Questionjavascript code for uploading files Pin
gajendra_cs24-Aug-07 1:24
gajendra_cs24-Aug-07 1:24 
AnswerRe: javascript code for uploading files Pin
Vasudevan Deepak Kumar24-Aug-07 1:37
Vasudevan Deepak Kumar24-Aug-07 1:37 
Questionrequesr cookies with/without domains "www" Pin
Will6623-Aug-07 4:57
Will6623-Aug-07 4:57 
AnswerRe: requesr cookies with/without domains "www" Pin
Vasudevan Deepak Kumar24-Aug-07 1:37
Vasudevan Deepak Kumar24-Aug-07 1:37 
GeneralRe: requesr cookies with/without domains "www" Pin
Will6624-Aug-07 3:19
Will6624-Aug-07 3:19 

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.