0
votes
1answer
54 views

Javascript Requester IP Address [closed]

Is it possible to get a visitor/requester public (WAN/external) IP address with pure Javascript? IE. without the use of additional JS libraries like jQuery? If so, how?
0
votes
0answers
1k views

Adding css class to a dynamically created row using java script [closed]

I have a jsp page in which rows of a table are added dynamically. Here I am using a different java script than the one in my previous question. Here I could add elements into table columns, but I ...
0
votes
0answers
251 views

IE shows run time error for innerHTML in jsp page [closed]

I have a jsp page in which rows are created dynamically to a table using java script. It is working fine in all the browsers except IE. In IE it is showing the error Unknown run time error.. I have ...