Luuk,
webserver does not create the file "array.asp" .
It already exists. I just want to know that how much time this file has been visited.
User Profile
Collapse
-
hit counter
i am trying to make a hit counter that displays that how many times a page has been visited. the code is given below and is not working. any suggestions for the corrections?
Code:<% Set FS=Server.CreateObject("Scripting.FileSystemObject") Set RS=FS.OpenTextFile(Server.MapPath("array.asp"), 1, False) fcount=RS.ReadLine RS.Close fcount=fcount+1 Set RS=FS.OpenTextFile(Server.MapPath("array.asp"),
-
shashikala replied to how to solve this er"java.sql.SQLException: Can not issue SELECT via executeUpdate()"in JavaFor select query u should use executeQuery() and not executeUpdate() .Leave a comment:
-
Thanks dormilich.
The refrence is the earth with respect to which i am doing all calculations. The altitude is measured from sea levelLeave a comment:
-
shashikala started a topic conversion of longitude/latitude into cartesian coordinates using js functionin Javascriptconversion of longitude/latitude into cartesian coordinates using js function
hey all,
I am working on a project in advanced java using netbeans in which i need to calculate the latitude and longitude of an airport into cartesian coordinates. i have no idea to that, well math scares me. any idea how to do the conversion? can that conversion code be converted into a javascript function?
further i need an advise too. how should i calculate coordinates of two airplanes when they are flying so that i can restrict... -
thankyou both for answering. :) well rski method works smoothly. but i have another question, what does [[:alpha:]] does in the query?Leave a comment:
-
javascript workd on the html code. that is why i have called showHide() in the html source code and the rest of the logic is in jsp.Code:<a href="javascript:showHide()">
Leave a comment:
-
hey buy domain.. that is what i am asking how to make it visible for that particular element? rather it makes the hide box visible for each element upon clicking any one element.Leave a comment:
-
Sorry, what do you mean by the browser code? I just want to know how to use hide/show box efficiently.
I think you are not getting my problem :-(Leave a comment:
-
how to convert varchar into integer type in sql
Hi all,
i have two database enteries: 9shashi and 10shashi. both are of varchar type. how should i get maximum integer from these two values i.e,10.
If i use the query select max(id) from tablename; i am getting 9shashi. But i want to retrieve 10shashi out of there.
Please help me.
For help, i am using oracle 10g database express edition and not 'mysql'. -
Hey Dormilich. Thankyou for the reply. Well let me send you my code n i hope you understand the problem with it.
Code://js code <script type="text/javascript"> function showHide() { var ele = document.getElementById("showHideDiv"); if(ele.style.display == "block") { ele.style.display = "none"; } else {
Leave a comment:
-
use of hide box on a jsp page using javascript
Hi all,
I need to display a table column values using rs.next in jsp. Now i want to use these entries as links to show the hide box that contains other information corresponding to that column value. Is there any way to do this? The method which i am using displays hide box corresponding to each column value. Bur i want that it only displays hidebox for the link or column value clicked. Any solution will be appriciated.
Regards.
No activity results to display
Show More
Leave a comment: