1,828 Topics

Member Avatar for
Member Avatar for edmicman

I've implemented a security method where a user goes to a page, if they are are session authenticated, they redirect to a central login page, and then if they login correctly they are redirected back to the originating page with the session variable true. I'm basically using javascipt to accomplish …

Member Avatar for edmicman
0
133
Member Avatar for aarya

i m trying to use mysql database with asp,i m trying to code regsiter.asp. but i m getting the error this is my code <%dim struser,strpass,stremail,strlname,strfname,straddress,straddress1,straddress2,strcity,strcountry,strsql stremail=request.from("email") strfname=request.form("fname") strlname=request.form("lname") straddress=request.form("address") straddress1=request.form("address1") straddress2=request.from("address2") strcity=request.form("city") strcountry=request.from("country") struser=request.form("usercode") strpass=request.form("pass") response.write(user) response.write(pass) ' Open database Dim Conn, RS Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open "Driver={MySql …

Member Avatar for aarya
0
200
Member Avatar for aarya

i have database in which i hava login information iwa nted to check weather the persons login information is correct or wrong. i m very new to asp. so any body help how i have to proceed [code] <%dim user,pass user=request.form("usercode") pass=request.form("pass") response.write(user) response.write(pass) ' Open database Dim Conn, RS …

Member Avatar for aarya
0
257
Member Avatar for goldeagle2005

Hi, Okay, here's the deal. I've created a project which requires user registration. Now, the registration part works like a dream. However, when I tried implementing an option where the user can update his details, the update isn't working. It says I have an error in my update statement. I'm …

Member Avatar for goldeagle2005
0
87
Member Avatar for goldeagle2005

Hi, For a project of mine, I've implemented user registrations. However, one thing I have NOT implemented is the ability to check if the username requested by a new registration exists in the database. How do I do this? The code for the registration page is as below: (btw, I …

Member Avatar for william_stam
0
132
Member Avatar for akoloff

I want to capure events sent by the standard download message box (dialog box?). That is, I want to know if download was initiated ("Save") or cancelled ("Cancel"). Is there any way to capture those events from the page where the message box was envoked?

Member Avatar for william_stam
0
85
Member Avatar for perpetual_dream

Hey, I'd like to ask what are the free development tools for asp? or is there at least a tool which would check the syntax? Thnx :cool:

Member Avatar for william_stam
0
69
Member Avatar for aarya

i m very very new to asp.so i wanted t0 know difference bertween asp and asp.net. .net is better than php or asp. ?

Member Avatar for zippee
0
187
Member Avatar for handshakeit

