Hi

i wrote a code like this:

var text=document.form1.T1.value

document.location.href="http:///www.blabla/search?fr="+text

the link is open in a other window. i want to open in the main window.

generaly i put target=_main.
but in here it's making error.

what the solution plz??
thanks