Info On Customer Only Area

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


ADVERTISEMENT

Customer Support

I have been using ALS for a while, and I want to be able to create my own version, But the only issue I have is being able to track users realtime, ie get what page they are on, how long they have been online, and being able to contact them by throwing a pop-up.

ALS does it but i've tried scoping the coding, but can't find anything.

View Replies View Related

Customer Orders By Fax

I have a small team who are building e commerce sites for different clients .One of our client wants his customer orders to be faxed directly to him.

View Replies View Related

Customer Login, How To With Txt File?

I am trying to make a client login system with asp. the users register and their details get written to clients.txt. per client there are 9 lines in this txt file (name, address, etc)

username and pw are on lines 4 and 5. at login.asp i capture username and pw into strUsr and strPwd - that works fine. im unsure as to how i should not authenticate those variables against clients.txt.

- should i loop through all entries of clients.txt and compare strUsr and strPwd to line 4 and 5 of each entry?

- should i first create an array with the contents of the whole txt file and then see if strUsr and strPwd match any of the 4th and 5th lines?

View Replies View Related

Customer Textbox Field

i have a page which lets u search for a tupple in the database.it allows the user to search by customername or jobno.so i have 2 text box to let the user enter.and each text box has a submit button which will link back to the same page and it will display all the search results.

i have error check script that dun allow the user to submit if nothing is entered.but now on my same display page... how mani i suppose to write the sql statment as i dun have idea to display the results from the customer search or job no search.

i mean i can write 2 recordset.but how do i make sure that it will display the 1 tat the user search.is there a if else way or sumthing??i mean if i search by job no.then when i request from the customer textbox field.wat is the value that is pass over?

View Replies View Related

Customer Details Page

Just uploaded my database how to i create a simple page where i can enter customer details into my database. i would like fields like customer id, first name last name etc where the telephone number could be the primary key

View Replies View Related

Customer Updating Website

I have a client who wishes to make changes to their website live and without having to purchase any additonal software and do any training.

I have seen a few websites where they have an admin page where the client can login and make changes on the fly to the site through a browser. Does anyone out there know of any software that can do this or where i can find more info on this?

View Replies View Related

Only Latest Record Got Customer Name.

i have table Comment and Customer. Customer is a registered customer. but, comment can be given by registered or non-registered customer. right now, i have 6 records which are 3 registered customer and 3 non-registered customer in Comment table.

for the non-registered customer, i put as a Guest for their name while registered customer, i have display his/her real name. my problem is, the latest record in Comment is a registered customer and her name is displayed in the html table but the rest registered customers, their names are not displayed. something wrong is there. for the non-registered customer, no problem at all. this is my script. at this page also has paging script. Code:

View Replies View Related

The File '/Customer/Login.aspx

I have an asp.net 2.0 web application that I have pre-compiled and deployed to a Windows 2003 server. When I try to access the web application I get thefollowing message in my browser:

'The file '/Customer/Login.aspx' has not been pre-compiled, and cannot be
requested'.

If I rename the folder containing the web app to something other than'Customer' then it works! I have tried deleting the folder and recreating it but I get the same problem. I have also copied the folder to another serverand it works without any problems.

View Replies View Related

Hiding Area

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

Text Area

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

Hide Area

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

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

Formatting Text Area With ASP

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

Display Text Area

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

Dynamic Text Area

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

2 Textbox Into 1 Message Area

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

Max Length Of Text Area

How do I set the max length of a text area. Say, only 200 char.

View Replies View Related

ASP - Members Area Via Paypal?

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

Connection, Possible Variable Area?

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

Text Area Formatting

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

Most Secure Way To Provide Log-in Area

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

Password Protected Area

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

Redesign Employment Area

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

Custom Form--upload Area

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

Disable A Text Area Element

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

Fill Text Area With Variable

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

TEXT AREA ROWS IN HTML

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

Inserting An Image Into A Text Area

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

Admin Area, Deactivate/reactivate Account?

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

Diff Colors In Text Area Of HTML

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

Pop Up Text Area After Click Yes From Drop Down List

I want to write a asp script, basically, that has drop down box in the form, if user select Yes, on the same page, a hidden textarea will show up, if user select No,
then nothing happen.

so far, my code is unsuccessful, in addition, I also got syntax error on the response.write line anyone has idea. Code:

View Replies View Related

Setting Carriage Returns In A Text Area

I have a form which contains a textarea input, when I request the value of this and display the contents in HTML the carriage returns are gone, so I am trying to find a way to re-insert any carrigage returns.

I have tried using a regular expression with the replace() method to search for a carriage return in a javascript string and replace it with a <br> - but no joy

I thought the following would work (code is in Javascript by the way): Code:

View Replies View Related







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