crussell
08-08-2007, 09:58 PM
For my search engine I need to have results from a search opened in a new window as links. My issue is I need those links to open the appropriate file in a certain frame? can anyone help, Im really stuck with this one:
function show(which,wind,num) {
link = item[which][1] + item[which][0];
line = "<tr><td><a href='"+link+"'>"+item[which][2]+"</a> Relevancy: "+num+" / 10<br>";
wind.document.write(line);
return 1;
}
function show(which,wind,num) {
link = item[which][1] + item[which][0];
line = "<tr><td><a href='"+link+"'>"+item[which][2]+"</a> Relevancy: "+num+" / 10<br>";
wind.document.write(line);
return 1;
}