Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Search help needed!

Featured Replies

Hey,

 

I'm using this script to search my website. At the moment all the results open in a window. How do I get it to appear as a list on the same page within the website?

 

What's the easiest and quickest way of achieving this?

 

Any help is appreciated!!

 

Thanks.

 

 

<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/
// This notice must stay intact for use


//Enter domain of site to search.
var domainroot=""


function Gsitesearch(curobj){
curobj.q.value="site:"+domainroot+" "+curobj.qfront.value
}


</script>
<form id="form1" name="form1" method="get" action="http://www.google.com/search" target="_blank" onsubmit= "Gsitesearch(this)">
<input name="q" type="hidden" />
<input name="qfront" type="text" style="width: 160px" />
<input type="submit" value="Search" />
</form>

 

 

The target should not be blank for open search on same page. remove the target blank form action.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.