this is an example,,,
address id address
----------- -------------------------------------
1 123 madison ave. chicago, IL 60661
2 123 madison ave. chicago, IL 60661
3 423 madison ave. chicago, IL 60667
4 523 madison ave...
I have a question about string comparison.
here is a query for address
select address id, address from address
address id address
----------- -------------------------------------
1 123 madison ave. chicago, IL 60661
2 123 madison ave. chicago, IL 60661...
I have a question about string comparison.
here is a query for address
select address id, address from address
address id address
----------- -------------------------------------
1 123 madison ave. chicago, IL 60661
2 123 madison ave. chicago, IL 60661...
this is what i am trying..
---------------------
if doctorNodes is null when <doctor> has no <doctors>
here is scenario.
1. when it opens the page, the page empty text field for doctors.
2. when it select the medical field name, it displays doctors when <doctor> has no <doctors>. otherwise it...
I have two problems.
one is my ajax code does not work.
the other is I have an error in here.
document.getElementById("medicalid").innerHTML=xmlDoc.getElementsByTagName("hospital")[0].childNodes[0].nodeValue;
error says the value is null.
Would you please help how i can get the node value?
[...
...The error sign is that the method format(String, Object[]) is undefined for the type String.
can you help me how it works with 1.5?
import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) {
String [] test =null;
String str1="Today";
String...
I have three pages.
test1.html
test2.html
test3.html
I am on test3.html and when i click the previous button on the top tool bar, it moves to test2.html.
I do not want to move to there. I want to move home which is test1.html
How can i do that??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.