all groups > inetserver asp general > june 2006
Filter by week: 1 2 3 4 5
OT: Memorial/remembrance site application
Posted by John at 6/30/2006 8:41:13 PM
Hi
Sorry to be off topic. Can anyone recommend a memorial site application that
can be downloaded or purchase? I need to allow people to leave their
comments on the person concerned and pictures.
Thanks
Regards
... more >>
Select Case
Posted by CJM at 6/30/2006 3:31:57 PM
I'm getting a syntax error with a Select Case statement:
Select Case CSng(rs.fields("Field1"))
Case 0
Response.Write "Test1"
Case Is < 0 <<< Syntax Error
Response.Write "Test2"
Case Is > 0 <<< Syntax Error
Response.Write ... more >>
Save value in the database
Posted by ssingh at 6/30/2006 2:12:09 PM
Hi Everyone,
I have a main window which has a form in it. Inside the main window
there is a button, which when clicked opens a pop window
(showModaldialog window). Inside that pop window I have a checkboxes,
which user can check. When he is done selecting them, He clicks on
"Done", which is of ... more >>
403 on ASP page
Posted by erica.cooksey NO[at]SPAM gmail.com at 6/30/2006 11:18:10 AM
I am having a great deal of trouble with this, hopefully someone can
help me out!
I have a JNI Java applet that accesses an ASP page. The page looks like
this:
Dim myObj
Set myObj=Server.CreateObject("myDLL.myClass")
myObj.Execute()
Set mObj = Nothing
This is accessed numerous times th... more >>
page wont work in firefox
Posted by Gaby at 6/30/2006 10:47:31 AM
i was informed that one of out pages wasnt working. the user was on
firefox and said our page wasnt functioning but whenever i use IE it
works fine. is there any reason or something in the code that wouldnt
allow a page to work with FF
thanks
gabriel
... more >>
File download size limit
Posted by tjfdownsouth at 6/30/2006 10:02:02 AM
I have a site that allows a person to log in and get a list of files to
download for them. If the file size is under 65MB then everything is fine,
they click the download button and the save box pops up. But if the file is
larger than 65MB the page sits and processes until it times out. I c... more >>
Possible to store javascript document.forms[0].value to ASP session?
Posted by bonnie.tangyn NO[at]SPAM gmail.com at 6/30/2006 9:55:35 AM
Hello all
Would it be possible to store javascript document.forms[0].value to ASP
session as global variable? If it is not possible, how can I pass the
javascript document.forms[0].value to ASP/vbscript function?
I need to pass the javascript value to ASP/vbscript function because I
have to... more >>
Save dynamic page to text file
Posted by Chris at 6/29/2006 10:06:38 PM
Can anyone recommend how to do a screen scrape from a dynamic page and save
it to a text file? Regards, Chris.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
URL Rewriting
Posted by Chris at 6/29/2006 9:40:47 PM
I want to rewrite URL's from asp type ones with querystrings to more search
engine friendly ones. I was looking at two options:
isapirewrite or a bit of a hack which replaces the 404 page with a custom,
which examines the url and then does a server transfer to the querystring
page.
The h... more >>
Dynamic CSS
Posted by JWL at 6/29/2006 8:05:54 PM
Hi
I need to create a bunch of sites with slightly dynamic CSS. Basically,
all the image paths in the CSS need to be dynamic, depending on the
values of certain ASP variables.
I can think of 3 ways to do this:
1. Write a script to create a semi-dynamic CSS file, which will be run
when... more >>
Somebody Please Help Me Convert this ASP to VBS
Posted by andy.mcvicker NO[at]SPAM siemens.com at 6/29/2006 12:24:53 PM
Hi Gang
I'm not sure what needs to be changed when converting an asp to vbs.
I'm not sure if I can with my code below. Can someone PLEASE convert
the text below to vbs?
Thanks a million.
Andy
<!--
METADATA
TYPE="typelib"
UUID="CD000000-8B95-11D1-82DB-00C04FB1625D"
... more >>
Sessions and Crystal Reports
Posted by furby at 6/29/2006 9:41:16 AM
I'm asking this on the off chance that someone out there might have
seenit before.
In my current application, when the user logs in, the state variable
called "role" is assigned to them, detailing what they can do and what
they cannot do. This variable follows them through the entire
applicat... more >>
request parameter names
Posted by Davy at 6/29/2006 3:26:01 AM
I 'd like to print out all posted parameter names and values.
I'm able to print all the posted request values, but not the parameter names.
any suggestions?
thanks in advanced
Davy... more >>
aspx dont work: App-Domain could not be created
Posted by AlexCZ at 6/29/2006 1:51:02 AM
After restart some time is everithing ok. After some hours - some days,
problem start. Only in pool, where dll VB6 is used, aspx pages (asp ok) does
not work.
Event:
Failed to execute request because the App-Domain could not be created.
Error: 0x8007000e Not enough storage is available to ... more >>
How can I Run a file without a messagebox
Posted by Torres at 6/28/2006 11:42:22 PM
Dear all,
I use this "HyperLink1.NavigateUrl = "\\aoui\myeoe\testing.bat" to run
the batch file. The windows will show a messagebox "RUN" "SAVE" OR
"CANCEL". I want to run the batch file directly and without any
prompted action.
pls help !!
thx
... more >>
Roster web application
Posted by Blinky at 6/28/2006 11:15:29 PM
Hi all,
I am about to create a web application using asp and vbs to build an online
roster for a department of 25 people. The roster covers some 10 shifts a
day, 7 days a week always starting on a Sunday. I will be using an access
database file to hold the information. At this this stage I ... more >>
Display images actual size
Posted by Simon Wigzell at 6/28/2006 6:12:24 PM
I am putting together a website for a photographer. There will be a section
where his clients can select various sizes of picture to order. I would to
be able to display the images the actual size depending on the clients
screen size and resolution. Is this possible? I know that the server
... more >>
help, Mail From
Posted by Martin at 6/28/2006 5:19:21 PM
Hello
From asp, if I try to send an email From "Flowers, Gifts and Goodies
<myemail@company.com>", it arrives as if were two senders: Flowers ; Gifts
and Goodies.
How should I set the From property of CDO?
Thank you!!!
... more >>
ASP Active Directory
Posted by JP SIngh at 6/28/2006 5:08:26 PM
We want to be able to allow our users to update this AD profile and
sepecifically be able to change the address, city and phone number fields
thorough a web page.
Can someone help with some example ASP code?
It will be much appreciated.
... more >>
Determine if more than one row returned
Posted by CJM at 6/28/2006 4:10:19 PM
I have an ASP/ADO application querying an SQL Server DB. I want know the
most efficient way to determine if more than one row is returned from a
query. If more than one row is returned, the user will be presented with a
choice of which row to process. If only one row is returned, I want to ski... more >>
ASP error messages nested on with IIS 6.0
Posted by Lambuz at 6/28/2006 8:00:54 AM
When an HTTP 500.100 occure in IIS 5.0, I was getting redirected to a
HTTP 500.100 - 'page cannot be displayed' error page when there was an
error, but now in IIS 6.0, I get 'Microsoft VBScript runtime error
'800a01c2' ' nested within the page.
I'm trying to create my own error messages so i... more >>
IIS 6.0 and randolny request timeout
Posted by felippe at 6/28/2006 3:22:55 AM
Hi!
I have got IIS 6.0 on Windows 2003 Server. I have installed HTTP
handler (as simple reverse-proxy) - code below. I created virtual
category with this dll and Wilcard application mapping set to
aspnet_isapi.dll
Now everything works fine, but sometimes IIS stops working and return
'Error i... more >>
Difference between two dates in Weeks and Days
Posted by David at 6/28/2006 1:37:05 AM
Hi,
I have an order processing system in which I have an OrderDate and a
Completion Date
I want to print the difference in Weeks and Days between the two dates,
i.e. if the completion date is 3 weeks and 2 days after the order date,
I want to print : 3 Weeks and 2 Days, on the page.
Is thi... more >>
ASP 0113 again, but only on few machines
Posted by MacChojnacki NO[at]SPAM googlemail.com at 6/28/2006 12:36:01 AM
Hello,
I have big problems with this errors. In our company we're using an
application on asp site, which is working with Sql Server 2k. Generally
it works fine but there are some problems.
On few computers there is:
Active Server Pages error 'ASP 0113'
Script timed out
etc.
I kn... more >>
ASP (not .Net) and Socket
Posted by JScoobyCed at 6/28/2006 12:00:00 AM
Hi,
Is network communication available on ASP (not .Net)? My code is on
two ASP servers on which I cannot install any components.
My need is quite basic:
The Client (browser) POST/GET a HTTP request to Server1
Server1 POST/GET a HTTP request Server2
Server2 respond with a Comma Separat... more >>
KB917344 has broken JavaScript ASP
Posted by Anon at 6/27/2006 12:11:36 PM
Since installing the security update
http://www.microsoft.com/downloads/details.aspx?familyid=16DD21A1-C4EE-4ECA-8B80-7BD1DFEFB4F8&displaylang=en
on our Windows 2000 server (SP4) all ASP pages which utilise Javascript have
stopped working with the following error
Active Server Pages error '... more >>
ServerHTTPRequest
Posted by eduardo.rosa NO[at]SPAM gmail.com at 6/27/2006 4:37:49 AM
Hi people, I need some help with ServerHTTPRequest.
My question is: why can I load only the last rss? Somebody have any
idea?
Thanks a lot.
Example:
http://www.clas.com.br/loja/sedex.calculo.asp
Code:
Sub getXML(sourceFile)
dim styleFile
dim source, style
styleFile... more >>
IIS
Posted by a at 6/27/2006 12:40:45 AM
Hi
I think my IIS is disabled or blocked somehow. Can anyone here tell me how
to reactivate it again. The OS is WinXP.
Thanks
... more >>
sorting help
Posted by Jeff at 6/26/2006 4:09:00 PM
ok gang. I have this code to get the data from mssql db
set standings1 = conn.execute("select points, team, wins, losses, win_pct
from tblStats order by wins desc, points desc, team asc")
numRealPos = 0
numDisplayPos = 1
do while not standings1.eof
var_P = standings1.fields.item("points"... more >>
Server.Mappath Help
Posted by Y2K at 6/26/2006 3:28:02 PM
I have a thumbnail viewer which displays images on a webpage.
Currently, the images reside in a subfolder of the root, and this works
fine. I understand the main problem here is my limited knowlege of
ASP.
Here's the current setup:
c:\testproj\imageviewer = Virtual directory named "IMG... more >>
XML: how to read in chinese characters
Posted by msnews.microsoft.com at 6/26/2006 11:57:23 AM
Hey there, I'm having trouble reading Simple Chinese characters from an XML
document in an ASP file, I want to update the database based on what is in
the file. Everytime, I read in the characters they come out as ??.
Here's a snippet. Also here is my sample xml file:
http://dev4.labwerk... more >>
"world wide web service is not installed on this computer" ???
Posted by GlenS at 6/26/2006 10:04:01 AM
I have a test system set up for debugging with iis6 on win2003
I couldn't connect to the system from my xp workstation so I installed
visual studio 6 with interdev on the test server. When I try to run a
debugging session i get a message "world wide web service is not installed on
this comput... more >>
Record lines without tables
Posted by davidgordon NO[at]SPAM scene-double.co.uk at 6/26/2006 9:12:28 AM
Hi,
I regularly code in standard asp with MySQL.
I have a page which displays records with the background colour of each
record table row in a different colour.
There are 2 table rows per record.
The problem is that at the end of each field in a row, the background
colour stops and then co... more >>
Web File Organization : Best Practices
Posted by AJ at 6/26/2006 5:37:01 AM
Hi all,
I am wondering if their are any links out their dealing with best practices
when
it comes to enterprise web site organization. We are still maintaining
classic ASP applications so keeping that slant in mind would be great.
How do you all organize your code / presentation / module... more >>
Trace in asp page
Posted by Wallace at 6/26/2006 2:18:37 AM
Hai All,
How can I put a trace ile in an asp page?
Help needed...
Thanx in advance...
... more >>
Form mail security
Posted by the other john at 6/25/2006 11:30:50 AM
I'm having trouble with spammers getting through my mail script. I've
heard of FormMail for php but I need a solution for ASP. Any
suggestions? I don't know how to stop these guys from using my forms
to spam.
Thanks!
John
... more >>
paging error handling
Posted by solomon_13000 at 6/25/2006 7:16:08 AM
I inserted an error handling code for the code bellow. What happen is
the page is taking a long time to load. Upon loading it takes me to
"page not found" of microsoft internet explorer. How do I solve the
problem?
<html>
<head>
<title></title>
</head>
<body>
<%
on error resume next
D... more >>
code execution
Posted by solomon_13000 at 6/24/2006 9:41:03 AM
The problem with the code bellow is that suppose I change the valid
database name from stelladb.mdb to an invalid database name stella.mdb,
what happens is the following statement gets executed:
response.write "<center><font class='error'>Error: Username is
unavailable</font></center><br><br>"... more >>
SQL WHERE command and IF
Posted by gjoneshtfc NO[at]SPAM volcanomail.com at 6/24/2006 4:30:10 AM
Hello
I have a two menus where the user chooses the make and model of a car.
After submitting, a results page shows depending on their inputs. My
SQL is currently:
SELECT *
FROM MainTable
WHERE [model] = '" & chosenmodel & "'
ORDER BY Price DESC
I now want to introduce an option where ... more >>
dynamik meta-tags
Posted by rolfb at 6/24/2006 2:58:01 AM
I use ASP.net 2.0 C# for my shop-system.
I want to programm dynamic meta-tags.
In some books I find as memer of HtmlHead statements like
Page.Header.Metadata.Add("description", "my product");
If I try this, i got the error message: Metadaten not member of HtmlHead
Want do I wrong?
What oth... more >>
URL Rewriting
Posted by Chris at 6/23/2006 4:50:59 PM
Can anyone give me any ideas on how to do URL rewriting in ASP with IIS 5
(possibly 6). Aside of course from switching to Apache ;) Regards, Chris. I
want my products/product.asp?id=1243124 to read products/friendlyurl.html
... more >>
recordset
Posted by Eugene Anthony at 6/23/2006 10:39:03 AM
asp code:
set conn = Server.CreateObject("ADODB.Connection")
conn.open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &
Server.MapPath("/db/upload/stelladb.mdb") & ";"
set rs = Server.CreateObject("ADODB.Recordset")
conn.qGetUser p1,p2,rs
if rs(0) = "Administrator" OR rs... more >>
Help or Ideas
Posted by S Reichard at 6/23/2006 9:35:01 AM
Here is my issue... I am working on creating a website
http://www.adoptabrick.com
The new site is in progress http://www.adoptabrick.com/pilot
The first website uses flash right now on the page marked "The Wall". I
would like to change the page to utilize aspx. Is it possible?
Her... more >>
Problem with include files!
Posted by Julesh at 6/22/2006 10:59:47 PM
Hello,
I am new to ASP and am trying to make some changes to some ASP 3.0 code
I have inherited.
I have a number of ASP pages with VBS as the base language, on each of
these pages I have successfully included a piece of VBS code that
produces output in a table cell by using:
<!--#incl... more >>
error handling
Posted by Eugene Anthony at 6/22/2006 10:27:15 AM
One problem with the code bellow is after this code
conn.qDupUser p1,rs
I added:
set rs = nothing
to test the error handling capability.
What happen is the code bellow gets executed
If rs(0) = 1 then
response.write "<center><font class='error'>Error: Username is
unavailable</font... more >>
Linked Form Menus
Posted by gjoneshtfc NO[at]SPAM volcanomail.com at 6/22/2006 10:10:44 AM
Hello
I currently have a page with car manufacturers in a dynamic form menu.
Users can select one and click submit to find available cars by that
manufacturer. What i now need is a second menu on the page where when a
manufacturer is selected, the models associated with that manufacturer
disp... more >>
Rich Text Box
Posted by Chris at 6/22/2006 9:16:31 AM
Does anyone know of any rich text boxes for classic asp. It needs to support
tables and multiple images. I can find lots .net ones but not classic asp.
Regards, Chris.
... more >>
Separating out concatenated values in Request.Form
Posted by eric.goforth NO[at]SPAM gmail.com at 6/22/2006 7:34:34 AM
Hello,
I'm working with a classic asp page that calls another classic asp
page. The html in my calling page looks like:
<form method="post"
action="/includes/mypage2.asp?subtype=MyType&ecd=1&eid=97702">
....Do some stuff
<input type="submit" name="btnSubmit" value="MyType">
... more >>
Unable to display web page
Posted by Seok Bee at 6/21/2006 6:54:02 PM
Hi,
I am currently facing some difficulties in accessing my web page. I am
creating my company intranet website. Currently, I am developing my webpages
in my local machine with IIS activated. When i run the website from my local
machine's IE by typing //<computer name> my webpage displayed.... more >>
ASP bugs
Posted by brian.lukoff NO[at]SPAM gmail.com at 6/21/2006 6:31:08 PM
Hi everyone,
I'm trying to track down some ASP bugs described at
http://www.aspfaq.com/show.asp?id=2188. Basically, I have some old
code (that used SELECT *, used rs(...) syntax but did not first store
the value in a variable before writing to the screen) and I'm trying to
determine if this ... more >>
|