Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ghoulardi

  1. ghoulardi

    window.open Search using QUOTES ??

    its not an href link. It is a link in the registry that will launch when clicking GO on the toolbar. The links all look something like this. javascript:void(window.open("http://www.google.com/search?hl=en&ie=UTF-8&q=%sl&btnG=Google+Search")); So If it works 100% then can you make that code...
  2. ghoulardi

    window.open Search using QUOTES ??

    You asked the error.. It just says done, no window opens or anything.
  3. ghoulardi

    window.open Search using QUOTES ??

    These two here work with double quotes but not single quotes so a search for "O Riely" would work but a search for O'Riely would fail javascript:void(window.open('http://www.google.com/search?hl=en&ie=UTF-8&q=%s&btnG=Google+Search'))...
  4. ghoulardi

    window.open Search using QUOTES ??

    Dan, Yes that is how I needed to see it. Sorry my explenation was not good. Im new to this. Anyways the code you posted last did not do anything at all. Did it work for you? I do appreciate your help. Thanks
  5. ghoulardi

    window.open Search using QUOTES ??

    The example you gave is in html and this toolbar dose not use html, I just dont understand how that will work. thats why i said they need to look something like this. javascript:void(window.open("http://www.google.com/search?hl=en&ie=UTF-8&q=%sl&btnG=Google+Search"));
  6. ghoulardi

    window.open Search using QUOTES ??

    I think I made my last post at the same time as you did :) Well, I should have mentioned this is for a toolbar. It adds a list to the registry and each url is listed and when you enter in the toolbar, your search term, it replaces the %s with the search term. I want to have this url...
  7. ghoulardi

    window.open Search using QUOTES ??

    Thanks Dan!!! How would this script look using the "escape" and "unescape" ??? Thanks again.
  8. ghoulardi

    window.open Search using QUOTES ??

    javascript:void(window.open("http://www.google.com/search?hl=en&ie=UTF-8&q=%sl&btnG=Google+Search")); This Opens a new window and searches Google but my problem is I cant include QUOTES. (e.g. "1 2 3") %s = the searched word. Does anyone know how I can make this work? Im a novice and Im...
  9. ghoulardi

    Where do I insert target='_blank'

    Thanks alot for taking the time to try and help me with this. It didnt work unfortunatley, but I have atleast got an idea of what it should look like. As you can probably tell I know very little about javascript. If your interested in testing a little, the link for the toolbar is below. If not...
  10. ghoulardi

    Where do I insert target='_blank'

    Thanks alot. I just wish someone knew exactly how It should go. hehe, Ive been searching for awhile on google and here but I will continue looking. Thnks again for the info.
  11. ghoulardi

    Where do I insert target='_blank'

    Im working on a toolbar for IE. It has a button you can use to open a selected (highlighted) non active url. It opens the link in the same window. It works fine but I want the link to open in a new window. I just cannot figure out where to insert target='_blank' here is the line I need...

Part and Inventory Search

Back
Top