Setting A Referer

I am making a small ASP script to track users from an email marketing campaign. Basically the email is sent to subscribers, then when they click on an offer they are sent to a third party provider. Right now we can track how many users open the email, and how many visit the site, but we would like to track conversions.
The third party will only provide stats via referer. Is there an easy way in ASP to set a referer to a custom url during the redirection?

View Replies


ADVERTISEMENT

URL Referer

if it's possible to catch the url that the user is visiting after leaving our site. I mean, I use HTTP_REFERER to see from which url the visits are coming from, I want to know if there is some way to catch which url they visit after leaving our site.

View Replies View Related

Http Referer

i am using the http referer and i get null value from some computers

and the correct value from other computers,

all the computers are using the same code!!

View Replies View Related

Find Referer

I want to know how to find out who is sending visitors to my site. So i obviusly need to find out who a visitors referer is.

I took a guess and thought that this is what I should use:

request.ServerVariables("HTTP_REFERER")

But that does not return anything. Any ideas guys?

View Replies View Related

HTTP REFERER Bug

I built a site half a year ago with form that submits to page that processes the info and then returns the user back to the page they came from using HTTP_REFERER.

There's one guy -- using an identical set-up to our main testing platform -- who kept getting the "URL required" error when doing this. For some reason, on his system alone, HTTP_REFERER was not collecting any referring URL. Is it common for HTTP_REFERER to wuss out like this? What causes it?

View Replies View Related

Referer Length

I have a question about the Max Referer length. By default this is 256. I am not fully sure I understand this property. It this a header that is sent back to the Server by a client and is it part of the URL.

While testing our Secure IIS I ahd the error come up I increased the value to 1080 and the error did not repeat!. But through my search the Max Referer lenght is always 256. SO I am trying to get feel for what the Referer really is, is it part of the HTTP 1.1 protocol?

View Replies View Related

Page Referer

I have a CMS with access restriction to every page (the user must log on first). If a user tries to access a page while not logged on then they are redirected to the log on page.

In this case I want the log on page to send the user to the page they were trying to access, after they log back on.

Because the page restriction is the first bit of vbscript on every page, non-logged on users are redirected before the rest of the page loads, so using Request.Servervariables("HTTP_REFERER") does not work (I think this is the problem).

View Replies View Related

REFERER RE Visited

I'm trying to use <% rReferer =REQUEST.SERVERVARIABLES("HTTP_REFERER")%>

and capture the referer URL in the variable 'rReferer'.

All I get is the URL of the very page I'm inserting this code into, that is, it refers itself. "sigh"! Yes, I'm clicking from another web page to test it. Am I coding this properly?

View Replies View Related

Can I Get Referer In A Html Page?

is there a possibility that i can use this statement

referer = Request.ServerVariables("HTTP_REFERER") in a .html page??

View Replies View Related

Grouping On Domain In Referer Log

I've got a lot of referer variables in my dbase and I'd like to have a query that groups them just by the domain. Everything up to the 3rd "/" should do it. So far, I'm using:

SELECT COUNT(id) AS clicktotal, ref
FROM clicklogs
GROUP BY ref

This only lists everything by the actual referring url. Is there a way to only have it group by the domain within the referring url?

View Replies View Related

Get Referer Minus The Querystring

I need to redirect after processing to the previous script (referer). However I dont wish to redirect including the querystring. Just the referer's script name.

View Replies View Related

Disabling Referer HTTP Header In IE / IIS 5 / ASP

Is there any way to prevent an IE 6 browser from sending up the REFERER HTTP header? (Either as an IIS Server setting, change to asp files, or even a setting in the IE browser).

This is wasting WAN bandwidth in our Intranet application - we have fairly low network bandwidth. The referer is inevitably somewhere else in our own ASP application, and is usually has a really nasty long QString attached ... (and no, really dont want to run stats about how users navigate our app)..

View Replies View Related

No Referer Error Mesg In ASP Script

I have been trying like mad to get this script and this form to work. i'm at the point where the error message i get upon hitting the "SUBMIT" button is simply Form could not be processed due to the following errors:

No referer. Code:

View Replies View Related

HTTP Referer Disappears When I Response.redirect

I am able to get the value for "request.ServerVariables("http_referer")". However, I try to use this value in a "response.redirect" and the value disappears. Why is this happening. Example:
-------------------------------------------------------------------------

If Not Session("whatEver") = True Then
Dim httpVar, EncodeHttpVar
httpVar = Request.ServerVariables("HTTP_REFERER")
EncodeHttpVar = Server.URLEncode(httpVar)

Response.Redirect "https://www.blah-blah/extranet/index.html?referer=" & EncodeHttpVar

End If

-------------------------------------------------------------------------

What am I doing wrong.

View Replies View Related

IIS Setting To Run Asp

I am trying just to run a simple asp commands in the
Internet Explorer. ( I have windows XP)

When I run this asp lines on ASP Matrix web server it is
ok.

But, when I run this on IIS it acts like the asp engine
is not working.

I created the virtual directory and started the default
server web page but still not working.

Please let me know what else I have to do to run asp
program at IIS?

View Replies View Related

Setting The Value

I am creating an edit facility for an online showroom which I want to output the
contents of a database record into a form so it can be edited and updated by the user.
Two of the form fields are text boxes of type="file". When I try to output the value of
these filenames to the text boxes they don't appear.

