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

Web Development

 
GeneralRe: How to unload ASCX with RequiredFieldValidator Pin
minhpc_bk20-Jun-05 23:47
minhpc_bk20-Jun-05 23:47 
Generalaccess javascript through webbrowser object Pin
BlackDice20-Jun-05 11:17
BlackDice20-Jun-05 11:17 
GeneralRe: access javascript through webbrowser object Pin
minhpc_bk20-Jun-05 17:26
minhpc_bk20-Jun-05 17:26 
GeneralRe: access javascript through webbrowser object Pin
BlackDice21-Jun-05 2:01
BlackDice21-Jun-05 2:01 
GeneralRe: access javascript through webbrowser object Pin
minhpc_bk21-Jun-05 18:08
minhpc_bk21-Jun-05 18:08 
GeneralRe: Database problem!!! Pin
MoustafaS20-Jun-05 15:08
MoustafaS20-Jun-05 15:08 
GeneralHtml elements visibility (important) Pin
llp00na20-Jun-05 4:15
llp00na20-Jun-05 4:15 
GeneralRe: Html elements visibility (important) Pin
Mattias Olgerfelt20-Jun-05 22:22
Mattias Olgerfelt20-Jun-05 22:22 
Well..

You can check the size of the window and then check the position of the image.
Note however that the position of the image is reltive to the child element if that has the attribute position: set to "realtive" or "absolute".

Yea.. and you have to check how much the window has scrolled also...
<br />
The functions to use are:<br />
// window size.<br />
document.body.offsetWidth<br />
document.body.offsetHeight<br />
<br />
<object>.offsetLeft<br />
<object>.offsetTop<br />
<object>.scrollLeft<br />
<object>.scrollTop<br />
<object>.style.pixelLeft<br />
<object>.style.pixelTop<br />


By the way, these are the Explorer specific functions...

/M
GeneralRe: Html elements visibility (important) Pin
llp00na21-Jun-05 7:54
llp00na21-Jun-05 7:54 
QuestionHow to check if all the values of controls has been set in a html page? Pin
Anonymous19-Jun-05 23:17
Anonymous19-Jun-05 23:17 
AnswerRe: How to check if all the values of controls has been set in a html page? Pin
Vasudevan Deepak Kumar19-Jun-05 23:31
Vasudevan Deepak Kumar19-Jun-05 23:31 
Questioncan jsp use 2 servlets Pin
lhahehal19-Jun-05 21:42
lhahehal19-Jun-05 21:42 
AnswerRe: can jsp use 2 servlets Pin
Mattias Olgerfelt20-Jun-05 0:08
Mattias Olgerfelt20-Jun-05 0:08 
GeneralRegex problem Pin
alex.barylski17-Jun-05 13:01
alex.barylski17-Jun-05 13:01 
GeneralWeb Custom Control Designer issue Pin
work_to_live17-Jun-05 4:42
work_to_live17-Jun-05 4:42 
GeneralRe: Web Custom Control Designer issue Pin
minhpc_bk18-Jun-05 21:58
minhpc_bk18-Jun-05 21:58 
GeneralRe: Web Custom Control Designer issue Pin
work_to_live20-Jun-05 5:08
work_to_live20-Jun-05 5:08 
GeneralRe: Web Custom Control Designer issue Pin
minhpc_bk20-Jun-05 6:30
minhpc_bk20-Jun-05 6:30 
GeneralInserting calendar in WebPage Pin
venugopal_112517-Jun-05 3:02
venugopal_112517-Jun-05 3:02 
GeneralRe: Inserting calendar in WebPage Pin
Vasudevan Deepak Kumar18-Jun-05 1:06
Vasudevan Deepak Kumar18-Jun-05 1:06 
Generaluploading file Pin
kh_neeru17-Jun-05 0:30
kh_neeru17-Jun-05 0:30 
GeneralRe: uploading file Pin
Vasudevan Deepak Kumar18-Jun-05 1:07
Vasudevan Deepak Kumar18-Jun-05 1:07 
GeneralProblem redesigning the CSS way Pin
David O'Neil15-Jun-05 21:53
professionalDavid O'Neil15-Jun-05 21:53 
GeneralRe: Problem redesigning the CSS way Pin
Mattias Olgerfelt20-Jun-05 0:20
Mattias Olgerfelt20-Jun-05 0:20 
GeneralRe: Problem redesigning the CSS way Pin
David O'Neil20-Jun-05 11:50
professionalDavid O'Neil20-Jun-05 11:50 

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.