Greetings,
The following works well with IE but not in FF. By clicking the OK button or pressing the Enter key, nothing happens.
The function:
Its use:PHP Code:function search(querystring) {
addr = "http://www.mediaradio.info/cgi-bin/nk.cgi?" + querystring + "-search" + "-1";
top.location.href = addr;
}
Thanks!PHP Code:<input type="text" name="query" size=14 maxlength=32 class=select1>
<input type ="image" name="cmdSearch" SRC="http://picasso.mediaradio.ca/ok2.gif" onClick="search(query.value)">


Reply With Quote

Bookmarks