Click here to Skip to main content
15,886,518 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: javascript ajax innerhtml xml dom problem... Pin
l a u r e n27-May-07 11:35
l a u r e n27-May-07 11:35 
GeneralRe: javascript ajax innerhtml xml dom problem... Pin
JimmyRopes27-May-07 15:03
professionalJimmyRopes27-May-07 15:03 
Questionplease sol javascript problem Pin
Vinay Dornala26-May-07 2:52
Vinay Dornala26-May-07 2:52 
AnswerRe: please sol javascript problem Pin
JimmyRopes26-May-07 3:48
professionalJimmyRopes26-May-07 3:48 
AnswerRe: please sol javascript problem Pin
Guffa27-May-07 18:59
Guffa27-May-07 18:59 
QuestionDETAILSVIEW WITH 2 COLUMNS Pin
hifiger200425-May-07 23:33
hifiger200425-May-07 23:33 
QuestionHow can I find out whether a page of iframe has been loaded completely or not? Pin
Ankur.Bakliwal25-May-07 3:38
Ankur.Bakliwal25-May-07 3:38 
AnswerRe: How can I find out whether a page of iframe has been loaded completely or not? Pin
Dmitry Khudorozhkov25-May-07 10:03
Dmitry Khudorozhkov25-May-07 10:03 
IFRAME has an 'onload' event in MS IE browser; in other browsers... in depends. However, IFRAME has one event that works everywhere ok - onreadystatechange.
ifrm.onreadystatechange = handler;
Within 'handler', you will need to check ifrm.readyState property , it should be "complete" followed by "interactive". (I don't remember the exact state codes, look at the W3C site).

Here are some other solutions.

Hope it helps,

- Dmitry.

-------------------------
Listen up! Teamwork means staying out of my way! (Seifer, Final Fantasy 8).

GeneralRe: How can I find out whether a page of iframe has been loaded completely or not? Pin
Ankur.Bakliwal25-May-07 18:42
Ankur.Bakliwal25-May-07 18:42 
QuestionJavascript OOP with the setInterval() Pin
chaddolan25-May-07 3:17
chaddolan25-May-07 3:17 
AnswerRe: Javascript OOP with the setInterval() Pin
Dmitry Khudorozhkov25-May-07 9:49
Dmitry Khudorozhkov25-May-07 9:49 
GeneralRe: Javascript OOP with the setInterval() Pin
chaddolan26-May-07 2:08
chaddolan26-May-07 2:08 
QuestionIIS requires object download everytime I browse to the page... Pin
Mundo Cani24-May-07 22:21
Mundo Cani24-May-07 22:21 
QuestionRestore data from datatable to database Pin
sm_78224-May-07 21:08
sm_78224-May-07 21:08 
AnswerRe: Restore data from datatable to database Pin
Mark J. Miller25-May-07 7:35
Mark J. Miller25-May-07 7:35 
Questionhelp in displaying image in Hyperlink control Pin
EEmaan24-May-07 19:45
EEmaan24-May-07 19:45 
AnswerRe: help in displaying image in Hyperlink control Pin
Mark J. Miller25-May-07 7:29
Mark J. Miller25-May-07 7:29 
QuestionIIS OUT OF PROCESS Pin
Rajkamal_dfine24-May-07 19:00
Rajkamal_dfine24-May-07 19:00 
Questionwhy this HTML code works with Hotmail while it dosnt work with Yahoo! ??!! Pin
suroor45324-May-07 14:11
suroor45324-May-07 14:11 
AnswerRe: why this HTML code works with Hotmail while it dosnt work with Yahoo! ??!! Pin
Christian Graus24-May-07 15:32
protectorChristian Graus24-May-07 15:32 
GeneralRe: why this HTML code works with Hotmail while it dosnt work with Yahoo! ??!! Pin
suroor45328-May-07 12:11
suroor45328-May-07 12:11 
QuestionSaveAs Dialog in JavaScript Pin
hamidreza_buddy24-May-07 8:23
hamidreza_buddy24-May-07 8:23 
AnswerRe: SaveAs Dialog in JavaScript Pin
Dmitry Khudorozhkov25-May-07 9:45
Dmitry Khudorozhkov25-May-07 9:45 
QuestionManipulate server control with client script? Pin
Mundo Cani24-May-07 8:11
Mundo Cani24-May-07 8:11 
AnswerRe: Manipulate server control with client script? Pin
Christian Graus24-May-07 15:39
protectorChristian Graus24-May-07 15:39 

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.