Click to See Complete Forum and Search --> : has anybody been able to use dfilter?
i was trying to user dfilter script.
http://javascript.internet.com/forms/dfilter.html
i think the code is looking for src='dFilter.js' ..
any idea how i can get that file so i can use the script.
MikeOS
04-03-2003, 06:13 PM
You should already have the file if you visited the page as your browser will cache it. I've found the file on my system within the 'Temporary Internet Folders' directory after I visited the page.
Ronritz
04-04-2003, 03:06 PM
I am new to Javascript. I am trying to use this and am not sure what to do with the dfilter.js The instructions are unclear. They say to copy this to a file and rename to dfilter.js Does the file go in the root directory?
MikeOS
04-04-2003, 06:19 PM
I haven't read any instructions, but as it's an external javascript file you need to reference it from your HTML page, like so:
<script language="javascript" src="dfilter.js">
That is, as long as you place this file in the same directory as the html file referencing it.
Ronritz
04-06-2003, 07:44 PM
Can the script be used in a .asp page?
i'm not sure if it can be used on .asp, but i have used it on .html files and it works great...
Ronritz
04-07-2003, 11:52 AM
So you did get it to work?? Did you cut and paste the code into the HTML page and also create a file called Dfilter.js?
Simply cut and paste the code. And also find the dfilter.js file that should be in your "Temporary Internet Files" folder. put this file in the same folder as your .htm file and that should work...