Tuesday 8 January 2019

html - Unable to remove the textbox using javascript

i am facing a problem with removing the textbox using js. i am using below mentioned code
















Add TextBox









This code is working fine without the html header !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> If i add this header to the code remove link is not working . whats problem with that code.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...