|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Hi,
I'm trying to create a pop up window when you do a google search from my web site, here is the code I got from google to create the search engine: <HTML> <HEAD> <TITLE> </TITLE> <body> <!-- Search Google --> <left> <FORM method=GET action="http://www.google.com/search"> <TABLE bgcolor="#FFFFFF"><tr><td> <A HREF="http://www.google.com/"> <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google" align="absmiddle"></A> <INPUT TYPE=text name=q size=20 maxlength=255 value=""> <INPUT type=submit name=btnG VALUE="Google Search"> </td></tr></TABLE> </FORM> </left> <!-- Search Google --> Do I need to create a Javascript function to enable a small pop up search window instead of it just fowarding the entire page to google like this: <script language="javascript"> function google () { window.open("http://www.google.com/search ,"width=600,height=600,screenx=10,screeny=10,toolbar=0,menubar=0,personalbar=0,location=0,scrollbars=1 ,resizable=1"); } </script> Is this right, its not working for me??? Thanks |
|
#2
|
|||
|
|||
|
I found this on one of google's sites that had a PopUp like the one I'm looking for. will this work??
<script language="javascript"> <!-- var Google Search = 0; function Google Search () { preview_Google Search = window.open("","Google Search ","width=650,height=500") document.sdata.target="Google Search " document.sdata.action="/cobrand/Google Search " document.sdata.submit() } function register() { document.sdata.target="_top" document.sdata.action="/cobrand/free_register" document.sdata.submit() } |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > creating a pop up window on a search engine |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|