Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
Ranked #31.8K
Ranked #4K
~780 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for suncica2222

function klasa() is not closed, which means function test() is never declared. To close a klasa() add a } to line 18.

Member Avatar for d5e5
0
171
Member Avatar for xuexue

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]

Member Avatar for xuexue
0
609

The End.