Error Linking To UserID

I have got rs6 to display the Usernames but when i try and link the username with the userID it shows this error:

ADODB.Recordset error '800a0cc1'

Item cannot be found in the collection corresponding to the requested name or ordinal.

/viewpub.asp, line 121

set rs6 = objconn.execute ("SELECT * FROM favepub INNER JOIN members ON favepub.UserID = members.UserID WHERE PubID=" & PubID)

Pubbers: <% WHILE NOT rs6.EOF%>
<a href="viewmember.asp?UserID=<%=rs6("UserID")%>"><%=rs6("rsUser")%></a>,&nbsp;

<%rs6.MoveNext
WEND
%>

View Replies


ADVERTISEMENT

Error In Mediaplayer When Linking To Mpeg1 From Asp

When i try to link to a video file, a.mpeg, i always get an error from the ms media player. This is very annoying as qt player can open the file just fine.

Tried the script on two different servers, same problem.

Tried it on several clients, same problem there as well.

Anyone out there know how to fix this problem?

View Replies View Related

UserID Using ASP

within the intranet, all user are required to login.
How can I get the User ID and Domain in ASP page?

View Replies View Related

Get UserID

In ASP page, does any one knows how to get user network login ID from user email address? In my company, we use win 2000 server with active directory. In my ASP page, when input an email address, I need search to find the user network login ID.

View Replies View Related

Getting NT UserId From Asp Page

Is there any way I can get the logged in NT user ID from asp
page.

I tried "Request.ServerVariables("LOGON_USER")" but no use.
Our IIS 5.0 settings are as follows:

Authentications methods:

1)Anonymus access checked

2)Authenticated access - Integrated windows
authentication checked.

View Replies View Related

Collect The UserID

In my asp server page, I would like to collect the USERID, Client Machine Name, IP Address information and passing it back to the server for validation control. How can I achieve it in Jscript?

View Replies View Related

How Can I Display UserID

I have the following page managerlogin.asp with a form and two fields: UserID and Password. After sending the form, login.asp is used to manage the login details Code:

View Replies View Related

Request Userid And Pass

my page request userid and pass and after i login it loads to the main page but the problem is when i leave the page for 15-20 mins and comeback and click some links, i redirected to Page cannot displayed, and i wonder why?

View Replies View Related

Retrieving UserID From Form

Im having a bit of a trouble with this piece of code , basically what it does is allow a user to register with the site , then their deatails are added to a database , now what i want to do is RETRIEVE THE USERID value so that it can be passed to other ASp pages. when i run the register page i get this error:

ADODB.Field error '80020009'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. Code:

View Replies View Related

Retrieve UserID/Username From Email Address

I see it everywhere.... Forgot username? Enter your Email and we'll send it to you.

How is this accomplished?

View Replies View Related

Odd Linking

I have a project where all the links go to an intermediary page
before being redirected to the destination page. For example,
there is a link, say to final.asp. But final.asp only redirects the user
to final_last.asp which is the actual destination.

Is there any reason for this indirection? It would seem one could save
space and make things more efficient by going directly to the actual
destination page. Did the author have a reason for doing things this
way?

View Replies View Related

Linking 2 Sep Db's

I want to display the results from 2 seprate mdb's in this manner on an asp page.

If fieldName from dbtable in A.mdb is the same as fieldName in dbtable B.mdb then display all fields. I assum this is sql, so any help woud be great..

View Replies View Related

Linking

i made a little page called billing.asp. I seen on some websites where they can do somin like ie: billing.asp?id=34 and it brings up a record. How can I do that id=34 part?

View Replies View Related

Linking

is there any way i can get a link to access a database cause am trying to make a profile page but with just 1 page for the profile to be on.

< a href="link-to-page=id-of-member"></a>

View Replies View Related

Database Linking??

I have created a form using HTML and Javascript. When I click on the submit button I need the Selected Answers to be sent to an Excel or MS-access or any database. I need to know whether this is possible using CGI/ASP. I guess ASP would be better. If not which one do you think is the best way to carry out.

View Replies View Related

Linking Page

My background is Crystal Reporting. In one of my Reports i had to create a Hyperlink which opens up a .asp FORM in which the user types in data and clicks SUBMIT, as soon as he does that it should get updated in the Oracle 9 database, i have the code for the .asp form and also for the .asp page which inserts data into the Oracle Database, My question is how to link these two .asp pages.

View Replies View Related

Linking Many Files

I am in the process of making an online examination system. The exam will have a total of 100 questions and each question has a time limit. I have done with coding of a question and setting time limit. Each question will get its question from a database table and also the 4 options.

Now my problem is that how i create 100 asp files for 100 questions??.. how can i link them so that when a user clicks submit button, he is taken to next asp file(question).. files are numbered as 1.asp,2.asp...etc. Is there any way i can create a template or something and files and links be automatically generated.

View Replies View Related

Linking ASP Pages

Now when somebody goes to the site www.mysite/allphotos.asp , it ask for the id/password and if the password is correct (as checked by another file ' password.asp' ) the user is redirected to a new page www.mysite/viewall.asp else it is redirected back to www.mysite/allphotos.asp with an error message. Now till this point all is working fine. But if somebody types in www.mysite/viewall.asp directly to their browser they would bypass the password page i have created and hence the security fails.

