Member Section Of Website

i need to login to a member section of a website and get authenticate at the index.asp before i can reach tools.asp, another page i will use. I see that the member section do not use cookie. It used session.

I had tried reaching tools.asp directly (with all the variable pass in together in a url example: URL). However, it will redirect me back to index.asp ,asking me to authenticate first. Is there a way to skip index.asp and go directly to tools.asp?

View Replies


ADVERTISEMENT

New Member

I have this error that keeps coming up after submitting a query on a website. been working on fixing it all day and need a fresh set of eyes to help me.

Provider error '8000ffff'
Catastrophic failure
/Process.asp, line 25

i think this is line 25 in my process.asp file

str = str & " WHERE tblData.Application Like '%" & Request.Form("Application") & "%' "

If one needs the entire process.asp script to look over, let me know.

View Replies View Related

Member Login

All i want to do is create a page with member login and forum by using access database. once i get that far ill be able to figure out the rest.

View Replies View Related

Member Area

I am trying to do is make a member area. I am setup for asp and others but what I want is it to show how many points they have in there account when they enter and then when they use some of there points it will deduct there points from there account any help on this would be great Ie: websites code or any tips.

View Replies View Related

Check Member Of NT Group

i can use Request.ServerVariables to check the login user. is it possible to check whether the login user is the member of the NT security group? it is because i wish to create a dynamic banner according to respective NT security group.

View Replies View Related

Member And Staff Interface

We got two interface. Staff and member. When member login, they are brought to member's page. However, when staff login, they are also brought to member's page. This is because at Dreamweaver 8, we have specified that if login succeeds, go to member.asp.

So how do I make sure that when staff login, they go to their staff.asp.? Is it by command procedures or SQL or some kind of other function? Much help needed! Project deadline is just around the corner!!!

View Replies View Related

Admin Section

I have an access database on my website.Its tied in to an asp calendar page where people can click on a date and send me an email wanting to book that date. Could i sent a text message from my mobile to add a new date into my access database to book that date instead of having to go onto my admin section and add it in?what i trying to explain. Is this possible or impossible.

View Replies View Related

UnSubscription Section

I have implemented a subscription section which just inserts the fname, lname and email in the database which works fine and in the UnSubscribe section Which i have used the delete statement, but my problem is that i need to know how i can make it so when the subscriber types in the fname, lnam and email all three have to match the database fileds in order to delete. I am using access database.

View Replies View Related

Print Particular Section

i have two layers which i show and hide as per the users requirement...how do i give a link to print the contents of the layer only?

View Replies View Related

Create The 'Help' Section

So I am working with my IT department on a project. They have a large ASP/MSSQL db system for tracking multiple locations/projects, etc. The site has been an internal device for some time. We are trying to massage the system into a product to lease out.

As a results, we are now having to develop manuals for setup, configuration, and most importatly - use. I need to develop a users manual for the system. I can fill in the blanks, but I don't want to make Word documents. I want the help to be online, seearchable, etc.

I'd love to be able to tag sections as being for certain security levels so someone with high security would see ALL the stuff, someone with low security would only see the peices associated with what they have access to, etc. Is there anything out in the ASP (or even PHP) world that does this?

View Replies View Related

Member Login For Ceylon Web Designs

I need a member login system for one of my web sites where only the members are allowed to read articles published.

View Replies View Related

Display Member Name Once Session Created

I have created a session, where a user logs in using his/her email address and password.

Howver I now want to display the users name once he/she is logged in. It should be easy,
but I cant quite get my head around it.

View Replies View Related

Variable To Call A Member Of Recordset.

Lets say I have created a Recordset named MySET. And I have a value passed from a form: Request.Form.Key(1) Code:

View Replies View Related

Highlight A Section Of Words Only

This code highlights words entirely. I look for the word nation it highlights words like abomination. So I only want the function to highlight whatever I'm looking for. Code:

View Replies View Related

Insert Section Break In RTF

I'm trying to merge two separate RTF files (created in Word) into one Word document. I'd like to put a "next page" section break between each document so that headers and footers can differ between sections. I've got the documents merging, but I can't seem to figure out how to insert the section break. Can anyone help?

View Replies View Related

Create Fixed Section

I am a C#-Coder and now I have the duty to rewrite a ASP-Website and add some functionality. The problem is that I have never seen ASP before and I don't have the time to learn everything necessary to complete my work.

It's a very simple problem and would be really great if someone could tell me what to do or show me a small code-example. I think "learning by reading code" is the best way to get new information

I have an ASP-Website with a very long list (out of a SQL-Query). If I scroll down the page I can't see the list-header any more <- THATs my problem. What I need is an ASP-Website with a fixed section that can't be moved and below a common, scrollable website.
The header of my SQL-Query should be in this fixed section and the datasets should be in the scrollable section.

View Replies View Related

Opening And Closing A Section

I have a question regarding opening and closing a particular section in a web page. I have done that in .net using panels, but, I dont know how to do it in ASP (using VBScripting, JavaScripting).

I have a table with long list of users and every user has some info attached under them. My table looks too long. I wanna give my users a functionality in design so that they can close and open each section. Is there a way to do it in ASP?

View Replies View Related

Dynamically Pass Member Id For Affiliate Program

An affiliate program I joined gave me this link to place on my website. I'd like to track which of my members use this link. To do this, the affiliate program said that I would have to dynamically populate the "YourMember" portion of this link (see below) with my member's user id. Can anyone tell me how I can do this? Code:

