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
ADVERTISEMENT
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
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
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
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
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
View Related
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
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
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
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
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
I have a page and dependant on what is passed via the url ie page.asp?area=xyz
If the QueryString("area")=xzy then part of the page is hidden. How would I go about this?
View Replies
View Related
I have a database on a website, and a table in this db contains two fields,PCode, and Verified. I have to add new records to this in batches, and these batches are generated on a local PC.
Is it possible to paste the contents of a text file into a text area form field, and then run an asp/vbscript routine to update the database.
The text file contents to be pasted would be in the format:
1234, Y
1235, N
1236, Y
I am ok with updating the database,what I would like to know is how to split the text into individual items - is there some kind of read line function.
View Replies
View Related
I am trying to hide an area if the value in a record is true, can anyone tell me why what I have below won't work?
<% if (String(rsAccount.Fields.Item("Suspend").Value) = false) { %>
<form name="SuspendArea" method="POST" action="<%=MM_editAction%>">
<input name="Suspend" type="hidden" id="Suspend" value="True">
<input type="submit" name="Submit2" value="Suspend">
<input type="hidden" name="MM_update" value="SuspendArea">
<input type="hidden" name="MM_recordId" value="<%= rsAccount.Fields.Item("ActivationCode").Value %>">
</form>
<% } // end %> </td>
View Replies
View Related
Can anyone help me format text in a text area using ASP? I am bringing in data from a database and need to format headers for the data. Is there anyway to format this in a text area using ASP?
View Replies
View Related
when I´m typing a text data in to the form and I press Enter to go
to a new line and after when the data is submited in the DB I go to PHPMyAdmin and the field looks like this:
line1: text
line2: text2
etc.
But in ASP it looks like this:
line1: text1 text2
What the hell is this now
View Replies
View Related
does anyone know of a site that takes you through a walkthrough on how to set up a client only area, but in javascript to use on an asp server?
View Replies
View Related
I'm having a complete brain cramp today. I've written a form that displays information based on content in a database. Can someone tell me what's wrong with my code to display the data in a textarea?
Code:
<textarea name="AdditionalInformation" cols="32" rows="10" wrap="VIRTUAL"><%=(UpdateRecruiting.Fields.Item("cs_additionalinformation").Value)%></textarea>
View Replies
View Related
how to concatenate 2 textbox into 1 message area?
NAMES.ASP
NAME1= MArk
NAME2= Arman
COLLECT.ASP
MESSAGE AREA :
Mark
Arman
how to do this? and creating another line for the other entry?
View Replies
View Related
How do I set the max length of a text area. Say, only 200 char.
View Replies
View Related
I would like to create a member's area on my ASP/Access web site but members must pay an annual subscription fee via Paypal to access this member's area.
Unfortunately, the Hosting provider does not support a Unix system, so i cant store all my members area information in a password protected folder.
Please could anyone advise me the best way to do this?
I already have a merchant account set up with Paypal.
I need to give every member an individual UserID and Password, and restict access to the members files, so visitors cant access them directly via the Browser Bar and by-pass the Paypal fee.
I would also like an automated service, so if a member does not renew their subscription, they will not be able to access the member's area once a year has passed.
View Replies
View Related
Alright i'm trying to open the table, which is determined by a querystring variable console and from there I'm trying to select the field game which isn't a variable and I'm trying to choose the name of the field by the specified title which is also a query string variable Code:
View Replies
View Related
I have an from that emails @ the mo But I have to insert e variables into the <boby>.
useing asp this works fine but the formatting is all over the shop I have looked on the net and can't seem to find anything that formats a textarea any ideas????
View Replies
View Related
I've got a CMS, which currently requests that you provide your username and password to gain entry. Upon submitting this form, your username and password are checked and a session is set if they match:
<%if request("strUserName") = "bob" and request("strPassword") = "bobspassword" then
session("Login") = true
response.redirect("mainmenupage.asp")%>
Each page in the CMS then checks for the session to be set to true before rendering the page.
People say that I should check these values in a database rather than on the page itself, but I don't see why? Can anyone recommend a more secure way of doing this, or is this secure anyway?
View Replies
View Related
I have created a password protected area on my website using session variable. I used a pre-programmed package on the internet using ASPLogin not the very expensive company software- another more basic type from another company! A user can log in OK for the first time, however, when he/she next visits within a couple of days or more the login screen says that they are already logged in., and because of this, they cannot log in and have to wait for the session variable to expire.
I am using both Mozilla Firefox and Internet Explorer and both are having the same problem. I am not too sure of what is going wrong here, as ideally, each time they have logged out I would like them to log back in OK again.
View Replies
View Related
I'm wanting to use asp to redesign my employment area on my website. I wish to have searchable databases for my 80+ resume's and job postings we currently host.
I would also like to consider making the posting of jobs and resume's something the customers can do themselves.
View Replies
View Related
I am wondering if it is possible to make an area on a cusomt form were a user can upload a document and be able to email the form along with the document as an attachment. I alreay have the form developmed and it emails to the appropriate people, but now they want to be able to upload a document and receive it as an attachment in their email.
Does anyone know how to do this?
View Replies
View Related
How to disable a select element via vbscript from another element in the same form. I want to disable a text area element named xptoTextArea if and only if a certain option value is selected.
If this option is selected then disable this text area element.
View Replies
View Related
I have a text area in my asp page:
"code"
<textarea name="content" rows=10 cols=60>
</textarea>
"end of code"
Is there any way to fill the text area with the value of a variable?]
View Replies
View Related
In HTML , I need textarea box with 4 rows & 5 cols . But if I enter the 4 th row, it shouldnt allow 5 th row. Only 4 rows should be accepted, can anyone tell me hw to creat text box?
View Replies
View Related
I am working on a asp and sql website that I did not make. It runs an asp based content management system, where users can enter news articles. They enter the "body" into a text box/area and can add images separatly. The image will show up to the to left of the article.
This goes into a SQL database, and gets pulled out by asp for the webpage. I want to make it so a user can add in an image into the body of the article ( like in a word document ) and have it show up where they put it. What is the easiest way to do this. Both easy on me and the user.
View Replies
View Related
When making an admin area i have always just allowed 'delete the user', but is it possible to deactivate and reactivate a username and password.
I can picture it in my noggin. when viewing all the users there is the ability to check a box selecting deactive or reactivate depending on the state of the username at the time.
What do you think, is it more hassle than its worth to allow this?
View Replies
View Related
Is it possible to have, first n number of charectors in a text area in one
colour and the remaining in a different colour? If so how can it be done?
View Replies
View Related