Monday 21, May 2012
Welcome Guest, Register | Login  
      Home    |    Tutorials    |    Free Ebooks    |    Free Scripts    |    Articles    |    Blog     |    About Us    |    Contact Us

  Google Internal Site Search Script

This script will enable you to search within a site using Google search.
Cut & Paste Script
<html>
<head>
<title>Google Site Search</title>
<script type="text/javascript">
//Domain name here
var domainname="www.studiesinn.com"
function Googlesitesearch(curobj){
curobj.q.value="site:"+domainname+" "+curobj.sterm.value
}
</script>
</head>

<body>
<form action="http://www.google.com/search" method="get" onSubmit="Googlesitesearch(this)">
<p><input name="q" type="hidden" />
<input name="sterm" type="text" id="sterm" /> <input type="submit" value="Search" /></p>
</form>
</body>
</html>
 
   
     RELATED SCRIPTS
 
A sample JSON definition
JavaScript Object Notation, has become a popular alternative to XML for defining structured data using JavaScript.
In strict JSON:
  • All string values must be in double quotes (single quotes won't do).
  • The name portion of each name/value pair must also be ...more »
Category : JavaScript Examples Hits : 429
   
Add Input Fields Dynamically using JavaScript
Use this script to upload files. As a file is selected, another input field is automatically added....more »
Category : JavaScript Examples Hits : 526
   
Drop Down World Clock Using JavaScript
Look up the time of various cities around the world easily with this useful script! Configurable to use cities of your choice....more »
Category : JavaScript Examples Hits : 563
   
Add or Change Options on a form select field using javascript
This script can be used to add or change options on a form select menu.
...more »
Category : JavaScript Examples Hits : 951
   
Dynamically Add and Remove HTML Controlls using JavaScript
this script can be used to add HTML controls to your forms dynamically.
...more »
Category : JavaScript Examples Hits : 788
   
   
SCRIPT CATEGORIES
 
  C Programs
C Programs scripts
  C++ Programs
C++ Programs scripts
  Java Programs
Java Programs scripts
  JavaScript Examples
JavaScript Examples scripts
  PHP Examples
PHP Examples scripts
  VBScript Examples
VBScript Examples scripts
 
 
 
POPULAR E-BOOKS
 
Download The Greatest Marketing Secrets of the Ages Ebook The Greatest Marketing Secrets of the Ages
   
Download Computer Basics Ebook Computer Basics
   
Download Open Source Security Tools: Practical Guide to Security Applications  Ebook Open Source Security Tools: Practical Guide to Security Applications
   
Download Marketing Your Music  First Steps Ebook Marketing Your Music First Steps
   
Download Philip and Alex's Guide to Web Publishing  Ebook Philip and Alex's Guide to Web Publishing
   
 
Studiesinn.com © 2012 All Rights Reserved.
Website Designed & Developed by TechXprtz