Click here to Skip to main content
15,910,358 members
Home / Discussions / Web Development
   

Web Development

 
GeneralPassing multiple values Pin
Ph@ntom19-Jun-04 2:09
Ph@ntom19-Jun-04 2:09 
GeneralRe: Passing multiple values Pin
Roger Wright19-Jun-04 3:48
professionalRoger Wright19-Jun-04 3:48 
GeneralRe: Passing multiple values Pin
Rohit  Sinha19-Jun-04 18:57
Rohit  Sinha19-Jun-04 18:57 
GeneralRe: Passing multiple values Pin
palbano19-Jun-04 19:04
palbano19-Jun-04 19:04 
GeneralRe: Passing multiple values Pin
sivilian24-Jun-04 5:10
sivilian24-Jun-04 5:10 
GeneralURGENT! Problem migrating an ASP website onto Windows Server 2003 (Recordset Cursor/Bookmarks) Pin
Nathan Ridley18-Jun-04 17:28
Nathan Ridley18-Jun-04 17:28 
GeneralRe: URGENT! Problem migrating an ASP website onto Windows Server 2003 (Recordset Cursor/Bookmarks) Pin
Ph@ntom19-Jun-04 2:30
Ph@ntom19-Jun-04 2:30 
Questionwindow.open Search using QUOTES ?? Pin
ghoulardi17-Jun-04 17:11
ghoulardi17-Jun-04 17:11 
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

http://www.google.com/search?hl=en&ie=UTF8&q=sl&btnG=Google+Search

to look something like this

javascript:void(window.open("http://www.google.com/search?hl=en&ie=UTF-8&q=%sl&btnG=Google+Search"));

so the toolbar opens a new window when the search is made.
The problem with the javascript above, is that it works but I cant use " " when needed.

This one below, adds quotes but they are permanent so It always searches with Quotes.

window.open("http://www.google.com/search?hl=en&ie=UTF-8&btnG=Google+Search&q="+escape('"%s"'))


Any ideas what will work?

Thanks for your help!!!!
Does anyone know how I can make this work? Im a novice and Im totaly lost. . Thanks

AnswerRe: window.open Search using QUOTES ?? Pin
palbano17-Jun-04 17:38
palbano17-Jun-04 17:38 
AnswerRe: window.open Search using QUOTES ?? Pin
palbano17-Jun-04 17:46
palbano17-Jun-04 17:46 
GeneralRe: window.open Search using QUOTES ?? Pin
Member 118301917-Jun-04 20:45
Member 118301917-Jun-04 20:45 
GeneralRe: window.open Search using QUOTES ?? Pin
Andrew Quinn AUS17-Jun-04 22:47
Andrew Quinn AUS17-Jun-04 22:47 
GeneralRe: window.open Search using QUOTES ?? Pin
Member 118301917-Jun-04 23:10
Member 118301917-Jun-04 23:10 
GeneralHelp with a update form Pin
DEWright_CA17-Jun-04 11:02
DEWright_CA17-Jun-04 11:02 
GeneralWSE 2.0 (SoapReceivers) Pin
Fernandes17-Jun-04 10:13
Fernandes17-Jun-04 10:13 
GeneralSetting focus on a java applet in a web browser Pin
curless.Tim17-Jun-04 8:49
curless.Tim17-Jun-04 8:49 
GeneralHTTP 500 - Internal server error Pin
Raybot16-Jun-04 21:32
Raybot16-Jun-04 21:32 
GeneralRe: HTTP 500 - Internal server error Pin
l a u r e n18-Jun-04 10:05
l a u r e n18-Jun-04 10:05 
GeneralRe: HTTP 500 - Internal server error Pin
Vasudevan Deepak Kumar18-Jun-04 21:46
Vasudevan Deepak Kumar18-Jun-04 21:46 
GeneralProgressbar Pin
ashwinthegenius15-Jun-04 18:47
ashwinthegenius15-Jun-04 18:47 
GeneralRe: Progressbar Pin
palbano16-Jun-04 5:07
palbano16-Jun-04 5:07 
GeneralDatabase connection Pin
Anonymous15-Jun-04 4:06
Anonymous15-Jun-04 4:06 
GeneralRe: Database connection Pin
brianwelsch15-Jun-04 5:08
brianwelsch15-Jun-04 5:08 
GeneralRe: Database connection Pin
Roger Wright16-Jun-04 6:01
professionalRoger Wright16-Jun-04 6:01 
GeneralRe: Database connection Pin
l a u r e n16-Jun-04 6:41
l a u r e n16-Jun-04 6:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.