Ask a Question related to Macromedia ColdFusion, Design and Development.
-
joonstar #1
how many times it is cilcked?
myPage1 <a href='hisPage.html' target='_blank'>hisPage</a> I have the code
above in myPage.cfm. I didn't make hisPage.html. I like to know how many times
the link to his Page is clicked through myPage1.cfm. Let's look at the
following code. myPage2.cfm <a href='counter.cfm'
target='_blank'>hisPage</a> counter.cfm <cfquery datasource='DSN'
name='counter'> select counter from my table </cfquery> <cfquery
datasource='DSN'> insert into myTable (counter) values (
#myselect.counter+1#) </cfquery> <cflocation url='hisPage.html'> If I make two
files like the above, I can check how many times the link is clicked. But http
://www.mySite.com/counter.cfm instead of 'http ://www.hisSite.com/hisPage.html
will be displayed on the status bar of the bottom. How can I check the
counting with normal displaying on the status bar?
joonstar Guest
-
Is Time Between 2 other times
There is an obvious solution to this but I can't figure it out: I need to know whether the current time is between midnight and 8am. Thanks -
Webservice times out?
Hi, I have built a WebService that creates an class that generates a lot of Crystal Reports. My class works fine and the webservice works fine... -
Loading Times
Hello. I've got a projector that I'm burning to CD, but a problem I have is the loading speed. There seems to be a long delay before anything... -
Trying to read a FAQ - times out.
Why does your site time out when trying to read the FAQ's at:... -
UTC Times from vb script
http://www.aspfaq.com/2218 -- Aaron Bertrand, SQL Server MVP http://www.aspfaq.com/ Please reply in the newsgroups, but if you absolutely... -
Vbprog40 #2
Re: how many times it is cilcked?
This will be a javascript issue. I would recommend checking here:
[url]http://forums.webdeveloper.com[/url] ---> click Javascript You would need to add a
javascript code to hte link like: onmouseover='window.status= blah blah....
Not really sure but i know that site above has the answer.
Vbprog40 Guest



Reply With Quote