I have tried outputting these in a normal text box and they output fine so it is obviously
a restriction when outputing to file type text boxes.

here is the code I am using:

<input type="file" name="file" size="50" value="<%=rs("File Name")%>">
<input name="thumb" type="file" id="thumb" size="50" value="<%=rs("Thumb Name")%>">

View Replies View Related

Setting Up IIS PWS

I am currently having problem with parsing .asp files when I tried to type http://localhost/iisstart.asp file with my new IIS local server.f I tried to open .html with my localhost server.. it is working properly, example: http://www.localhost/postinfo.html

I suspect it could be because of my firewall or the way I setup my IIS local webserver was inappropriate.

View Replies View Related

Setting Up IIS

Does anyone know about setting up IIS on WinXP? I have it installed but when I try to use it, it asks for a username and password, and I dont know what the username and passwords are. Any ideas on how to fix this?

View Replies View Related

Setting Cookies

I am not able to set cookies with the domain name on a
Windows 2000 server with IIS 5.0. If I use the IP address
it works. I have another machine running IIS and I
configured them together.

View Replies View Related

Setting Up An Array

im trying to set up an array of database records. i want to be able to display all information but only display the request numbers once for each number...while displaying all seq number's associated with each request number. ex:

request # seq number instead of
500 1 500 1
2 500 2
501 1 501 1
2 501 2
3

right now, it works so that the request numbers are printed out for each seq number....i've marked the section of code where the problem is being caused...i think it's in the way im trying to set up the array. Code:

View Replies View Related

Setting Up The ASP Server ...

i'd like to make asp page which will run on my computer and other users can connect through the internet on it ...it's a simple one asp page. .. the thing is i don't know how to setup ASP server ... anyway ... Code:

View Replies View Related

Setting Img Size

I need to set the image size in the following line. When I try to set the
img to 75x75 I am getting an error. The line I'm having problems with is :

Response.Write "<a href='" & imageFilePath & strPicArray(0,x) & "'><img
src='" & thumbFilePath & strPicArray(0,x) & "'width="75" height="75"></a>"

View Replies View Related

Setting Selections

I have a dropdown box in my ASP page, which the user can select multiple values.
I can read the values out and save them to my database, but how do I make the selected values appear selected on a page when the user goes back to edit/update page?

Have tried the following JavaScript....
document.frmAccom.selAccomType.value=1,3;
document.frmAccom.selAccomType.values=1,3; ??
Doesn't work

View Replies View Related

Setting The HTMLDirectionality

How do one set the HTMLDirectionality of a Page that is using a Master Page.
Normally one would have set the 'dir' attribute of the <html> tag, but one cannot do that on the Master Page.

View Replies View Related

Setting Up An ASP Application

I have not used ASP before. Are there cookbook instructions for how to
set up an asp directory structure. It is not clear to me how I must
mark directories (virtual or physical), so they will all be considered
to be part of the same application.

View Replies View Related

Language Setting

I have no idea what would cause this because my system setting is set to English and all of my other programs that use the date and time are doing it in English but my ASP seems to be giving me the date in Italian
For example..

WeekDayName(WeekDay(Now())) = venerd́ instead of Friday.

View Replies View Related

Setting Up A New Shopping Sit

Is there anyone out there who can set up a relatively easy shopping site. I will need it for selling music cds.
This would be for about an inventory of about 2500 titles, which I have in .csv text format or MS Ecxel or MS Access but it should be database driven and easy to be maintained by a non-techie....
I was thinking of mals-ecommerce (oscommerce, I hear has been somewhat difficult), or some other ones that I've seen out there, like ezstores.net, comersus.com, cactusshop.net, or www.alanward.net/acart
Thank you very much, and please ask questions, as I am sure there is something I probably left out.

View Replies View Related

Setting Up My Web Page

I just want to know what are the setup needed to run my web page without logging in to the server? Im using Windows NT 4.0 as my server and using IIS 4.0 and Micorosoft Transaction Server.

View Replies View Related

Setting Up SciTE For ASP

I've just about got calltips and Autocomplete working for PHP in sciTE - but I can't get it to work for ASP.

Has anyone else using sciTE for ASP coding got it working?

View Replies View Related

Setting The Focus

Does anyone have some simple (non ASP.NET) code to set the focus after a button has been clicked?

View Replies View Related

Setting Variables

I have this large include file that will change based upon the page that includes it. Is there a way to make the include dynamic, for it to know which file is calling it and use variables based on that file?

View Replies View Related

Setting A Form Value

I'm trying to use CDO with ASP. How do I set the value the user types in to be a variable that I can use?One specific of this is I want to have a text input for the user's email address. The value the user types in will be stored as a variable (hopefully, if this is possible). I assume it would be something like this:Code:

myMail.From=" " & email & " "

View Replies View Related

Setting My Webserver

I've just developed an asp.net website with SQL Server 2000 database. I wish to host it on my own pc. My computer specs are:

AMD 64 3500+
1G DDR RAM
250G HDD 18MB Buffer
ASUS A8V Delux MB
Windows 2003

I was going to install IIS as webserver.what other software do i need and what else i have to set? for sure i have to buy a domain name and redirect it to my ip address.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved