![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: how to trigger a .js from script?
From: Dr Clue <ianstormsfw@mindspring.com>
Date: Wed Sep 21 2005 - 23:18:46 CEST
livin wrote:
If the pages you are manipulating are *not* on your own site, then
Use an <iframe name="IFviewpages" onload="doSomething()"
Each time a page loads in the iframe, your function would get called.
in that function you can obtain the links
you can iterate through these and run them into a second iframe
There is also XMLHTTP , which could be more usefull in retrieveing
-- --. --=<> Dr. Clue (A.K.A. Ian A. Storms) <>=-- C++,HTML, CSS,Javascript --=<> http://resume.drclue.net <>=-- AJAX, SOAP, XML, HTTP --=<> http://www.drclue.net <>=-- SERVLETS,TCP/IP, SQL --.Received on Tue Oct 18 03:27:14 2005 |