Script Search Site With Over 100,000 Resources

Jul 23, 2005

I just launched a website and would like to know what people think
about it. It's a search engine dedicated exclusively to finding
scripts and searches among the most resourceful script directories on
the internet. It would be great if you could try a search and tell me
what you think about it, if there's anything to change/add, or if it
simply is a tool no one will want of. You have the options to choose
how many search results you want per page and also what script
categories to search in.

View 3 Replies


ADVERTISEMENT

Search Another Site For A Specific Phrase?

Jan 19, 2009

I am looking for a way to search another site for a specific phrase.

People are linking to my site and then I have to ask them for the page where they linked and go validate that it's there. I'd like to automate this process.

View 1 Replies View Related

Adding Internal Site Search?

Sep 22, 2011

I'm trying to add an internal site search to my website, and it only work for some search items, not for everything. For example, if I search for Bud Light, Budweiser, Bud Light Lime, it finds them. But if I search for Stella Artois, Paulaner, or Hoegaarden, it doesn't find anything. I'm thinking there's something wrong with the javascript code, I'm just not sure how to fix it.Here's the code in the head region:

[<script type="text/javascript">
// Google Internal Site Search script- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/

[code]....

View 1 Replies View Related

How To Create A Site-Level Search Applet???

Jul 20, 2005

Can anyone point me to a good tutorial for creating a site-level
search applet? I am trying to create a virtual catalog of sorts, and
I would like to be able to search the catalog and have the results
displayed on the same page with one column text and an image of the
product. I've seen several tutorials that create site-level searches
that will bring back a search results page with options to choose
from. I am looking to create a search that does not bring back this
"results" page, but displays an image of the product instead. Given
the nature of the products, search results will only bring back one
specific item, and so, I would like to skip the "results" page
altogether. Any thoughts?

View 1 Replies View Related

Google Internal Site Search Modifications

Mar 5, 2009

I am using the following script:
<script type="text/javascript">
// Google Internal Site Search script- By JavaScriptKit.com [URL]
// For this and over 400+ free scripts, visit JavaScript Kit- [URL]
// This notice must stay intact for use
//Enter domain of site to search.
var domainroot="[URL]"

function Gsitesearch(curobj){
curobj.q.value="site:"+domainroot+" "+curobj.qfront.value
}
</script>
<form action="[URL]" method="get" onSubmit="Gsitesearch(this)">

<p>Search JavaScript Kit:<br />
<input name="q" type="hidden" />
<input name="qfront" type="text" style="width: 180px" /> <input type="submit" value="Search" /></p>
</form>
<p style="font: normal 11px Arial">This free script provided by<br />
<a href="[URL]">JavaScript Kit</a></p>

I want to modify the onSubmit event to also include this code:
window.open('', 'foo', 'width=450,height=300,status=yes,resizable=yes,scrollbars=yes')
But I am having difficulties. I would like for the search results page to be displayed in the new window.

View 2 Replies View Related

Search Fields For Multiple Site Searching

Sep 4, 2007

I want to make a search field for my site where the user can enter his query then select which site he would like to search the query on. Like www.torrents.to has, basically just like that. I know nothing about coding, could somebody write the code for me and tell me where to put my links, directory stuff etc...?

View 2 Replies View Related

Javascript Resources

Aug 11, 2003

My first request is a function that changes the background of something on click. For example if I define which background I want changed (for example a table or cell) and have a function call the name that relates to that field then it will change it to the color I define in the function.

My second request is if I have a link/button I would like it to show/unhide code that I specificy. I am not sure how one could do something like this but have it so that the code is in a specific block of HTML, then when the function is called it actually shows the text. This will come in very handy for some of the massive datasheets in my project.

My third request is: does anyone know where I can get a good FREE wysiwyg just like the one SPF uses? I have tried spaw wysiwyg but it doesnt support too many os's.

View 8 Replies View Related

Sending Values From Application Resources.Properties?

Jan 7, 2010

How to send values from application resources.properties file to a java script function in a jsp.

View 1 Replies View Related

Restrict The Access For Web Content Resources Files?

Jun 7, 2011

I have a Web application and the web resources like jss,css,jquery files are located outside of the WEB-INF directory (Java application) and if some user or hacker change the URL could see the source code for many js and jquery files.

View 4 Replies View Related

JQuery :: Parse HTML Without Retrieving External Resources?

Jul 30, 2010

I am putting together a site that uses screen scraping to extract results from a number of search engines. The HTML is downloading fine and I am able to extract search engines results relatively easily using the JQuery .find() function.

My problem is that when the HTML is parsed the browser is firing requests for external resources (i.e. image & video files) that are referenced within the parsed HTML. These resources are not required by my site (I only extract the text results and don't want to display images) and just waste the user's bandwidth.

Is it possible to parse the HTML without evaluating embedded resources?

From using Fiddler and Firebug I have determined that the requests are being made during execution of this function [code]...

View 4 Replies View Related

Search Term To Stay In Search Field After Search?

Dec 10, 2010

I have a search field on the website, and when I type a word to search, it search good, but after preforming the search, the search term from search text field disappears and become the default 'Search' word.

How can I make search term stay in search field after preforming a search ? For example, when I type into the search field 'JavaScript' I want that term to stay in search field and after the search is done.

View 1 Replies View Related

Instant Search - Code - Show Result String On The Search Field

Dec 13, 2011

I found this for instant search :

demo : [url]

index.php

Now i just want to edit one thing, when you search for something, results are shown under the search field, when you click on each result, goes to a link.

I want when clicking on a result, not going to link, just show that result string on the search field. where should i edit in script?

View 3 Replies View Related

Smart Search Form & Browsers Saved Search Fields?

Aug 18, 2010

I have created a similar smart search like yellowpages:[URL]... Here is the problem I have with mine:

Lets say I search 'Attorneys' I start typing 'Att' ... then 'Attorneys' shows up in the smart search so I click on it and press enter. The next time I start typing 'Att' my browsers saved search field pops up over the websites smart search. Here is an image which might help explain the problem a bit more:

View 1 Replies View Related

JQuery :: Clearing Search Box With Click On Search Results?

Jul 13, 2011

how is clearing search box with click on search results?

jquery:
var strToMatch = $("#hotel").val();
$('.list_name p').each(function () {
if (this.innerHTML.indexOf(strToMatch) > -1) {

[Code]....

View 1 Replies View Related

Passing Search Queries To Google Custom Search?

May 23, 2011

I have chosen to use Google Custom Search with my website and was given the following code, my question is, how can i pass a search query from my homepage which has a standard form on there to the search page which holds this code?

I am given a search box within this code but would prefer to use my own on the homepage...

<div id="cse" style="width: 100%;">Loading</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'en'});

[Code]....

View 3 Replies View Related

Limit The Search Area And Not Search The Entire Page?

Aug 24, 2011

I have a javascript that allows me to search text on a page.What I want to do is to limit the search area and not search the entire page.

Here is an example page:

[URL]

View 1 Replies View Related

Using Single Search Box For Multiple Search Methods?

Dec 7, 2011

I have a website that I'm designing where I have the need to search multiple sites at specific times. By this I mean that In some cases, we would want to search only the internet using google, or only search the site that I've created (which currently uses the jse_search.js solution), or only our company's website.

I currently have four different search boxes that will search either the internet, the internal site, a separate internal site, or a third-party website, which all working fine. The problem is that the search boxes take up quite a bit of space, and the layout is becoming cumbersome. Is there a way in Javascript I could use a single search box and a drop-down list to select which method to use? The code I'm currently using is below. With the exception of the Google search function, I've modified some of the site names to general site names and paths to preserve the company's anonymity:

Code in the <head> tag:
<script language="JavaScript1.3" type="text/javascript" src="jse_form.js">
</script>
Code in the <body> tag:
<!--Begin Internal Site Search 1!-->

[Code]...

View 2 Replies View Related

Search Certain Websites Without Having To Use Specific Search Engines?

Aug 27, 2009

is it possible via Javascript to search certain websites with certain keywords without having to use specific search engines?

example search only the following:

1. www.yyy.com
2. www.aaa.com
3. www.zzz.com

for the keyword "Laminat" and open the sites accordingly.

View 8 Replies View Related

Can JS Suss Out "on-site" Vs Off-site HTTP Requests?

Dec 5, 2006

this may be more of an "html" issue, but I'll wing it.

i've got a multi-language site, where the home-page of each language group
features a link to a popup window that offers background info on site
management. the popup is fired by a javascript function, when they click
the site management link. there's also a "window close" function button so
they can nuke it as they please.

now, oddly, people who search for my site in the chinese language on google,
are sent directly to the site management popup window, which of course,
opens in their "full" browser window, and which also has no links back to
the main site, because it's meant to open only as an "accessory" to the main
site.

my question is this: is there any way, with Javascript, that I could
determine if they arrived at this window from "off-site" (ie, a google
search), and therefore offer such "off-site" visitors a link back to the
principal site, a link that would be hidden for visitors who clicked the
popup window from my own site?

View 2 Replies View Related

Search The Index.xml File Throu Diff Input Like Combo Box And Input Text Shown In The Search.html File?

Jan 24, 2011

i want to search the index.xml file throu diff input like combo box and input text shown in the search.html file and output the result in a tale.

search.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Search</title>
<script type="text/javascript" src="search%20xml/search%20xml%20with%20mouseover%20table/searchindex.js"></script>

[Code]...

View 3 Replies View Related

Embed Search Form Into Page And Search That Page's Content?

Sep 28, 2011

I have a page built in Sharepoint. I need to create a little search box within that page so people can search for names on that same page. It's a page with a lot of text, hence why the search feature is needed.

I can only use an XML editor.

View 4 Replies View Related

Posting Data From A Form On My Site To A Form On Someone Else's Site:

Feb 25, 2006

Basically, I registered for a free board at one of the various sites because my server doesn't support .cgi scripts. I want to know if there is a way to have the data from a form on my site post to the board site -A user would fill in my form, click submit, and a new post would appear on the board site -as if they had entered it there.
If you can point me in the right direction, I would be grateful. Here is my thinking.

A) I can't locate the script that they use to perform a "submit"; so I thought I might enter their <head> data (as far as xmlns, href, etc) in my <head>; that my website might call up their script files, css sheets, etc.

B)I could code my own Javascript function to send my form data to their site. If I knew how to simulate a mouseclick on someone else's site, I could have the script "click" there, paste the data, and hit the submit button. But I don't.

C) I could size their site down to the form itself and put it in a frame on my page

