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 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?
[...
this codes works with 1.5 , but it does not work with 1.4..
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) {...
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??
hi.
i have a question about time format.
first of all, my code reads an original text file.
after calculate time, it writes to another text file which name is write.txt
this is the result of write.txt
====================
2200,321,11:35,23:55
2201,326,12:50,24:15
2209,328,10:00,25:05...
hi..
I have a time input text box.
Well..my code basically checks if the hour is greater than 24 or 25 and if the minute is greater than 60 or 61...
BUT,
If the type like #$##$ or 1::20 instead of typing 12:12, how can it checks this error?
Thank you
I am trying to check time..
When I used just for one time input text field, it works. But when I tried to use for-loop to check all time input text fields, my code did not work.
if I have more than one input field and check time correctly, how can I start??
Would you please help me ?
Thank you...
hi..
I am trying to change the font color when the checkbox is clicked.
this code works, but..
if I just want to change color of list (selection) boxes and it remains two text fields...
how can I do that??
thank you in advance..
---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
hi,
I have time validation for one input textfield.
this time, I am trying to check for more than one textfields. But my code does not work...
Would you please help me??
Thank you in advance
=============
<html>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
function IsValidTime() {
for (i = 0; i <=...
I am trying to make time input validation.
time input format is HH:MM
when the user types time, i want to check it while typing.
How can I start??
-----code----
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta...
hi,
I am trying to make change the font color and readOnly text fields when I click checkbox.
When I click the checkbox, two text fields are able to write and the font colors change to white.
And, when I click the checkbox again, two text fields are unable to write and the font colors change to...
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.