D
Dan Diebolt
I need some script that change "foo" to "bar" anywhere "foo" occurs on
the page once the page is loaded. Any idea how?
the page once the page is loaded. Any idea how?
I need some script that change "foo" to "bar" anywhere "foo" occurs on
the page once the page is loaded. Any idea how?
<body onload='mybody.innertext=mybody.innertext.replace(/foo/g,"bar")'>
<div id="mybody">
blah foo<br>
blah foo
</div>
</body>
I don't have a <div> to grab "mybody" as a handle. I have to simply make
the change to whatever text is within <body>.
I need some script that change "foo" to "bar" anywhere "foo" occurs on
the page once the page is loaded. Any idea how?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.