all groups > inetserver asp general > september 2003 > threads for wednesday september 10
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 30
what am I doing wrong.....
Posted by Graham Mattingley at 9/10/2003 10:59:27 PM
Hello
I have this coden (below), that I found that works really well when to prove
a URL is valid, or any object in a URL. They way it works is that you submit
the URL through a form, txtURL is the varable...
What I want to be able to do is have a database of URLs and loop through
them with... more >>
IIS / ASP problem / XP Professional
Posted by Jeremy at 9/10/2003 10:34:56 PM
(This has been posted to microsoft.public.inetserver.iis as well - not
sure which is the better group - thanks for reading)
IIS installed on XP Professional - just used the add/remove programs
method and all seemed fine.
Then I attempted to get to http://localhost and the following happene... more >>
editor features?
Posted by monika at 9/10/2003 9:08:22 PM
I want to use a simple editor which has the capability of changing color or
bold it... a very simple one in my application of asp/access. Can anyone
suggest any such editor whereby I can use it?
my purpose is to get story written by a student in the textbox/textarea of
that editor from the datab... more >>
Really Dumb Hardware Question...
Posted by MostlyH2O at 9/10/2003 6:58:34 PM
Hi Folks,
I'm sorry if this is the wrong place to ask a really newbie question, but I can't seem to get an answer to what seems to be a simple
question...
What is the difference, with regard to hardware, between a regular desktop system and one that is called a "server"?
I am looking for a... more >>
include
Posted by bender at 9/10/2003 6:58:23 PM
I've made a small control asp 'script' that I need to include in most of my
html file (and I dont wanna copy 'n past the code into all my files). How
can I do this ? Been a while since I've been messing with asp so Im a bit
rusty but wasnt there some kind of include command ? Thanks for any help ... more >>
Detecting PPC 2002 vs. 2003 in ASP
Posted by Don Miller at 9/10/2003 6:16:15 PM
I can't seem to find at MS how to detect the 2002 OS vs. 2003 OS for web
applications using ASP. This is the only page I could find
(http://msdn.microsoft.com/library/en-us/guide_ppc/htm/designing_web_sites_f
or_internet_explorer_for_pocket_pc_cheo.asp) and it only tells how to detect
2000 vs. 2... more >>
aspx pages not displaying in ie6
Posted by Mark C at 9/10/2003 5:57:00 PM
When aspx pages are made in vs.net, loading on the
local host displays the labels all in the top left corner
of the screen. Also, all textboxes and image buttons are
not even displayed at all. If pages are made on a remote
server, they load perfetly fine, it is just the local host
displayi... more >>
Fit to Page Option in Printing HTML generated by ASP
Posted by J P Singh at 9/10/2003 4:53:58 PM
Hey all
I have an asp which page which generates an html page.
When I print the page 2-3 lines go to the next page.
If there a way in ASP/Java Script or VBScript to print the current page
which fits the whole of HTML to one page.
When I do simple file menu --> print option I don't get t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ADODB.Fields error '800a0bb9' in asp
Posted by DC at 9/10/2003 4:38:00 PM
Im getting the error
ADODB.Fields error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in
conflict with one another.
In the following script to copy and rename the latest file in a webcam
folder. Any ideas why this is failing?
<%
Dim objFSO, rsFSO, o... more >>
Newbie ASP script issue
Posted by Sabir Ahmedi at 9/10/2003 4:24:02 PM
Hi all,
I have a problem with my ASP script below and the error message is:
"The maximum amount of time for a script to execute was exceeded. You can
change this limit by specifying a new value for the property
Server.ScriptTimeout or by changing the value in the IIS administration
tools."... more >>
Refreshing a Page
Posted by Wayne Wengert at 9/10/2003 4:07:38 PM
I have a menu that calls a specific asp page and passes a variable
data1page.asp?year=2001
where the value of the year variable is determined in code.
This works fine the first 2 times I call the page but after the second call,
all future calls get the data for the same year as in the 2... more >>
Why doesn't this work?
Posted by Mike at 9/10/2003 4:02:38 PM
Hi -
I am trying to get this piece of script to work without any success. I am
running this on W2K w/SP4 and IIS 5.0. I am using Windows Integrated
Authentication and logging on as a Domain Admin.
' Create File System Object
Set objFiles = Server.CreateObject("Scripting.FileSystemObject")
... more >>
Select TOP sql statement with date datatypes
Posted by J. Muenchbourg at 9/10/2003 4:02:34 PM
I would like to grab the earliest date of any of the records that gets
drawn from this SQL statement:
datesql = "SELECT top 1 gamedate FROM tblNFLGameData WHERE season = '" &
seasonZ & "' and gameweek = '" & gameweekZ & "'"
..this works for some of the simple stuff I'm doing now, but I am g... more >>
Newbie question
Posted by Bob Leffew at 9/10/2003 3:54:00 PM
I am new at using VB Script in an ASP page using Dreamweaver MX
I had tried to build a Login page that verified that the users email address
was not in a database, then insert the data from the form into a databas
plus email the results back to me.
Everything worked fine execpt for the email... more >>
login
Posted by bender at 9/10/2003 3:50:30 PM
I'm having a bit of problem with a login script
<%
Dim sql
Dim len
Dim username, password
username = request.form("username")
password = request.form("pass")
sql = "Select * from Users where User_ID = '" & username & "' AND password =
'" & password & "';"
set adoCon = server.CreateObj... more >>
ADSI
Posted by Miguel Orrego at 9/10/2003 3:41:38 PM
Hi,
I have found some code that authenticates users agains a domain using ADSI.
I then redirect to another page and pass the username they have entered as a
string. However, it would be nice to also get their full name from Active
Directory once authenticated. Can anyone suggest how I may modi... more >>
Writing cookies
Posted by Brian Burgess at 9/10/2003 3:27:46 PM
Hi all,
Anyone see anything wrong with the following:
***************************************************************
<%@ LANGUAGE="VBSCRIPT" %>
<%
Option Explicit
Dim nAcctNbr
Dim nMsgStart
Dim nMsgEnd
If Not(Request.Cookies("AcctNbr")="") Then
nAcctNbr = CInt(Request.... more >>
IIS server side script question
Posted by Pete Lux at 9/10/2003 3:26:42 PM
I'm very new at web programming, but I was working through an example from
Beginning VB.net and hit a wall. In the example, you setup 2 text boxes and
2 pushbuttons. All that happens is the text in the boxes changes when you
hit the pushbuttons, but one runs on the client, the other on the server... more >>
Browsing Files on IIS Server
Posted by J P Singh at 9/10/2003 2:44:12 PM
We have a department who scans a lot of pictures for each project they work
on and then emails them out to about 100 odd users within the company. This
causes lots of problems hence we decided to map thier folder to a webserver
so instead of them emailing out everything they can send out a link t... more >>
Access2000 >> MSDE >> migration route (complexity? | administration? )
Posted by jason at 9/10/2003 2:29:09 PM
Is there a specific path I can follow to upsize my access 2000 database
which has:
20 tables - mixture of primary and foreign tables
20 queries (action, select etc)
Built on top of this access database is a set of front-end ASP pages and
backend administration pages using a combination of s... more >>
FileSystemObject protocol
Posted by Steve at 9/10/2003 2:21:39 PM
Can anyone tell me which protocol (http/s, RPC) or
service (w3svc) is used when using FileSystemObject in an
ASP page?
Thank you,... more >>
sessions with localhost
Posted by Simon K at 9/10/2003 1:58:16 PM
Hi I am working with sessions to check if the user is logged in.
This usually works fine and all my .asp-pages checks if: <%
session.Contents("loggedIn")=True %>
But this only works on my web-hotel
When I run the same pages on my localhost, it can't find any sessions and I
appear to not be logg... more >>
Submitting a form without clicking submit
Posted by Fox at 9/10/2003 1:46:16 PM
Hi,
Can someone tell me how to submit a form
from within a scripted page without anyone
having to manually click submit ?
Is this something that XML is needed for ?
If so, I still need to know how to do it (G)
Any help would be greatly appreciated.
Thanks,
Fox
... more >>
sending data between pages
Posted by bender at 9/10/2003 1:08:38 PM
How can I through asp figure out if a page is opend through a regular link
or from form post method like this :
<form action="something.asp" method=post>
//code...
<input type="submit" value="Ok">
</form>
Thanks.
... more >>
ASP and DB driven pop out menus
Posted by shawn at 9/10/2003 12:29:43 PM
Does anyone know where I can find any resources for
dynamically creating pop out menus using a database
backend for the links?... more >>
Active Server Pages error 'ASP 0115'
Posted by Lokesh at 9/10/2003 12:18:42 PM
Hi All,
When i am accessing the website i am getting this error:
Active Server Pages error 'ASP 0115'
Unexpected error
/hradmin/Default.asp
A trappable error (C0000005) occurred in an external
object. The script cannot continue running.
Thank you,
Lokesh.... more >>
ASP file size
Posted by MFA at 9/10/2003 11:34:13 AM
Hi
Is there any limit of file size or lines of code in asp.
regards
... more >>
Writing cookies from include file
Posted by Brian Burgess at 9/10/2003 11:30:45 AM
Hi all,
Anyone know if this is possible? If so, on which page would the
cookie be? .. On the page calling a function defined in the include
file?
thanks in advance..
-BB... more >>
xml and pdf
Posted by vivek at 9/10/2003 11:21:02 AM
Hey guys,
does any one know how we can fill a pdf form with the data from a xml file?
thanks in advance
vivek
... more >>
Detecting Blank form field
Posted by www at 9/10/2003 10:21:05 AM
Hi there,
I' m getting a (0x80040E2F) error, if I submit my form, with blank textboxes
to my update stored procedure. The stored procedure expect values, so how
can I detect if a form field was empty. I've tried testing to see if the
form field is null, blank and to count the characters, but I... more >>
Storing Cookies
Posted by Brian Burgess at 9/10/2003 10:14:59 AM
Hi all,
Anyone know of any special issues with storing cookies with ASP? I'm
trying this with two browsers: One is IE 6.0 with cookies set to
'prompt'. This has been working properly as any new site I goto seems
to prompt me to store their cookie. The other is Pocket IE on Pocket
PC 200... more >>
Update Query.. asp/access db
Posted by netje at 9/10/2003 9:37:35 AM
Hi,
Does anybody know what this error is about?
____
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable
query.
/app/admin/admin.asp, line 201
_____
many thanks!
wilbert
... more >>
ASP Forms "Get" Server Variables
Posted by harrysingh1976 NO[at]SPAM hotmail.com at 9/10/2003 9:36:12 AM
Hi All,
Can anyone clever out there tell me why the below script does not
work!
- I have a page with two radio boxes with values of "agree" and
"not_agree".
- The form is set to GET which goes to the below script for
processing.
- No matter which of the two radio boxes are selected, it alwa... more >>
Checking my code
Posted by David P. Jessup at 9/10/2003 9:02:36 AM
Good day folks.
I am currently working on taking messages from my router and trying to parse
the log. I have done this, but want some feedback to see if I have done
this with the mininmal amount of code, or the best method of writing it in
your opinions.
Code follows:
Dim Text,PT,PTT,tS... more >>
Chart Object
Posted by prabhakar29 NO[at]SPAM hotmail.com at 9/10/2003 7:52:38 AM
Friends,
I have been migrating ASP applications from IIS4.0/NT4.0 to
IIS5.0/W2K. All the applications working perfectly except one. This
particular application will make use of asp chart object.
Sub BuildGraph(rate(), name,color,chartHight,chartWidth)
ctBar = 5
cNone = 0
cGra... more >>
creating search engine
Posted by Jimmy Tran at 9/10/2003 5:52:59 AM
Hello everyone,
I have one major table that contains some data and contain keys to many
other tables. I am using RIGHT JOIN query method to get all my data and
everything works very well. Now I am using the same query except i have
a bunch of WHERE clauses in it to create a 'search engine', he... more >>
include files in global.asa?
Posted by Tom Bates at 9/10/2003 12:26:34 AM
Possible? It seems nobody knows how...
:-)
Tom... more >>
|