Option C is clearly easier, but I would prefer option A or B. I have time and will happily do the research myself; provided that I know if approach A or B is even feasible.

View 1 Replies View Related

Web Search

Jul 20, 2005

I wish to have a search page on my website, so that the website user can
search for items on my site, and list the results in another page, how would
I go about carrying this out, I would like to set this up before publishing
it to the web.

View 2 Replies View Related

Search Key By Key

Feb 7, 2010

I'm not a web developer (I write in DELPHI and C++), but I was asked to help with the little problem which is based on javascript (never touched before now).A problem is to write a search engine in JavaScript only (The "application" works only on HTML and JS files). For easier explanation I'll change a topic of the problem and instead I'll talk about countries.There is a map of the world. All the countries are included in the JS file which looks like this (it's only a little piece):[code]And now I have a list (jpg files) and when I touch the flag or country's name It's highlighted on the map. Now I want to create a search engine which works in the way that instead of country names I have an alphabet button and the textbox. If I press a letter "N", I want to list (in [for example] the LISTBOX item) all the countries which the first letter is "N". Then if I press "I" I want to refresh the list and get all the coutries which begins with "NI", and so on. After this I'll do links which permits to click on the search result and show the listed countries on the map.I can't do this, and unfortunately can't tell that I don't know HOW, bcause I promissed to do this in 3 days, but it's too hard for me to do this in JS.

View 2 Replies View Related

Print Site

Jul 23, 2005

How can I print a web-site without site number and url?

View 6 Replies View Related

Cookies To Another Web Site

Oct 25, 2005

Got a client with three web sites. I want to be able to pass cookies between these sites, so far no luck. Tried:

document.cookie = name + "=" + escape (value) +
((exp == null) ? "" : ("; expires=" + exp.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
("; domain=.yorktest.com") +
((secure == true) ? "; secure" : "");

Code:

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved