Qt Code:
<input class="chatfields" type="text" name="benutzer" style="width:78px;" tabindex="1" />To copy to clipboard, switch view to plain text mode
getElementById need id property of HTML tag, likeand you have name prop.<div id="benutzer"></div>. Try to use getElementByName instead....name = "benutzer"




Reply With Quote
Bookmarks