I haven't a clue really it's been years and I used to frontpage bots (cgi and the like) I only have fastcgi and php installed on my server... The page is an .html style page:
Is obviously the search form and the css for the form is:Code:<form action="" method="post" id="form" name="" target="_top"> <div> <input type="text" value="Searching..." onfocus="if(this.value=='Searching...'){this.value=''}" onblur="if(this.value==''){this.value='Searching...'}" class="inp_1" > <a href="#" class="fleft" onclick="document.getElementById('form').submit()"> <img src="_images/main_site_images/button-1.gif" alt="" width="24" height="24" ></a> </div> </form>
If that in fact really matters much, I suspect not -- anyway, I purchased the template, of course you're pretty much on your own with this (their rules)Code:/*==================forms====================*/ input, select { vertical-align:middle; font-weight:normal;} img {border:0; vertical-align:top; text-align:left;} .inp_1 {width:249px; padding:5px 0 7px 10px; border:0px; background:url(_images/input-bg.gif) no-repeat; color:#828175; font-size:11px; float:left; margin-right:4px;} textarea { width:287px; height:72px; background:#fff; overflow:auto; border-top:1px solid #303030; border-left:1px solid #303030; border-bottom:1px solid #9f9f9f; border-right:1px solid #9f9f9f; padding-left:3px;}
I attempted to create a blank template page called search.html to send the results to but it pulls up just a blank page. Can't I have a "div" or something like that on the page for results, or is it best to send the results to a "results page" (the latter is probably the smart way of going about it...
-----Part Two----
If need be I will create a separate post for this question:
I have a url,(as an example). I would like to create a form that would allow users to interact with the keywords(mk=) and then submit the url for results... any help would be greatly appreciated...Code:http://foo.com/rrr/feeds/kw=network+engineer



Reply With Quote

Bookmarks