Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

add automatic data input

Status
Not open for further replies.

lusso

Technical User
Sep 26, 2010
1
IT
Hello

I have a html page which just enter the coordinates of a city and
appear that processes the data file javascript.

this is the part where I put the coordinates manually:

Code:
<script type="text/javascript"> var date = new Date(); // today var times = prayTimes.getTimes(date, [44, 11], +2);

So far we have and everything worked .. just that I want to create a table with all names of cities, click on a city data appear to me ..

there is some code that could only enter the coordinates by clicking on the name of the city, instead of entering all the time coordinates?

thanks again

p.s.
sorry for my bad english
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top