Qualcuno sa se è possibile, e se si come,
far in modo che il Response del seguente codice
venga eseguito in una nuova pagina (tipo "_blank")???
Trattasi di codice per eseguire una ricerca web
tramite uno dei motori di ricerca nel Listbox del form:
codice:<% If Request.Form("selEngines") = "yahoo" Then Response.Redirect("http://search.yahoo.com/bin/search?p=" & _ Request.Form("txtSearchWords")) End If If Request.Form("selEngines") = "altavista" Then Response.Redirect("http://www.altavista.com/cgi-bin/query?pg=q&kl=XX&q=" & _ Request.Form("txtSearchWords")) End If If Request.Form("selEngines") = "excite" Then Response.Redirect("http://search.excite.com/search.gw?search=" & _ Request.Form("txtSearchWords")) End If If Request.Form("selEngines") = "lycos" Then Response.Redirect("http://www.lycos.com/cgi-bin/pursuit?cat=dir&query=" & _ Request.Form("txtSearchWords")) End If If Request.Form("selEngines") = "msn" Then Response.Redirect("http://search.msn.com/results.asp?RS=CHECKED&UN=doc&CO=20&Form=MSNH&MT=" & _ Request.Form("txtSearchWords")) End If If Request.Form("selEngines") = "google" Then Response.Redirect("http://www.google.it/search?hl=it&q=" & _ Request.Form("txtSearchWords")) End If %>
Grazie
Salvo

Rispondi quotando