Forum Moderators: open
function newValue(mysql) => textbox => action = > value => from 'm' is replaced with the word 'mysql'
Then the user tried for second ketword [mysql + j]
its works fine till the keyword it is a single word but when my user tries for the second 1 (eg 'j') n when he click on the new found keyword (jscript)
function newValue(jscript) => textbox => action = > value => from 'mysql + j' it shld become [mysql + jscript] which is not happening, it simply becomes 'jscript'
u try "http://del.icio.us/" u wil understand wat i mean!
Codes:
function newValue(str) {
document.form1.action.value = str;
}
[aquaciti.com...]