Jump to content

tarantula11

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

tarantula11's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have problem with google search box for share sites.it very unique and show all files.http://electronics-searcher.info/musicvideo/ I like open search results in second frame on my site.But i can put full stop.Results open first on second frame then on google.php.when i delete google.php in form i don`t get results.Second frame works normal and open ad from hosting server in second frame on my site.And code look like this: 1.index.php <iframe src="content.php" name="content" width="800" align="top" scrolling="auto"></iframe> <iframe src="google.php" name="google" width="800" height="900" align="middle" scrolling="auto"></iframe> 2.content.php <form action="http://electronics-searcher.info/musicvideo/google.php" name="cse-search-box" target="google" id="cse-search-box"> <div> <input type="hidden" name="cx" value="partner-pub-0223885233567584:yxpg9puiqxa" /> <input type="hidden" name="cof" value="FORID:10" /> <input type="hidden" name="ie" value="ISO-8859-1" /> <input type="text" name="q" size="31" /> <input type="submit" name="sa" value="Search" /> </div> </form> <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script> 3.google.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <div id="cse-search-results"></div> <script type="text/javascript"> var googleSearchIframeName = "cse-search-results"; var googleSearchFormName = "cse-search-box"; var googleSearchFrameWidth = 800; var googleSearchDomain = "www.google.com"; var googleSearchPath = "/cse"; </script> <script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script ></body> </html> can anybody help me?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.