Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp general > february 2004 > threads for tuesday february 3

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

access right
Posted by Marine Red at 2/3/2004 10:06:28 PM
Hi all, I would like to do sth like this: when clicking a page, it show you do not have the authorize to view the page, but after login, it is ok to view the contain. Could anyone give me a example or link, I do not have the ideas.. Thanks in advance. ...more >>


Call to guid property of Scriptlet.TypeLib times out
Posted by tborn_news NO[at]SPAM hotmail.com at 2/3/2004 9:19:32 PM
Hi; I use following code in an ASP page to generate a GUID: <% dim obj Set obj = Server.CreateObject("Scriptlet.TypeLib") Response.Write(obj.guid) Set obj = nothing %> It worked fine on my WIN2000 computer running IIS. I recently bought a new computer with XP Pro and this page times o...more >>

communications between sessions?
Posted by aa at 2/3/2004 8:21:16 PM
Does ASP allow communications between sessions? Usually Response sends the response to the destination from which the Request came. Is it possible to send the Response to some other client who is connected to the same page at this moment? ...more >>

passing a string to a function by mouse-click on it?
Posted by aa at 2/3/2004 8:15:29 PM
I have a section of a website which is heavily loaded with technical terminoogy. I have a Glossary database running from ASP code which accepts a string and returnd it's meaning (is there is meaning). Now I want a cusotmer, instead of copying a word into a field, just click a word. I do not make...more >>

Global.asa and Session_OnEnd
Posted by selsaeed1 NO[at]SPAM gawab.com at 2/3/2004 8:08:06 PM
Dear All; I wrote this code in the global.asa but it dosen't work inspite that it works in any asp file and also in the global.asa file but only in the session_onstart part.This code is to delete a txt file at the end of the session.The file was created during the user's session and has the nam...more >>

Need an advise
Posted by GM at 2/3/2004 6:57:47 PM
Hello... Please advise me where can I post a message about job seeking for the small developers team (ASP, XML/XSLT, *script skills)? Thanks a lot ahead. Please, advise me to: contact@NO-SPAMsoftaura.net ...more >>

Newbie has database question
Posted by sdeyoreo NO[at]SPAM hotmail.com at 2/3/2004 5:20:58 PM
This ASP is REALLY COOL!, But I have an ADO question: How do I get a list of all the tables in a database? I found the Northwind database on my computer, now I'ld like to get a list of the tables in it onto a web page. I'ld like to populate a list box with the tables, and when one is selected an...more >>

Including .htm files conditionally?
Posted by Sten Westerback at 2/3/2004 5:04:45 PM
Hi I'm considering using .asp to implement a selective inclusion of .htm files containing tables into a HTML code sent to browser from IIS. My question is if it is possible to make an .asp page that depending on two variables passed in the query (start-month and end-month) return to the br...more >>



Japanese in browser??
Posted by Shelly at 2/3/2004 5:02:38 PM
Hi I am developing a web application for multi language support. But when I view in browser, all languages are shown except Japanese. Do I need to follow some conventions or special settings for display in Japanese? Thanks in advance. ...more >>

Re: ASP keeps restarting (Windows 2000 Server)
Posted by Vimm at 2/3/2004 4:00:07 PM
Maybe this isn't the right place for this, but I've done a lot of looking on this so if someone could direct me to the right place I'd appreciate it. I run a Windows 2000 Server server and one of my sites is quite database intensive and uses a mixture of PHP and ASP scripts to access an Acc...more >>

IIS6 running asp scripts
Posted by Richard at 2/3/2004 3:52:19 PM
I am trying to use IIS 6 to run an asp script that connects to another server to run the task. I have tried using the identities tab to specify the user to use but the script always connects as anonymous to the remote system. Am I missing something simple here or was IIS 6 not designed to perf...more >>

HTTP and HTTPS
Posted by Rafael Chemtob at 2/3/2004 3:09:31 PM
Hi, I have a site that requires a checkout process. THe checkout process occurs in the secure server. I need to pass session variables from one server to the next. Any ideas how to do this thanks ...more >>

page / product clicks ?
Posted by Girish at 2/3/2004 2:56:05 PM
Hi I have list of products listed from a search criteria, Now I wanna show the client TOP VIEWED LIST OF PRODUCTS or number of hits for each product. So the page hits using the counter component will give me the hits for the entire which has all the products. Perhaps I could catch it in th...more >>

Pre-formatted text
Posted by GriffithsJ at 2/3/2004 2:09:34 PM
Hi I have been given some text that needs to be displayed on a web page. The text is pre-formatted (includes things like lists etc) and displays okay if I wrap it using the <pre/> tag. However, the font used is rather "naff" and looks too different to the rest of my web page. I'm not sure...more >>