How to create and Auto Responder in ASP. Thanks. [URL=http://www.handshakeit.com]http://www.handshakeit.com[/URL]

Member Avatar for zippee
0
74
Member Avatar for goldeagle2005

Hi I've created a password protected Music Database. What I now need is, whenever a member logs in, the time and date of his login should be noted. I only need to record the last time he was logged in. Something like "You last logged in on 21st July, 2005 …

Member Avatar for zippee
0
99
Member Avatar for akoloff

Ever since I added InetCtls.Inet control to my ASP pages I started experience the following problem: After a little while the pages containing this control can't open and hang. When I go to the Task Manager I see that dllhost.exe with username IWAM_COMPUTERNAME is taking all the CPU time and …

Member Avatar for campkev
0
104
Member Avatar for ohgosh

Hi there, wanna ask if the sql syntax order by and group by the same? eg: i have a dropdownlist and the values displayed should be in ascending order. hence is there any difference if i use these 2 sql statements below. [CODE]sql1 = "select distinct * from t_staff group …

Member Avatar for ohgosh
0
132
Member Avatar for faisyshah

hello every body i have a search button just like in google or yahoo but my search button is connect from my access database table , basically search option is use in my site for product available for sale for example when customer type name of product in search option …

Member Avatar for amitlokare
0
86
Member Avatar for djbsabkcb

Below is my source code for a questionnaire I created using HTML and ASP. It contains radio buttons for the selections. I coded it using ASP and HTML. However, when I click the submit button the selections made by user are not displayed on the screen. What am I missing? …

Member Avatar for madmital
0
580
Member Avatar for goldeagle2005

Hi, I'm making a music database, and I need to list 20 tracks. Currently, Im typing the following code 20 times: <a href="music/<%=rs1("artist") %>/<%=rs1("album") %>/01%20<%=rs1("Track1") %>.<%=rs1("ext") %>"><%=rs1("Track1") %></a><br> replacing 01 and Track1 with 02, 03, 04 Track2 Track3, Track4 etc. Now, I tried using the for loop like this: <% …

Member Avatar for goldeagle2005
0
80
Member Avatar for balor

i have a popup window thats got a submit button on it. when it is clicked, i want it to close automatically.. but i dont know how.. anyone please help...

Member Avatar for goldeagle2005
0
71
Member Avatar for kained

I am design a website for my parents at the moment and am in the process of making a booking form in ASP. The form is displaying correctly(well once its all tidied up etc) in Internet Explorer and even the shoddy AOL browser, however, it is only displaying code when …

Member Avatar for madmital
0
162
Member Avatar for khanji

hope I can get a little help here. I have list here, right now it is showing the whole path when user drops the list down. I don't want user to see the path. I want them to see only single name like Phone, pics etc. but when user selects …

Member Avatar for khanji
0
123
Member Avatar for ohgosh

HI there, i haf a series of dynamic checkbox retrieved from db. I can display my checkbox successfully but now i cant get more than one checkbox being checked. [CODE]<% sqlUser= "select distinct * from t_user_type order by userType" set rsUser = conn.execute(sqlUser) do while not rsUser.eof sqlView = "select …

Member Avatar for ohgosh
0
137
Member Avatar for ohgosh

how do i get the current date/time when i click a button? i manage to retrieve the value of current date/time in 2 separate hidden fields when the page loads.. but i want to retrieve the actual date/time [U]only [/U] when i click the button. is it possible? i think …

Member Avatar for ohgosh
0
135
Member Avatar for wchitamb

I have made created a databse MSSQL and want to upload it to my web space how do i go about it.

Member Avatar for william_stam
0
87
Member Avatar for jeffpell

I am trying to force my emails to put data on seperate lines to make it look cleaner in the actual email. My TextBody code currently consists of the following: objMail.TextBody = Request.Form("emailText") & " Contact Phone Number: (" & Request.Form("phoneArea") & ")" & Request.Form("phoneNumber") & " Best Contact Time" …

Member Avatar for william_stam
0
66
Member Avatar for ohgosh

Hi there... I have a page showing products records and there is a checkbox and textfield to enter order quantity for each record. When i click on the Add btn, it will check for the checked records and take in the selected products details and the order quantity and then …

Member Avatar for william_stam
0
87
Member Avatar for wchitamb

<html> <head> <title></title> </head> <body> <% Function NewConn() Set NewConn= Server.CreateObject("ADODB.Connection") NewConn.ConnectionTimeout=100 NewConn.Open "Provider=sqloledb;Data Source=[192.168.160.1];uid=[sa ];pwd=[topland]" NewConn.CommandTimeout=1200 End Function %> </body> </html> I am trying this functions.inc code then use the include ext and i keep on getting this error message Error Type: Active Server Pages, ASP 0126 (0x80004005) The …

Member Avatar for madmital
0
101
Member Avatar for ramareddy_dotne

what is web.config file.how many web.config files can be allowed to use in an application what exactly is the usage of web.config file

Member Avatar for NPH
0
113
Member Avatar for djbsabkcb

Here is new code for my problem with this questionnaire. I am still not getting an output for the choices selected. Any ideas? [code] <html> <% Option Explicit Dim reason Dim response Dim resolved Dim rate Dim offer <head> <title> eLMS Feedback Form Process </title> <body bgcolor = "white"> reason …

Member Avatar for djbsabkcb
0
140
Member Avatar for djbsabkcb

Below is my source code combined with HTML and ASP. It is a questionnaire but once I click the submit button the choices selected from the radio buttons are not displayed on the screen. What am I doing wrong? [code] <html> <h1><STRONG><var>eLMS </var>Helpdesk</STRONG></h1> <form> <% reason=Request.Form("reason") %> <!--<td><STRONG>Dear<%=cookie.username%></STRONG><br>--> <td><STRONG>You recently …

0
106
Member Avatar for Naters_uk

I am facing a huge problem. I did a registration page and i want to store the data into SQL Server. I created two stored procedures in SQL and two functions in visual basic to call the stored procedures before inserting the data into the database. My codes are based …

Member Avatar for goldeagle2005
0
202
Member Avatar for Quan Chi2

How do I make multiple tabs in CSS? I want tabs with rounded corners. So far I can only get 1 tab. What do I do to make more?

Member Avatar for william_stam
0
125
Member Avatar for balor

I have this kind of error: (and i can't seem to solve this) Error Type: Server.MapPath(), ASP 0172 (0x80004005) The Path parameter for the MapPath method must be a virtual path. A physical path was used. /proj/save.asp, line 12 this is my code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> …

Member Avatar for william_stam
0
155

The End.