|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
Time in combobox
jayender.vs -
1 Jul 2006 12:04 PM - 2 messages
Hi, I need to display the time in combo box like the one we have it in Windows 2000. we can change the time using the arrow.. it looks like this: 4:40:54 PM in a text box . i need to do it like this in my page. ...
Save value in the database
ssingh -
30 Jun 2006 9:12 PM - 2 messages
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 ...
OT: Memorial/remembrance site application
John -
30 Jun 2006 7:41 PM - 2 messages
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 ...
403 on ASP page
erica.cooksey -
30 Jun 2006 6:18 PM - 2 messages
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") ...
page wont work in firefox
Gaby -
30 Jun 2006 5:47 PM - 6 messages
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 ...
File download size limit
tjfdownsouth -
30 Jun 2006 5:02 PM - 5 messages
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 ...
Possible to store javascript document.forms[0].value to ASP session?
bonnie.tangyn -
30 Jun 2006 4:55 PM - 2 messages
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 ...
Select Case
CJM -
30 Jun 2006 2:31 PM - 26 messages
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 ...
Re: Display images actual size
Mike Brind -
29 Jun 2006 9:16 PM - 1 message
Simon Wigzell wrote: Not possible. No. As Aaron says, the size of a pixel will vary from monitor model to monitor model. Just to give an extreme example, I used a 42" plasma screen as a monitor at a conference once. Your claim ...
Save dynamic page to text file
Chris -
29 Jun 2006 9:06 PM - 5 messages
Can anyone recommend how to do a screen scrape from a dynamic page and save it to a text file? Regards, Chris. ...
URL Rewriting
Chris -
29 Jun 2006 8:40 PM - 2 messages
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 ...
Somebody Please Help Me Convert this ASP to VBS
andy.mcvicker -
29 Jun 2006 7:24 PM - 5 messages
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. ...
Dynamic CSS
JWL -
29 Jun 2006 7:05 PM - 3 messages
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: ...
IIS logs and server.transfer
Chris -
29 Jun 2006 6:08 PM - 1 message
I am thinking of creating a custom 404 page which does a server.transfer to a variety of different pages. My question is what shows up in the log, which the web statistics are based on? 1. The non existent page, which is requested? ...
Sessions and Crystal Reports
furby -
29 Jun 2006 4:41 PM - 6 messages
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 ...
request parameter names
Davy -
29 Jun 2006 10:26 AM - 4 messages
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 ...
aspx dont work: App-Domain could not be created
AlexCZ -
29 Jun 2006 8:51 AM - 2 messages
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. ...
How can I Run a file without a messagebox
Torres -
29 Jun 2006 6:42 AM - 3 messages
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. ...
help, Mail From
Martin -
28 Jun 2006 8:19 PM - 3 messages
Hello From asp, if I try to send an email From "Flowers, Gifts and Goodies <myem***@company.com>", it arrives as if were two senders: Flowers ; Gifts and Goodies. How should I set the From property of CDO? ...
Display images actual size
Simon Wigzell -
28 Jun 2006 6:12 PM - 7 messages
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 ...
ASP Active Directory
JP SIngh -
28 Jun 2006 4:08 PM - 2 messages
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. ...
Roster web application
Blinky -
28 Jun 2006 3:15 PM - 2 messages
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 ...
Determine if more than one row returned
CJM -
28 Jun 2006 3:10 PM - 14 messages
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 ...
ASP error messages nested on with IIS 6.0
Lambuz -
28 Jun 2006 3:00 PM - 5 messages
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 ...
IIS 6.0 and randolny request timeout
felippe -
28 Jun 2006 10:22 AM - 2 messages
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 ...
ASP (not .Net) and Socket
JScoobyCed -
28 Jun 2006 10:09 AM - 3 messages
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 ...
Difference between two dates in Weeks and Days
David -
28 Jun 2006 8:37 AM - 3 messages
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, ...
ASP 0113 again, but only on few machines
MacChojnacki -
28 Jun 2006 7:36 AM - 2 messages
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: ...
KB917344 has broken JavaScript ASP
Anon -
27 Jun 2006 12:11 PM - 6 messages
Since installing the security update [link] on our Windows 2000 server (SP4) all ASP pages which utilise Javascript have stopped working with the following error ...
ServerHTTPRequest
eduardo.rosa -
27 Jun 2006 11:37 AM - 5 messages
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: [link] Code: Sub getXML(sourceFile) ...
DDA Compliance
Adam404 -
27 Jun 2006 11:23 AM - 1 message
Hi Does anyone know of tools that can be used to check developments for DDA Compliance? Either a visual studio plugin or offline checker? thanks ...
IIS
a -
27 Jun 2006 7:40 AM - 4 messages
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 ...
Server.Mappath Help
Y2K -
26 Jun 2006 10:28 PM - 3 messages
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: ...
sorting help
Jeff -
26 Jun 2006 8:09 PM - 2 messages
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 ...
"world wide web service is not installed on this computer" ???
GlenS -
26 Jun 2006 5:04 PM - 3 messages
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 ...
Record lines without tables
davidgordon -
26 Jun 2006 4:12 PM - 7 messages
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 ...
XML: how to read in chinese characters
msnews.microsoft.com -
26 Jun 2006 3:57 PM - 4 messages
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 ??. ...
Web File Organization : Best Practices
AJ -
26 Jun 2006 12:37 PM - 2 messages
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. ...
Trace in asp page
Wallace -
26 Jun 2006 9:18 AM - 2 messages
Hai All, How can I put a trace ile in an asp page? Help needed... Thanx in advance... ...
Form mail security
the other john -
25 Jun 2006 6:30 PM - 13 messages
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 ...
paging error handling
solomon_13000 -
25 Jun 2006 2:16 PM - 2 messages
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 ...
|
|||||||||||||||||||||||