hello there! i had spent lots of time searching and thinking what is the reason why in onClick event like the one below, when a certain space between words is existed, it doesnt function well. can anybody know here the reason. or is there something wrong with my coding. kindly enlighten me if you have some information.
sample 1(just a simple alert message display)
<input type = 'button' Name = 'test1' value='CLICK ME'
onclick = alert('this is only a test')
sample 2(data set on the elements will be call in the function, but it doesnt work since a certain space is existed on the data)
<input type='radio' name='jobvalue' value='" & strInputData & "'" & strWork & " onclick=SelValu eJob('" & strInputData & "','" & strInputData2 & "','" & strJOB_ID & "');>"
sample 1(just a simple alert message display)
<input type = 'button' Name = 'test1' value='CLICK ME'
onclick = alert('this is only a test')
sample 2(data set on the elements will be call in the function, but it doesnt work since a certain space is existed on the data)
<input type='radio' name='jobvalue' value='" & strInputData & "'" & strWork & " onclick=SelValu eJob('" & strInputData & "','" & strInputData2 & "','" & strJOB_ID & "');>"
Comment