0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Re: function klasa() is not closed, which means function test() is never declared. To close a klasa() add a } to line 18. | |
Re: are you wanting to access the text server side or client side? A simple clientside access is using javascript. First, the textbox must have a unique id. Then the easiest way to access it is like this: [code=javascript]var boxtext = document.getElementById('uniqueid').value;[/code] |
The End.