![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: script on page
From: alu <none@none.com>
Date: Tue Aug 30 2005 - 16:36:24 CEST
> "P4tryk" <p4tryk@patryk.pl> wrote
_______________________________________________
> > innerHTML is case sensitive, and getElementById is a
> > The correct syntax would be:
> > document.getElementById("replaceContent").innerHTML=httpReq.text;
> > > ok, but how to make the script from the loaded page to run.
You are using XMLHttpRequest to load an alert? You may be trying to kill a
<script>
<div id="replaceContent"> </div>
<script>
// somewhere in an appropriate place then, you would actually call the
go();
Hope this solves the problem, if not, please explain clearly what you are
|