View Replies View Related

Check Is Current User Is Member Of A Group

I need to check to see if the Current logged in user on the system
is a member of a group called CustAdmin on CustNT Domain.

If the user is, I need to allow them to have access to the following:
Code:

<br><br>
<input type=Button value = "Click To View Credit Report"
</form>
<hr>

This is a Windows 2000 network.

View Replies View Related

Not Showing Newsletter Section If Db Is Empty

I have a newsletter form with 8 article sections. The resulting newsletter displays the sections in a specific format. However, if the user only has 6 articles, how can I prevent section 7 and 8 from being dispalyed as blank sections?

View Replies View Related

Adding A Path Section To Sqlstring?

I can't work out how to add a path section to a sqlstring, at least i think that what i need to do.

The image url in the database, is set a directory in from where the page sits, and displays for a shop. i.e. images/thumbs/you.gif

However I would like to display this image on the homepage, i.e latest album from the shop, and have had it working but by adding 'store/' to the path in the database i.e. store/images/thumbs/you.gif, obviously problem with this is it knocks out the image in the store.

So therefore I thought ok add the path needed manually to the homepage code, but I don't know how to put it in, or if to put it in the sql statement or add it to the variable where the image appears Code:

View Replies View Related

Redirects To The Right Page Pasing Login Section

On allot of professional web sites, i have notised that When you are looking for something on the site and it needs you to login first
before you can see the content, when you do login it knows exactly where to take you before you loged in, how do they do this???
what type of code do they use??? i would love to apply it to my site.

View Replies View Related

Web Deployment Project, Web.config Section Replacement Is Not Work

While debugging why a web.config section replacement was not happening in the real web application, I tried a simplified case, no replacement is enabled and the connection string is not showing up? Code:

View Replies View Related

Website On A CD

I want to create a dynamic website hosted on a CD. It would be based on ASP and have a database. Is this possible? How would I approach such a thing?

I'm sure I could by a runtime version of Access and build an application, but could that be implemented within the website? Any thoughts? I don't want the user to install anything on their hardrive if possible.

View Replies View Related

ASP Website On A CD-ROM?

I have a asp website and am wondering is it possible to place the website on a cd-rom?

View Replies View Related

ASP Website

I have a little asp.net website which works great on the local machine
but I cannot seem to access it from a remote machine. It is not a
connection problem because my remote machine (which is on the network)
has a share on the local machine using name resolution. The message I
get on the remote machine's explorer is the classic "Page cannot be
displayed". It seems I have looked every where on the net for
possibilites without succes. Both machines have XP SP2, firewall turned
off. The remote machine runs IIS 5.1. Both machines are under the same
workgroup. Any help highly appreciated, will send french chocolates if
you sort my problem out. I have also tried creating a simple "Hello
World" html page. Same think. Workd locally but not remotely.

View Replies View Related

How Can I Use Both VB & C# In ASP Website

I have classes defined in both VB & C#, and would like to make them
accessible ASP Website construction. I could not put them both in the
App_Code folder, what should I do?

View Replies View Related

Asp Website

I would like to build a simple asp based website. I would like to create a webgallery with some pictures i have.Can I use a MS Access database to do it? And create an asp based site? How can I do it? Is there an example

View Replies View Related

ASP Website

I have a little asp.net website which works great on the local machine but I cannot seem to access it from a remote machine. It is not a connection problem because my remote machine has a share on the local machine using name resolution. The message I get on the remote machine's explorer is the classic "Page cannot be displayed". It seems I have looked every where on the net for possibilites without succes. Both machines have XP SP2, firewall turned off. The remote machine runs IIS 5.1. Both machines are under the same workgroup.

View Replies View Related

FSO From One Website To Another

I searched and couldn't find any threads that answered this question: can I have an ASP (classic) page at my site (www.mysite.com) that includes an FSO for reading the files and folders of another, unrelated website (www.anotherURL.com) ?

When I say unrelated, I mean I own both and have control over both. The primary one is at my ISP hosting and the other is a home machine running Server 2003. I want to load up the one at home with photos in folders and then create an album on the other one that uses the pictures on the home machine. I have the following working fine when all is on one server:

Set fso = CreateObject("Scripting.FileSystemObject")
Set folder = fso.GetFolder(myPath)
Set files = folder.Files
Set subFolder = folder.subFolders

View Replies View Related

Log In From My Website

I have forums and are running for my clan I have made the website now and I would like to add that login and logout form to my website so that the users dont have to go to forums to login they can login from the website and the form will direct them to the forums.

View Replies View Related

PWS To Another Website

How can I transfer the ASP and HTML files from PWS (Personnal Web Server) to my website?

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

/wheelofgod/deuteronomy.asp, line 13

View Replies View Related

Designing A Website With XML, XSL, And ASP

1. all the content (i.e. the text) is located in an XML file
2. the XML file would then be styled with an XSL stylesheet
3. and finally, the XML/XSL files will be outputed via an ASP script (for all the browsers)
that's all fine and good. the problem is, that for every ASP page, i have to have a separate XSL file. so, for 3 ASP pages, i'd have to have 3 different XSL files. this could become a hassel.
so, my question is, is it possible to have:

- 1 XML file (which holds all the content)
- 1 XSL file (which extracts the appropriate info for each of the 3 ASP pages)
- 3 different ASP pages (which call the appropriate info)

View Replies View Related







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