Index Server & Site Server + PDFs
Posted by Dave Karmens at 2/3/2004 1:51:37 PM
I fire the following code on Index Server (different obj) and it returns a PDFs no problem, but when I change the object to use the MSSearch for Site Server I don't get any PDFs. Anything in the code that would cause this? I can see the PDFs getting crawled in Site Server, but when I try and...more >>

Question RE: set nocount on
Posted by yodajedi NO[at]SPAM mailandnews.com at 2/3/2004 11:36:40 AM
I was having the same old bug "Operation is not allowed when the object is closed." I know about set nocount on. But here's my question. This bug was happening with the following code: alter procedure spShowPrioritizedViruses ( @NVirusID int ) as set nocount on if (select count(*) ...more >>

Multi Updates
Posted by Jamie Fryatt at 2/3/2004 11:01:14 AM
Hi gusy, you advice here woud be great. lets say we have a ms db with two cols id value 1 4 2 7 3 9 4 1 is there a simple way of updating all the value fields with one form? so i can have the page lay the four value's out in a list, the user could the...more >>

SQL or XML?
Posted by Travis Pupkin at 2/3/2004 9:42:59 AM
I've been using ASP with SQL Server for some time now, and while I've occasionally looked into XML, its benefits have never seemed apparent enough to me for me to dig any deeper and make any use of it. Well, I'm using a utility now that exports my QuickBooks data into either an Access DB or...more >>

Empty Recordset???
Posted by Bruce Duncan at 2/3/2004 9:33:07 AM
I'm calling a SQL stored procedure with the folowing code. It seems to work fine but I want to know if it doesn't return any rows and the oRsCatList.eof is not working. lcDisplayCatList = "Y" Set oConn = Server.CreateObject("ADODB.Connection") oConn.Open Session("strConn") Set oCmd = Ser...more >>

Type mismatch: 'HTMLEncode'
Posted by Dave Karmens at 2/3/2004 9:23:20 AM
I'm getting the above error and I can't figure out why... Here is the line: Response.Write Server.HTMLEncode(queryRS("characterization")) Running IIS 6.0 DK...more >>

Formatting date
Posted by billzimmerman NO[at]SPAM gospellight.com at 2/3/2004 8:17:49 AM
I'm currently entering the date into my date field using the now() function, which delivers this result: 2/2/2004 9:08:09 AM which is fine for some cases. However, when retreiving this result, sometimes I'd just like to pull up the first part, such as the 2/2/2004 and cut out the rest. How do...more >>

ENABLE/DISABLE POPUP - VBSCRIPT
Posted by BARBARA FLOYD at 2/3/2004 8:16:07 AM
Hi, I create a popup web page using: newWin = window.open(.....) In the popup window I have href links. The popup takes a while to load and I don’t want the users to be able to click on a link until the popup information has finished loading Does anyone know what Visual Basic Script comman...more >>

Chiisoft ASP - Chili!Upload problem.....
Posted by david NO[at]SPAM scene-double.co.uk at 2/3/2004 7:17:55 AM
Hi, i'm using a Chilisoft ASP component - Chili!Upload I have a form as such: ___________________________ <FORM ACTION="getfile_lnx.asp" METHOD="POST" ENCTYPE="multipart/form-data"> <INPUT TYPE="FILE" NAME="FILE" size="70"> <INPUT TYPE="SUBMIT" VALUE="Upload"> </FORM> _______...more >>

How to use grid control in the asp page thru Visual interdev(Beginner)
Posted by raghuraman_ace NO[at]SPAM rediffmail.com at 2/3/2004 6:42:12 AM
Hai ! I use the Grid control with the data environment and the recordset control by dragging from the data env. But if i run the page alone in the iexplorer it tells the error like pm.script liabrary not found even though i open it in the scripting libraries. How to solve this With ...more >>

asp html email
Posted by jeefers18 NO[at]SPAM hotmail.com at 2/3/2004 5:35:13 AM
Im emailing using Jmail and i'd like to send an html encoded email. The form is setup and it emails out but when i receive it the comes back as the html code. what do i need to do so that it will display as an html page?...more >>

Get page name without folder details
Posted by Colin Steademan at 2/3/2004 4:26:10 AM
Is there a method of returning the name of the current URL, without any of the path details? I am currently using request.serverVariables("url"), but this returns the name of the page and its path. This is forces me to use the following IF statement to get my page to work correctly < If reques...more >>

Different ways to prevent cachine
Posted by andyza NO[at]SPAM webmail.co.za at 2/3/2004 12:18:45 AM
The http://www.aspfaq.com/2022 and http://www.learnasp.com/learn/cachenomore.asp pages describe two slightly different ways to prevent a page caching on the users machine. The two differences that I'm interested in are: - the Response.CacheControl = "no-cache" in the learnasp.com version a...more >>


DevelopmentNow Blog