Click to See Complete Forum and Search --> : javascript multiple web engine search form problem
munna
07-31-2003, 04:32 AM
Hi,
please could someone have a look at the attached file and see where I'm going wrong with this page, from where I want to search yahoo, google, mamma, etc simultaneously -- results should open in new pages for each. However, only the first four are working now, and only one at a time. As usual, I don't know enough javascript to debug the code -- really need some help!
xataku_nakusute
07-31-2003, 04:47 AM
how exactly did you want your results to be viewed?
becuz if you wanted them to just be viewed in one single customized page of yours.....i dont believe such is possible, since you dont know how the different search engines work/what their variable names are/everything about their coding
sorry
Gollum
07-31-2003, 04:50 AM
I think it's a problem on line 119...
e2="http://www.altavista.digital.com/cgi-bin/query?pg=q&what=web&fmt=.&q="+T
EXT;
you have a new line inbetween the T and the EXT
munna
07-31-2003, 04:53 AM
hi xataku
I just want the engines to bring up their normal result pages.
Gollum -- fixed the newline, but it still doesn't work!
Gollum
07-31-2003, 04:57 AM
Strange, it does for me:(
xataku_nakusute
07-31-2003, 05:07 AM
thats odd.....it works for me too....
excuz me, munna, what browser do you have(and verzn)
munna
07-31-2003, 05:28 AM
I've figured out what was wrong -- the script is working ok on IE, Netscape/Mozilla, but it seems that Opera and Slimbrowser think that the windows it brings up are pop-ups, so they have been blocking them!
Is there a way I could script it so that the browsers don't confuse the results windows with pop-ups?