|
I am trying to add a search button to frontpage to open a local file on a network drive the problem i am having is when i hit the submit button it will goto the s:\ directory but whatever has been typed in the box just gose no-where
i have tried to find a java script but thay anly work for
http:// and not file:///
below is a sample of my code
<form METHOD="GET" action="file:///s:/">
<p align="right"><input SIZE="40" name="p"> <input TYPE="submit" value="Search">
</p>
</form>
Please help
Greg
|