Accessing Cookie Values
I have a pdf form that is submitting to an asp 3.0 page. I am setting a cookie value at login time that I need to access in this processing page. For some reason, the cookie is not being detected on that particular page but is being detected on other pages on the same server when I test for it. This problem only occurs on the processing page when I post to it from the form. If I navigate to it directly, the cookie is detected. This is happening no matter what version of adobe reader or acrobat is used.
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Cannot Read Cookie Values From Within A Frame
This may or may not be a simple question, but I have been able to find an answer to this issue in all my searches. In an ASP application, I'm creating a cookie that stores a username from pageA.asp I then try to read the cookie from pageB.asp, which is inside a frame of pageC.asp. The problem is I can't read it from pageB.asp. Can anyone please help? NOTE: If I make pageB.asp as a standalone page without being called from the frame in pageC.asp, THEN I can read the cookie. But this is not what I want. If this wasn't clear please do let me know.
Cookie Values Are Stored In Which Location?
I want to know the Cookie values are stored in which location? how can i recall the Cookie value? is it possible to store the cookie value to the Particular location? if i stored the cookie value to the particular location, any possiblities to conflict the location of other cookie values...
Cookie Values In Drop Down List
I know how to write cookies and how to call cookies. But how do I write the values of a drop down list and the value of a radio button list to a cookie and call them to select the correct options when the page is reloaded?
Accessing ASP Session From ASP.NET Via Session Cookie
I have a site that I'm trying to migrate to ASP.NET from ASP, and the foremost stumbling block I'm hitting is session state between the ASP and ASP.NET applications. In order to access this information, I'm doing a HttpWebRequest from the ASP.NET side into an .asp page, passing the session name on the get in order to request it from the ASP side and write it back to the response stream, giving ASP.NET access to it. Of course I change sessions each time I make the call from the ASP.NET side. Soooooo, I'm thinking to myself, "Self, shouldn't you be able to fake out the server by getting the session cookie from the initial usage of the asp, pass that data to the ASP.NET, and use that to send a request back the ASP side under the appropriate session?" From a real high level, I enter the site via a .asp page. This page in turn calls .aspx page from within a frame ......
Response.cookie In Session_onstart Event And IE 6.0 Cookie Acceptance
When I set a cookie in global.asa in the sub session_onstart, even if I have "privacy" in IE 6.X set to "block all cookies" the cookie is still set, and I can get it on other pages. I can't find an article that addresses this as a specific issue. Why does the browser get the cookie when it is set in the session_onstart event even when I have "block all cookies" set?
Session Cookie Vs. Regular Cookie
I want to know what's the differences between session cookie and regular cookie. In ASP, when we create cookie, we do the following to identify an user: Response.Cookies("name") = value Is this regular cookie? How about session cookie? and when to use which?
How To Extract Indiviual Values From A Set Of Values
I have a variable SET which has the value Of 1, 2, 3, .., N. SET=val1, val2, val3, val4, ..., valN What is the commend or procedure to extract individual values, val1, val2, ...
Accessing FTP From ASP
Is it possible to open an FTP connection in ASP? I would like to download a file (short one), and display the contents on the page. Previously I used PHP and it was quite simple there, but I didn't find any information on this for ASP. Any suggestions?
Accessing
how do i access the next record in a database using a next button in a form. Assuming that i have accessed the first record and displayed on a page, now a 'next' button should be able to retrieve the next record in the db.
Accessing A Value
if it was possible using asp to access a textbox value from the parent page in a popup page.The popup page is asp therefore the statement which tries to access the value from the parent page must be asp code (so no javascript functions can be used to access it). I have tried several attempts at gaining the value such as: <% theTxtValue = request("opener.document.system.txtbox1.value") %> But none of my combinations seem to work,can anybody clarify if what I am trying to achieve is actually possible?
Accessing Data
At our company we daily need to access data from a website and use this data on other reports which we run daily... step 1: we go the wesite step 2: we authorize ourselves by providing username and login step3: after successful login..the webpage provides us with links step 4: we select one the links and then this lists the links to the documents (PDF and EXCEL) formats from where we get the data... Now... is there a way to write a ASP script...to connect to the website, provide user details and access the desired link and then the desired document. And then we need to parse this document for the desired data.is it better to access the data from the PDF or from the EXCEL
Accessing Raw HTML
I know that when I send a request for an ASP script to the server, IIS gets the script, interprets the ASP and then basically spews out a load of HTML to my browser (over simplified I know). Hence the reason why when I look at the source code in IE all I see is HTML and no ASP.My question is this: Is it possible to get this source code as a string somehow to then further manipulate with ASP in a second page? Surely there must be a way?
Accessing Database In ASP
As luck would have it I've landed a client whose site relies on ASP and what I can only assume is an MS Access database. ASP is definitely not the language of my choice but I'm stuck with having to learn the basics for what I'm required to do. Basically the database is located in the folder /fpdb/ and is called vsproducts.mdb. It was actually installed by the off-the-shelf shopping cart/catalogue script that is being used by the site's owner. I need to be able to access and display on a page some data found in this database. Is this easy? I have next to no knowledge of ASP so please keep things as simple as possible
Accessing Relationships
Is it possible to access the relationship information from an ASP program? I'd like to be able to traverse the relationship tree of a .mdb file on my server from ASP/javascript code.
Accessing ASP.Net Web App With Non-IE Browser
I am part of a group that has developed an ASP.Net web application. I'm presently trying to test some code I wrote that checks for IE browser at session start (and issue warning if not IE), but I can't seem to "get out the starting blocks" with any non-IE browser: I've tried Netscape 4.8, Netscape 7.0, and Opera 7.5. I've gotten a few different errors, but most often I get the following when attemting to access the startup page: HTTP 401.2 - Unauthorized: Logon failed due to server configuration Internet Information Services Anybody know how to get another browser to work? Only my old Netscape 4.8 pops up a login dialogue, but I can't get that to log in correctly.
Accessing Variables
I'm having some problems getting variables to spit out the info I need. Do While LoopCounter +1 < Session("TeamPop") LoopCounter=LoopCounter+1 %> <td><input type="text" name="Reliable<%=TeamMember&LoopCounter%>" maxlenth="40" size="8"> </td> <% Loop Now if this executes three times it should generate three input boxes with names Reliable###### where each box is named Reliable with a five digit number after it which is stored in TeamMember1, TeamMember2, and TeamMember3. Unfortunately I just keep getting Reliable1, Reliable2, and Reliable3. Code:
Accessing LDAP With ASP
I am trying to access ldap with standard ASP. The code works on the web server where I am developing but any other PC on network gets the following error: Providererror '80040e37' Table does not exist. /training/index.asp, line 41 Does anyone have any experience with this??
Accessing My Database
Accessing my databases in Microsoft Access. I have my page called connOpen.asp and I have my page of code and of course my database which I called phone.mdb. This is my code for connOpen.asp <% strConnect="Provider=Microsoft.Jet.OLEDB.4.0; DataSource=C:Mydatabasesphone.mdb;" %> Also I do have my include statement at the top of my code page. <!--#include file="connOpen.asp"--> When I click my submit button it just takes me to a blank white page.
Error Accessing
I am getting a Error accessing the OLE registry when the system goeshit the following line set xWd = Server.CreateObject("Word.Application") in my asp? Anything I have to set-up in order to remove this error Please advice the steps that I should take.
Accessing Email
Is it possible to create a page that will check a POP3 mail box,download any emails (leaving the old mail on the server) thenentering that infomation in to a database. All this based on the Subject and the email being in a particular format.
Accessing VJ++ COM Component
I had written a VJ++ COM DLL which uses some jar files.I tried to access the DLL from a VB Standard Exe and it worked fine.But,when i did the same with a ASP Page it gave an error No Class Def Found.The Jar Files which the COM DLL needs where in the proper classpath when the DLL was built.Also ,VB Standard Exe was also executed from the Same machine. The ASP Page is also in the IIS Server on the same machine.But,i do not nderstand why it works with VB and not with ASP the same way.Is there any specific way to refer to jar files or class files which a VJ++ COM DLL may require while working with ASP and IIS.If anyone knows a solution or has has faced a similar problem in the past.
Accessing A Password
I have the need on a form submit to pass the data to anther system that require a login and password only I want to automate the process in an server side asp file and then process the response. I am having the form submit pass a users ss # and name to an asp file, I want that asp file to pass that info on to my "verifying" site along with the username and password for that "verification" site. Is there some way in asp to access a url and include the username and password to that other site in the url? something like https://site@site.com?ssn=111111111&name=someGuy:<username>:<password>
Accessing A Component
I have some ASP files lying on the server. I 've registered a component that lies on someother system on the server. While running the ASP file, i get the following error. The call to server.createboject failed while checking for permissions. Access to this object is denied.
Accessing A Web Service
I'm using web hosting services of a company. I try to connect to a remote SQL Server from the hosting account. But they told me I must use a "proxy aware" code to connect to the SQL server through their proxy server. How can I do this? I searched the Internet and can only find a webproxy class. But the code is written in ASP.Net which I'm not familiar with. So anybody can help me and give me some ASP example code?
Accessing Password
I'm making a webpage to access a health center database, and I need to know how to put in a password into the connection string. I use this code to make the connection: Code: set conn=Server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.Jet.OLEDB.4.0" conn.Open(Server.Mappath("anydb.mdb")) set rs = Server.CreateObject("ADODB.recordset") What do I need to add in so that I can submit the password to open the Access DB?
Accessing Page
I am getting a 404 error when trying to access an ASP page from a remote machine (via Internet Explorer). However, the asp page is processed successfully when accessing this page from the local machine. I checked permissions from IIS administration and from explorer and nothing seemed out of the ordinary. Other ASP pages work from other virtual directories, but for some reason this one does not.
Accessing Next Record In A Db
how do i access the next record in a database using a next button in a form. Assuming that i have accessed the first record and displayed on a page, now a 'next' button should be able to retrieve the next record in the db.
Accessing Database
I have a happily working set of asp pages which read from the database via include file "./_private/include/database.mdb". However, when I try to gain access to this database on pages one folder removed using "../_private/include/database.mdb", the pages won't display. This whole system works fine on my home test server (iis.5.0), but 'breaks' when uploaded to the public server. I know the path to database is correct because the upper level pages are displaying without problem.
Accessing A Diferent Datasource
Im working with a CF driven dinamic site called 'Reconquista', and the datasource it uses is a Coldfusion one. I need to access a non-CF datasource, from another site called 'Peru', and recover some information to insert in the datasource of 'Reconquista'. That module can't be programmed in CF, because CF (as I know in this moment) does not acess any other datasource format rather than CF's one, and the datasource Im searching for (in Perú) is a common, MSAcess-driven datasource. I thought the module can be programmed in ASP, but I dont know how can I made a connection to the CF_Datasource of 'Reconquista' in that language. ¿Is there any form of doing that? A way to do that would be entablishing a DSN-Less Connection in CF, but that seems impossible.
Accessing Cookies While In Iframe
I am trying to access a cookie my domain made using Response.Cookies("username") = "value". I have no problem accessing this cookie while people are at my site, but when my site is placed in an iframe on another domain, I can no longer access the cookie. I am not trying to access it through the other domain, as I don't control that second domain. So why can't my iframe access the cookie? Since it created the cookie, and therefore owns it through the domain name, I don't see why I would have trouble accessing it. Does anybody know whats going on? Here is a quick diagram incase my explanation was not enough. SiteA = mydomain.com SiteB = otherdomain.com While people are at SiteA I make a cookie, and can access it again and again without problems. Then, on SiteB an iframe is placed which has <iframe src="SiteA/file.asp"></iframe>. However, SiteA/file.asp CANNOT access the cookie created earlier.. it comes back as "" (blank/empty).
Accessing Javascript Variable In ASP
I have an asp page that is needing to validate data against database but to do so I need to pull in a key value from another web page. I can get the key value in ASP using the following javascript code: <script> var main = opener.opener; var currQuote = main.document.forms[0].quotenum.value; </script> My problem is trying to figure out how to use currQuote in the ASP code surrounding the script. There's got to be a way to do it - I'm just burnt out trying to figure it out.
ASP Error Accessing Odbc On Xp From Nt
We have an asp script on an NT system that is trying to access a database on an XP server. When it gets to setting up odbc, it gives an error on that line in a particular function but doesn't give details. I can map the network drive by providing username, but I can't use the odbc to access the info. Any ideas? I set up security to make sure that I can access it.
Accessing ADSI Information
In the intranet system I'm building I need to draw information about Staff and integrate it into Department pages, and make it accessible via querystrings (so users can search for names). I've asked my IT department how to do this and they basically said "ask the internet" So, if I want to access such information, where do I start? I cant find any tutorials that answer my questions, and feel a bit out of my depth regarding what I'm even meant to be asking. So basically... help! What's should be my plan of action! I need to : A) draw names, phone numbers, email addresses to show on relevant department pages. B) Make a facility to search staff names to bring up similar information.
Accessing Windows Services
I've created a new Windows Service in visual studio .NET and I'd now like to use it within my asp pages. I've been all over the web and I keep coming up with .NET remoting as the answer. Trouble is, we don't use .NET, we use ordinary ASP. How can I access methods and properties of a windows service from ordinary ASP?
Accessing Reports Via ASP Code
I have to send my clients some reports everyday.Instead of sending them as an attatchment in email,we were thinking that if we can just send them the link in the email,where they click on the link and it takes it to their report.We have several clients and each client has different kind of reports that we send. First page for all clients remain the same which includes their name and stuff liek that.SEcond page will be different for all clients. I know we can prepare reports in Access(Dynamic).How do I access these reports throughg ASP code and how should i prepare a link to these reports which i can send to the client.
Accessing/Dowloading Certain Filetypes...
I have an application that allows users to store documents on my server. When they need to access/download the documents, my application copies their document to a staging directory (because they're renamed to a unique filename for storage), then Respons.redirect()'ed to the staged file for download. This works great for most files(.doc,.xls,.psd,.pdf). However, I have discovered that for certain filetypes (.asp, .exe, .xfdl), the user gets a message box with the message "Internet Explorer cannot download myfile.xfdl from www.mysite.com. Internet Explorer was unable to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later." I have looked on the server, and the file is actually there. IIS just will not let the user access/download it. Mozilla downloads an htm page with a "page cannot be found" error. Any thoughts? I have the directory established as its own application and set not to execute anything -- so it shouldn't be confusing it with a script/app.
Accessing Exchange Via ASP-file
I have an application where I access Exchange server via an ASP-file whit the following code: objSession.Logon "", "", False, True, 0, True, "ExchangeServerName" & vbLF & "mailboxUser This works fine for years on one server. I now want to move the application to a new server I get error code number 424. I use the same Exchange server and the same mailboxUser but from a different server. Anyone knows what the error code 424 means?
Accessing Files On Another Server
Development environment: Windows 2003 Server running IIS6 and the same server running as a domain controller, DNS and DHCP servers. Production environment: Windows 2000 Server SP4 running IIS5 and not used to provide domain control or name services. The two environments are on different networks with no trust relationship between them. In both environments the web server is set up to disallow anonymous access and to use integrated Windows authentication. The application is vanilla ASP (i.e. not .NET) VBScript. In the development environment, the following code runs flawlessly no matter whether "myUNCPath" points to a share on the web server or a share on another server in the same domain. Set objFilesys = Server.CreateObject("Scripting.FileSystemObject") If Not objFileSys.FolderExists(myUNCPath) Then Set objFolder = objFileSys.CreateFolder(myUNCPath) End If However, in the production environment it falls over with a permission denied error when "myUNCPath" is on another server and further testing shows that the FolderExists method is returning false even when "myUNCPath" exists. The network share is configured to give full control to the Everyone group. I've found http://support.microsoft.com/kb/207671 which although referring to IIS4 suggests that the issue could be the authentication method (I'm assuming that integrated Windows authentication is close enough to NT Challenge/Response and so might generate a token that cannot access network resources). I'm not sure of this is the problem because if it were then the code shouldn't work in my development environment. Any ideas on what's going wrong and how to access the network resources in the production environemt?
Getting 404 Errors When Accessing Asp Pages
ASP is enabled and allowed yet for this one website we host you can't access the asp pages on it. Instead you get a 404 not found error. Anyone have any ideas on this? I found stuff on other newsgroups and searching the web but nothing that fixes it. There are other websites on this server that have asp pages and they are working just fine.
Accessing Exchange Data Using ASP
Does any one know how to access Information from a Corporate Network's Exchange Server, such as an Address Book or Address Entriers for a user curerntly logged on, by means of COM (CDO) using ASP (VBScript)
Accessing Crystal Report 10 From ASP.
I have developed a report in Crystal Report 10 and I am trying to display it from ASP. It is displaying a blank page with the following error in the bottom of the page. Error Occurred Reading Records: -2147189176 Logon failed. Details: ADO Error Code: 0x80040e4d Source: Microsoft OLE DB Provider for SQL Server Description: Login failed for user 'sa'. SQL State: 42000 Native Error: 18456 Could any one please help me in resolving this problem? Code:
Accessing Key Name In Dictionary Object
Have created a dictionary object that gets both the key name and the value from a database. I need to be able to output both the key name and the value. I can get it to display the item value, but am unable to get it to display the key name. Should look like this KeyName = Value e.g. 1 = J5200 2 = S5362
Accessing Seesion Variables
I'm trying to use... the session variable in a subroutine... like this <script language="vbscript"> sub add_to() form2.txtemail.value = session("userid") end sub </script> and now the problem is i'am not able to get the output.. but where as when i use it here i get the output <html> <head> <title>Admin <% Response.Write(Session("userid"))%></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> </html>
Accessing A Database Through An ASP Page
I am unable to access an Access database through a webpage I built, but only if the database is on a server running Windows NT 4.0 Server. If I copy the database to a pc using NT Workstation then there is no problem. I have a user account set up on the sever as IUSR_pcname. It is a domain user with full privileges. This is the connection code: oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=10.10.10.10pcdTEST.mdb;" It gives me a 'disk or network' error and for some reason, and the server locks out the IUSR_pcname account after I try.
Accessing Anchor Objects
I'm using ASP and Javascript - can I access the HREF property of an anchor tag? i've used document.images.image3.src = variable but I can't find the syntax for using it with the <A tag. Is it part of a collection?
|