how can I redirect back to www.mysite/allphotos.asp if a user types in www.mysite/viewall.asp in the browser.I have tried assigning a variable (say goAhead = 0) in the password.asp file when the login is true. In the head of www.mysite/viewall.asp it checks if goAhead is not 0 it redirect back to www.mysite/viewall.asp . Now what is happening is that I can't open www.mysite/viewall.asp rightaway but even when password is correct it stll won't open and is redirecting back to allphotos.asp

View Replies View Related

Linking To An Image

Is there a way to make an image link to a field I already have in a database? Can I just simply put an html command to a link in a database in Access to an image? Or do I have to do an OLE object? I have no idea how to make an OLE object link to something.

View Replies View Related

Linking A Dll To An Asp Page

Our company has a website in place that allows users to get information. I've been asked to call a custom made dll that returns a registration number to the user. I don't know much about dlls or coding concepts for that matter (I've built pretty basic client/server asp websites only), but I would like to be able to at least ask the right questions so that I can understand just what I need to look into to do this.

Does it depend what "kind" of dll it is and what language it's written in? Do I then just need to know the arguments it takes? How do you register a dll?

View Replies View Related

Javascript Linking

I need to link to a javascript function from a REsponse.write line

I can do this but when I try to use a record (ie. rs("Product Name"))
it doesnt work. I tried something like this:

Response.Write "<a href="""" onClick=""rePopulate(''rs(""Product Name"")'');"">Product</a>"

It's this bit thats the problem I think .. I know its probably to do with quotes r smth but rePopulate(''rs(""Product Name"")'').

View Replies View Related

Linking To A Popup

... linking to a pop-up window but sending an ID to the asp page

<A HREF='javascript popUp("confirm.asp?ID=' & rs("Doc_Num") & '")'>Edit</A>

Something like that but with confirm.asp accepting an ID associated with Doc_Num

This works fine for a fixed ID but not when associated with a recordset.

I'm sure its a quotation mark here or there but im hitting a brick wall!!

View Replies View Related

Linking A Textbox

Would anyone be able to help me with this. I have a number of textboxes and checkboxes.
When a textbox contains text I want the checkbox to be unchecked. When the textbox is empty I want the checkbox to be checked.

Also, is it possible to do the reverse as well i.e. when the checkbox is unchecked the textbox cannot be empty etc.

View Replies View Related

Linking ASP To Client MS Word

Basically, I want to be able to print labels and invoices (via MS Word) for net orders, using our ASP site admin system. Code:

View Replies View Related

Linking ASP To Access Database

I am trying to build a simple webpage for a college project I am required to use ASP in this project. I simply need to link my webpage to an access database to display the information on the page. I have managed to do this with all text information using the following code:

View Replies View Related

Linking Names To URLs

I have a dynamic table that displays names of companies. Some companies have URLs and some don't. I would like for those companies with URLs to open a new browser and show their website, for those with no URL just to open nothing. So far I have this, however doesn't work.

View Replies View Related

Linking To Access DB For Sorting

I'm working on getting a list of links to other forms on my database to show up in an order determined by an additional field in a database. This line right here works for this (note the bold part is what I'm editing):

Set rs = cnnSimple.Execute("SELECT * FROM [resource domain] where RESID= """ & rstSimple.Fields("RESID").value & """ ORDER BY [Links].Precedence ASC;")

But I actually don't want to sort by Precedence (that's being used for sorting another field). Instead I want to sort by another colum in the same form called BelongOrder. I try this simply by doing:

Set rs = cnnSimple.Execute("SELECT * FROM [resource domain] where RESID= """ & rstSimple.Fields("RESID").value & """ ORDER BY [Links].BelongOrder ASC;")

But I get the following error:

Microsoft JET Database Engineerror '80040e10' ....

View Replies View Related

Linking Drop Down Menu's

i'm having some difficulty coding my dropdown menu's on a page, i want the contents of one to be dependent upon the value of the selected option of another.

View Replies View Related

Linking To Previous Window

it so that you could click a link which would open a new window with an map with imagemaps on it and when you click one of the links I want it to load in the original page ie where my home page and my menu is.

is there a way to do this without using javascript if so please could you let me know.

View Replies View Related

Listing And Linking Files

i need to know how to show and link files from a database .

View Replies View Related

Linking A Pull-down Menu

i was trying to find a way to link my pull-down menu with a column in a table in Microsoft Access using ASP. As I add new records to the database, I would like the pull-down menu to update also.

Once the submit button has been clicked, a table is inserted into the page with the information from the row in the database.

View Replies View Related

Linking Reading Files

Assume that there are 100 flash files in a directory and i want to load 4 flash. files for every page and list of links in a row previousPage.page1.page1.page3.........page10.Nex tPage) How can i divide
100 files into pages and 4 filash files on every page. is it possible to use files systemobject to createpages or sholud i record content of directory of files to a database and then use recordset to create pages.

View Replies View Related

Linking To A Created File

I'm using PerlScript in my ASP page and I have the following problem: Each time the page is refreshed a CSV file is created. I want this file to be available for download. The problem is I can't create the file in the "wwwrootsite" dir, so I can't link to it. I can however create anywhere else on the server.

View Replies View Related







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