문제

I am new to javascript , so need your help.

I want to access a value return by javascript function into my jsp scriplet on changing a select option.my javascript function is in same jsp file. please help me..

도움이 되었습니까?

해결책

You cant. Javascript is running on the client seide and jsp is on the server side :)

Use an ajax request to send your values to server.

Ajax.. Thats what you are looking for

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top