Statistic Report Regarding Links Pressed In Asp Pages? MTS?IIS?
NOT SURE It's an MTS matter or just IIS , and if not, do tell me what is the software to use for it,a dn where to ask.
I'd like to get a daily/weekly/monthly report regarding number of links that r pressed from my site.
Details:
1. I have 4 pages, and each page has a list of links. I'd like to get statistics reports regarding usage of these links. I.e. - I'd like to know how many times each link is pressed (pre day, week, month) by users.
2. I would also like to know what hour/day/date each pressing took place, and also the IP number of the user.
3. I would also like to know if possible to get the info as a table that can be edited later (if copied to excel etc.), and get Graphs also.
We r using IIS (Intranet), OS IS windows NT, and DB is Microsoft Access. I'd like the administrator to perform such reports on a daily basis (and weekly and monthly as well), and send it to us (the asp programmers).
I have no access to the live server (besdies copying files to there), so can not use the IIS/MTS myself.
I am not sure where to post my question on Crystal Reports, hope I am in the right place...
I am printing a report with many columns such that they won't fit into 1 page landscape.. I was just wondering if there is a way in crystal report to print the other columns (not fit into 1st page) into the next page?
Looked everywhere and have so far got no further than an hour ago.
I want to alert the user when they have pressed the close button on the window so that they have the option of not closing. I know it sounds mad but its essential for me.
So far I've been using instructions like 'if request.form("var.x") <> "" then ...' but then I found that if images are disabled (or not found) and I click on the alt text, then Firefox (or was it IE?) sends a 'var.x=' in the response so my instruction doesn't detect that the 'button' was pressed. Is it safe to change my checks to 'if request.form("var.x").count 0 then ...' instead? does it work for all browser responses and HTML standards, etc?
Using IIS 5.0 and sometime some asp pages (absolutely randomly) showing as blank white pages. So far only one way of fixing it - restart whole server. Restarting IIS, or specific web server not helping, only whole server.
I enable server side and client side debugging, but no errors showing up...
In view source pages always look like this: ----------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1251"></HEAD> <BODY></BODY></HTML> -----------------------
Im new to ASP, and have hit a snag.I am trying to build a page that has 'A-B-C-D...' links along the top of the page. When you click 'A', it goes to a table with everyones usernames and grabs the ones that start with the letter A. The problem is that the username field contains the names of people who wrote an article, so in some cases there are actually two names in this field. So for example, if it contained 'Bob, Jack', I would need 'Bob' to show up under B, and 'Jack' under J. Im totally stuck as to how I might do this. Changing the layout of my tables is no trouble if a different table setup helps
I am creating a spot where people can redownload items if they have access. I have everything written but the part where people actually get to the page due to a huge issue. So far there are 96 uniquie combinations of the 8 items they can download.
Here is the flow of my system.
Person creates a login, and in that login there is a spot to put in a specific code for the items they need to have access to. After that they are sent an email regarding login location and login info.
The login site has all of the verfication to login, but i am stuck at how to get the users to the actual page to download due to the 94+ combos of items, (and that number is only going to grow). Am i just screwed and this is impossible without taking a HEAVY hit to the server or do i need to find a program that does this?
How do you create the links similar to the links on the forum Viewing: ASP Free Forums > Programming > ASP Development > Post New Thread .If there is examples on the net please let me know.
I'm trying to make my URLs in ASP more search friendly, is there a way to do that? I'm using ASP.NET. Right now, I have an XSL file which is calling XML in my ASP files that builds the links. All content is generated from an XML file, so there is no database Here's a link example: .....
i have a search engine which contains all of the links in an access db.
basically what i am wanting to know is:
is there some code i can make to query all the results for a matching word such as "elephant" all the results (url) in the database would be opened and checked, Any broken links would be removed.
does any one know how to do this. what i was thinking of doing was creating some code to open all the pages that match a search....say 50 open
i could then click through them closing them individually to check all urls rather than doing it manually
A friend has told me that links that worked fine in IE 6 on a PC are now not working in IE 7. The only thing they can see is that these links have the following common traits: a) long file names, ie about 30 plus chars b) underscores in the filenames. c) They are derived from the old asp routine to force a pdf download rather than open them up in the browser window. I'm desperately trying to borrow a PC to install IE 7 (I don't want to affect my own PC in anyway at the moment) to test this
I got the below code from somewhere ages ago. I have a list of links on my site that link to other sites but I want to check if the link is a valid link automatically and if it fails after x checks (checks every 7 days) then to mark the link as a possible broken link
the below seems to take ages to process and was wondering if there is a better way to do the below. Code:
i am having a textarea in which the website links r entered by the user separated by a comma(,). and the same i am storing in the database field with type memo. now i want to retrieve the entered links and display all the links separated so when the user clicks on a particular link the page for that page opens us.
does anyone know how to request the static links off a page using XML and asp? I would really appreciate any help you can give me on the subject. I need full links including the http:// and everything.
I wish to hide links, i'm at present trying to 'float' as such invisible links over a background image.... the line i'm wishin to use that i think is right is
#links a i {visibility: hidden;}
when taken out we can see the links, as needed, but the minute i add this line, they should be invisible but still there, this is the case in IE but with FF they disappear completely...
I have a search box called r_name on the results page is requesting it but if a person searched for a pub name then i'd like to page by pub name if a person typed in a town then i'd like to page by rsTown and if a person typed in a postcode i'd like to page by postycode something like: Code: IF r_name = rsTown THEN Response.Write(" <a href=""search_results1.asp?<%rs="rsTown"%>& r_name & "&pageno=" & paging & """class=""textareatext"">" & paging+1 & "</a> ") END IF
the above bit of code is incorrect?! or Code: IF r_name = rsPubName THEN Response.Write(" <a href=""search_results1.asp?rsPubname=" & r_name & "&pageno=" & paging & """class=""textareatext"">" & paging+1 & "</a> ")
Is there an ASP command that can I use to make every occurance of a certain word into a link? For example, if I have an article about marketing, and I want every occurance of the word "marketing" to link to a page called marketing.htm, how would I do this using ASP
I have a site where an affiliate program has been wreaking some havoc with their affiliate links, and has now been cancelled.
The site is hosted on windows and the files are .asp files.I need to be able to redirect the affiliate IDs to something safer, such as domain.com/ instead of domain.com/aff.php?id=1
I have a db that users search to return records. However, I want them to see only 10 per page and then, a NEXT 10 link that will display the next 10 results.I have tried using LIMIT , but it only returns the specified number but no links or way for users to view them or the remaining the search results.
The search results is getting lengthy and users are beining to scroll, whine and complain.I am using Asp, MS SQL 7 on WINNT.
I have created a header file that has some hyperlinks, I want to enable the hyperlinks depending on the situation for eg: the header has link1, link2, link3 and they correspond to page1, page2, page3. suppose I am on page1, I want to disable link1.... and so on.
i have a small question for all that know asp, below i have a sample of code that ive noticed that is linked with other characters after the file type ".asp" what is this used for, and why?
if j = true then response.redirect "Default.asp?r=a1" end if
how can i locate the file it is refering too or is it simply the standard "Default.asp" page and the characters after simply refer to part of the code located within. but still why is it used ?
after reading the article on No-refesh links i was wondering if i could link to an asp page that will simply open a new window without changing the original window. i was wondering if there was a way using
<% Response.Status = "204 No Content" %> and some script or something?