Hi there!
I'm new to javascript and I got a problem that i cannot solve myself. I hope you can help me out
The situation:
With a click on a link a DIV is set to visible.
In this div I got a input-field, and another link. With a click on this link I want to set the text of the input-field.
The problem:
When I click on the link to set the text of the input-field, I get a blank page with only the text I want to set to the input-field.
I can't explain this very good, so better check the problem online:
-> click on the "einfügen"-link and the DIV is set visible
-> then in this DIV click the other "einfügen"-link, now the value of the input-field should be set to 'test', but it doesn't work correct.
Thanks a lot for your help,
greets ben
I'm new to javascript and I got a problem that i cannot solve myself. I hope you can help me out
The situation:
With a click on a link a DIV is set to visible.
In this div I got a input-field, and another link. With a click on this link I want to set the text of the input-field.
The problem:
When I click on the link to set the text of the input-field, I get a blank page with only the text I want to set to the input-field.
I can't explain this very good, so better check the problem online:
-> click on the "einfügen"-link and the DIV is set visible
-> then in this DIV click the other "einfügen"-link, now the value of the input-field should be set to 'test', but it doesn't work correct.
Thanks a lot for your help,
greets ben