|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
Cannot use a leading .. to exit above the top directory.
aks -
12 May 2007 4:01 PM - 3 messages
Hi, I'm getting this issue "Cannot use a leading .. to exit above the top directory" when i access in my server, it is working fine in my local. We are using RewriterRule in web.config file. I'm using ASP .net 2.0, IIS 6.0. ...
FIle Form Element
rn5a -
12 May 2007 10:47 AM - 4 messages
I am storing the physical path of images, along with 3 more columns, in a MS-Access DB table. I want to provide users the option to change this physical image path (as well as the records in the other columns) ...
Server Side Set of Request.Form Variables?
Thomas Lunsford -
11 May 2007 5:04 PM - 2 messages
I have inherited a set of asp pages that I now need to augment. In order to minimize changes to production code, I would like to make a "call" to an asp page from a new asp page. Existing code is using ...
To add an icon in title in web page
shizah -
11 May 2007 2:49 PM - 1 message
Hello This is Sofia. My concern is that I want to add the logo of the company in the title bar. For more clearification one can have the example of an explorer. that we see the explorer icon in the most left side then the title is ...
How to convert the web page into Arabic language
shizah -
11 May 2007 2:48 PM - 1 message
Hello how can I convert my web pages into Arabic in such a manner that the value in the text boxes will be in Arabic rather than English. The thing I know is just the code for Arabic is "ar-sa" and nothing more. ...
how to print a page without opening it
shizah -
11 May 2007 2:45 PM - 1 message
Hello My other concern is that I want to print a ASP web page which takes some parameters from the current page. How can I print that page directly without opening it. ...
To add an icon in title in web page
shizah -
11 May 2007 2:41 PM - 1 message
Hello This is Sofia. My concern is that I want to add the logo of the company in the title bar. For more clearification one can have the example of an explorer. that we see the explorer icon in the most left side then the title is ...
Help!! - Need any suggestions, ideas and samples with a Dynamic Graph in ASP using Access 2003
Trev -
11 May 2007 1:59 PM - 1 message
Hi, I need you suggestion and ideas as I am not a programmer by any means but I've been reading the articles on how to show a dynamic chart in asp web pages. I have to say it's brilliant and sounds fairly ...
Run .EXE from ASP (... or ... "where ASPExec.dll gone ?")
northof40 -
11 May 2007 11:43 AM - 1 message
Hi - I have a requirement to run a .EXE from within a ASP page. From reading the archives it seems like ASPExec.dll from serverobjects.com has been recommended in the past but this is not longer available - can anyone suggest an alternative ? ...
Tables issue
John Peach -
11 May 2007 11:19 AM - 3 messages
Not sure if this is the right place to post this, but sure someone will kindly advise if it isn't I have data from a SQL recordset that i want to display in a different format, current code : counter=0 ...
Autentication AD
atrofiado -
11 May 2007 9:27 AM - 1 message
hello You have a sample code with autentication in Active Directory in vbscript ???? thank's ...
rewrite of url in same hosting space
brown705 -
10 May 2007 8:14 PM - 4 messages
All: I have a site hosted at Verio that has four different domain names pointing to it. So when you browse to any of the four domain names, the same site is displayed. What I would like to do is make it so ...
error '80072020' <== On : "objUser.CreateMailBox
lezeou -
10 May 2007 8:03 PM - 2 messages
Hi, I'm trying to write an ASP page to create a user with an Exchange Mailbox. The user is create very well but i've got this error message when i try to create the mailbox : error '80072020' <== On : "objUser.CreateMailBox ...
create url with username and password
Co -
10 May 2007 7:23 PM - 4 messages
Hi All, I use a website in asp for which I have to type a username and password everytime I want to login. On the form are two fields for typing the username and password and one button LOGIN. I want to create an standard url for the website which includes my ...
GetDrive
Jake G -
10 May 2007 6:30 PM - 2 messages
<% Dim fs,d Set fs=Server.CreateObject("Scripting.FileSystemObject") Set d=fs.GetDrive("c:\") Response.Write("Drive " & d & ":") Response.Write("Total size in bytes: " & d.TotalSize) set d=nothing set fs=nothing %> Does anyone know how to get this to connect to a remote share? The IP ...
Passing a value from a HTML button to another ASP page HELP!
djjohnst -
10 May 2007 2:24 PM - 6 messages
I am creating a program that will list program times for people who visit our website. Users can login create, edit, delete a program. These dump into a database. The ASP webpage then reads from the database and posts these programs for people to view (program type, ...
ASP 3.0 Chart Control -- Hidding connection String.
Miguel -
10 May 2007 7:41 AM - 1 message
Hello Everybody, I am trying to display a chart in my asp page. The problem is that I need to connect to a Database and if you see the HTML code you can see the connection String (User and Password). ...
STORED PROCEDURE HELP
Simon Gare -
9 May 2007 9:21 PM - 5 messages
Hi need a stored procedure to replace the 4 commands listed below UPDATE dbo.booking_form SET total_cost = mileage_charge + waiting_charge + CarParkToDriver UPDATE dbo.booking_form SET VAT = total_cost * 17.5/100 UPDATE dbo.booking_form SET GrandTotal = total_cost + VAT UPDATE dbo.booking_form SET TotalToDriver = MileageToDriver + ...
Extract fields names
Mark Goldin -
9 May 2007 7:11 PM - 6 messages
How do I extact fields names (not values) from the Request object? Thanks ...
Display XML data on my webpage
Joey -
9 May 2007 7:06 PM - 2 messages
Ok, so here is an RSS feed for top stories from a local news station. [link] I need to display this data on my own website. I know ASP, but not XML. ...
Tricky Form Problem
Bill -
9 May 2007 3:33 PM - 7 messages
I'm building a simple file management application using Classic ASP VBScript that has a form to input page content, and file name. After the form is submitted, the application will check to see if a page with that file ...
Explorer Progress Bar
Michael -
9 May 2007 8:42 AM - 1 message
Hi. I am looking for explorer object of internet explorer progress bar. I don't know if it accessible to read real time this control. Thanks. Michael ...
database help requested ... works online, but not on local
BobTheBowler -
9 May 2007 3:34 AM - 2 messages
Hi I wrote a website about 8 years ago - [link] It has an Access database of web links and a number of pages that show the different categories. ...
QueryString Parameter
rn5a -
9 May 2007 1:20 AM - 6 messages
A MS-Access database table has 2 columns - UserID (unique) of number data type & UserName (text) along with some other columns. When users come to a particular page, say, AllUsers.asp, all the UserNames are displayed to him as hyperlinks. Based on the UserName ...
Refreshing using code behind on web page
Doogie -
8 May 2007 6:24 PM - 3 messages
Hi, I'm trying to set up a refresh of some of the data on a page and am using this: <meta http-equiv="refresh" content="120"> This works great with one exception. I only want to refresh one grid ...
aspx runs outside of application?!
Dave Bender -
8 May 2007 3:54 PM - 3 messages
I'm confused about whether a web application needs to be defined in IIS as an "application" to run. We have a client who has a medium sized web site (~2,000 pages), including some ASP and some aspx pages. These were ...
Redirect Help
Mangler -
8 May 2007 2:33 PM - 3 messages
I thought I was doing this right but apparently I'm not as I keep getting an error " object required ".... I am trying to redirect someone if a record set value is not equal to something; here is what i have: ...
ASP page post and Web Server
abcd -
7 May 2007 11:41 PM - 1 message
I have Page1.asp which is posted to Page2.asp. Page2.asp runs in hidden frame. When web server is running and Page2.asp is running I can pass suceess / fail / any error messages to Page1.asp using javascript. Now if Web server is down then Pag1.asp progress bar is running continuously ...
ASP Sessions - site is timing out early!
Nebulus -
7 May 2007 9:19 PM - 5 messages
We've got a website that's designed in classic ASP. While it's a good product, the original design was badly done, and I've inherited a monster. At some point last week, users began calling in and complaining that ...
Progress Bar
Michael -
7 May 2007 7:11 AM - 3 messages
Hi. I need some script that will show progress bar in classic asp. I did not found match example. I found samples with bar only when we need many repeated steps. My function has diferrent time of execution, from 1-2 ...
Default Select List
rn5a -
6 May 2007 1:31 AM - 3 messages
During registration, users have to provide their date of birth. For the date & month part, there are 2 dropdown lists & for the year, there's a textbox. These 3 fields are finally merged together to populate a MS-Access database table in a column named DOB whose data ...
Free forum hosting
TedLauzon -
6 May 2007 12:50 AM - 1 message
Hi,
today I found very good free forum
hosting, but I can not install any mod. Do any of you know how
to do this?
-------------= Posted from Ugroups.com =-------------
---= Fast & Free Web Portal to Usenet Newsgroups =---
-------------= [link] =------------- ...
|
|||||||||||||||||||||||