D
Dr J R Stockton
I'm using an iframe, to load same-domain pages.
Can JavaScript tell if the requested page does not exist, and if so how?
I want to note and continue.
Can JavaScript tell when the page loading is complete, and if so how?
The equivalent of body onload would do, though after the completion of
the page's own body onload would be better. For this purpose, it is
highly desirable that nothing should need to be added to the iframe
pages.
Essentially I want
onCompletelyDoneTheFollowingLine = functionname
iframe.src = URL
}
I have a suspicion that if in at least one browser a "full" page
is loaded in an iframe, followed by a page with less than two
anchors, the second page may not replace the anchors array of
the first page.
Can JavaScript scroll a textarea, and if so how? I have a textarea that
gets new lines appended at a variable rate of about one a second, and
would like to have the newest ones normally visible - just like MSDOS or
an ASR33.
Can JavaScript tell if the requested page does not exist, and if so how?
I want to note and continue.
Can JavaScript tell when the page loading is complete, and if so how?
The equivalent of body onload would do, though after the completion of
the page's own body onload would be better. For this purpose, it is
highly desirable that nothing should need to be added to the iframe
pages.
Essentially I want
onCompletelyDoneTheFollowingLine = functionname
iframe.src = URL
}
I have a suspicion that if in at least one browser a "full" page
is loaded in an iframe, followed by a page with less than two
anchors, the second page may not replace the anchors array of
the first page.
Can JavaScript scroll a textarea, and if so how? I have a textarea that
gets new lines appended at a variable rate of about one a second, and
would like to have the newest ones normally visible - just like MSDOS or
an ASR33.