|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
ICS not working
Dhamziel -
25 Mar 2006 5:28 AM - 2 messages
Hello, I would like to apologize if thread does not belong here, but I dont
see where else I could post this. I get my internet connetion from a friend's router, so I already have
my IP, subnet mask, default gateway, dns; on my xp pro computer: ...
Message Box At Any Time
Ben -
24 Mar 2006 6:28 PM - 2 messages
Hello, I am trying to convert a windows app to a web app and I have come accross a problem I was hoping someone could help with. Im creating a page where the user inputs some values and presses 'submit'. ...
ASP, Javascript and parsing
Martin Walke -
24 Mar 2006 2:51 PM - 5 messages
Hi all, Can someone help me out here? I'm been using ASP and VBScript for some years but have just ventured into the realms of using server side Javascript and apart from hitting various niggerly problems, this one baffles me. ...
how to send email from an asp page ?
Sivaswami Jeganathan -
24 Mar 2006 11:48 AM - 3 messages
how to send email from an asp page ? ...
how to handle more than one submit buttons
Sivaswami Jeganathan -
24 Mar 2006 11:47 AM - 2 messages
how to handle more than one submit button's request in an asp page. ie........ multiple web pages are leading to a single asp page atlast. i want to distinguish between the web pages that are posting. ...
how to use logout button in asp
Sivaswami Jeganathan -
24 Mar 2006 11:45 AM - 3 messages
Hi I am having 3 asp (not ASP.NET ) page handling sessions. i have a button in the 2nd and 3rd page for logout. how to logout of the given page . ...
write from FLASH SFW file to ACCESS via ASP
aa -
24 Mar 2006 8:50 AM - 2 messages
Is it possible to write from FLASH SFW file to ACCESS via ASP as they write to MySQL via PHP ? ...
How can I copy files to a web folder using ASP+VBSCRIPT
Julien -
23 Mar 2006 8:49 PM - 7 messages
Hello, I have some files located in a file server and managed by a SQL database from a web based interface using ASP + VBSCRIPT technology. I need to automatically copy those files to a web folder. I that possible? Thanks. ...
how to use Request.Form("fieldname")?
Rich -
23 Mar 2006 5:07 PM - 4 messages
Hi, I was experimenting with some basic sample asp code but can't get it to work correctly: this is bgselector.asp which works OK - you add the name of a basic color like blue, green, yellow and call another asp called backcolor.asp where I ...
Option Explicit causing VBScript error
John Kotuby -
23 Mar 2006 3:59 PM - 7 messages
Hi all, I am simply trying to include the Option Explicit declaration at the top of an ASP page and am getting an error: Error Type: Microsoft VBScript compilation (0x800A0400) Expected statement /transferkey.asp, line 2 <!-- #INCLUDE FILE="adovbs.inc" --> ...
HTTP/1.1 500 Server Error
MSUTech -
23 Mar 2006 3:16 PM - 3 messages
Help.... I am NOT running asp.NET ... on this IIS Server ... (Windows Server 2003) .. I am just running ASP ... all of a sudden I have started to receive this error... but, the weird thing is that there is NO RECORD of an ERROR or WARNING in the EVENT VIEWER in ...
SIMPLE asp shopping cart
verb13 -
23 Mar 2006 2:50 PM - 3 messages
I am trying to find an ASP shopping cart with the following properties: -free -unlimited number of product categories -as simple as possible (only few asp pages) I have seen many carts and I am so confused. Can you help me? Please ...
issues with MSXML2.FreeThreadedDOMDocument
s_m_b -
23 Mar 2006 12:52 PM - 5 messages
Using w2k advanced server (test system is standard server) "Set objXML = Server.CreateObject("MSXML2.FreeThreadedDOMDocument") objXML.async = False objXML.setProperty "ServerHTTPRequest", True objXML.Load ("[link]") If objXML.parseError.errorCode <> 0 Then ...
Test if file exists before displaying with XMLHTTP
Giles -
23 Mar 2006 11:01 AM - 3 messages
I have a left menu that is accessed and displayed via XMLHTTP (it resides on the same server). Some sections of the web site don't have a "menu.asp", so a "Page Not Found" page is returned, which doesn't look great in the menu ...
Debugging a webMethod ? How
Peter Stojkovic -
23 Mar 2006 9:42 AM - 2 messages
USING VS 2003 and VS 2005 I have written a WebMethod. Everything is working properly. My Question: Is it possible to DEBUG row by row through the code ?? Peter Stojkovic ...
Delete ASP Multidimensional Array
nospam -
23 Mar 2006 9:08 AM - 11 messages
I'm fairly new to ASP and must admit its proving a lot more unnecessarily complicated than the other languages I know. I feel this is because there aren't many good official resources out there to help do the most basic ...
Locking a table to stop duplicate updating
Roger Withnell -
23 Mar 2006 8:30 AM - 2 messages
I have a framed website. I plan to include in default.asp a routine to check if the annual subscription is due from the records in the People table. If so, then the routine would send emails to those who are due and update ...
ASP w/Captcha form field drops last value in field upon submission?
Scott Gordo -
22 Mar 2006 11:49 PM - 2 messages
I have an asp submission form using Web Wiz Captcha. When the form submits, it seems to occasionally drop the last value from the captcha field. The field size is 12, as is the maxlength. The values placed into the field don't get to more than 6 or 7 letters. ...
Request.form("max")
abcd -
22 Mar 2006 11:00 PM - 8 messages
I can get the value on the form at the server side by using Request.form("max") when max field is disabled I dont get value. For GUI and business logic purpose I have disabled some fields with the values, but when I update ...
highlight text and right click on it for a custom context menu
Abdalla -
22 Mar 2006 9:55 PM - 2 messages
Dear All I have a project on making a UI of a Web page that allows users to: 1. select any text by highlighting it, and 2. do some action on it by right-clicking on the highlighted text and choose ...
RC4Encryption Base64Decode Problem
jdhavo -
22 Mar 2006 8:51 PM - 3 messages
I have a password field stored in a database that was stored using asp.net webservice code like this: RC4Encryption(Base64Decode(mailPWD), PWD.Trim) I would like to know if there is a way to decode the password in ...
Booking script
MarcusB -
22 Mar 2006 1:32 PM - 3 messages
Hi, At our place we have Video Projector which people use to book. So far we have on paper booking system. I need some help in writing asp (web application) which will help us in booking procedure. The application should look when projector is not ...
Help on ASP SQL date format problem
mewanalwis -
22 Mar 2006 9:59 AM - 6 messages
Dear Friends, I have a rather strange problem which invloves SQL server and ASP. The problem is this. I have an ASP application which use a SQL server. it saves date values with MM/dd/yyyy format. the SQL server and every other computer is ...
Send valuies with Form
Dax -
22 Mar 2006 8:46 AM - 2 messages
Hi, I want to create a shopping cart. I have an asp page where I compile some fields and I want to show them in a second asp page. strtable = strtable & "<tr>" &_ "<td width=""51"" bgcolor=""#0488EC""><font ...
No syntax error msgs in the Browser
Robin -
22 Mar 2006 7:54 AM - 7 messages
Hello! I am useing ASP scripts with PERL and IIS 6.0 (Internet Information Server). The scripts are useing the 'Response.Redirect "xxx.asp"' cmd. Beside this there is a form which calls another ASP script in the action part. ...
Automatically alert
Angkor -
22 Mar 2006 7:07 AM - 2 messages
I store few pending task in Access or MS SQL and set the deadline to each item. While I am viewing the webpage, it will give message or alert with specific time. How can I do in ASP? ...
HELP! Formmail email page won't work after Windows 2000 update
Rico -
22 Mar 2006 1:52 AM - 3 messages
Hello, I'm using formmail.asp which is an emailing utility. Basically, the user fills out a request page, clicks "Submit" and the page posts to formmail.asp which emails the user information. I'm running IIS5 on a Win2k server box and recently ran the Windows Updates ...
Help w/ syntax to have body of email include form fields
JNariss@gmail.com -
22 Mar 2006 12:16 AM - 3 messages
Hello, I finally figured out how to get my form to its database and have an email come my way. However I am now trying to set up the body of the email to include the form details. However the body of the email that ...
Response.Redirect not changing URL?
Bill -
21 Mar 2006 8:56 PM - 11 messages
In file FIRST.ASP, I've got <% Response.Redirect "SECOND.ASP" %> The redirect is happening, and I'm seeing the content from SECOND.ASP in the browser, but the URL in the browser is still saying FIRST.ASP. ...
Session interference?
Pupkin -
21 Mar 2006 8:40 PM - 2 messages
Hi, I have a dev site and a live site. On the dev site I have code in every page that checks for a querystring value and stores it in a session so if the user submits a contact form at any time during their visit, the ...
Troubleshooting an Application
MostlyH2O -
21 Mar 2006 6:50 PM - 1 message
HI Folks, Can anyone suggest a good way to check an ASP application for sloppy code, unclosed data conections, etc? I have been given a large application with many dozens of scripts. I would like to know if it is effecting server ...
How to add client script to a pushbutton in datagrid
VancouverMike -
21 Mar 2006 6:43 PM - 3 messages
Hi there, I am using a datagrid in my asp.net web app to show a user list. I put a pushbutton (could be linkbutton as well) for each row in the grid. I would like to have a javascript function linked to each button, so when user clicks ...
frame refresh from ASP page
abcd -
21 Mar 2006 4:42 PM - 3 messages
Is there a way that I can refresh a particular frame on the ASP page from the server side ... thanks ...
The type or namespace name could not be found error
chris.withers -
21 Mar 2006 12:26 PM - 3 messages
I've set up IIS on a local machine and have moved a site from my production server to this machine. Everything is copied over correctly. I next re-reference all the .dll's I built in c# to the bin directory, ...
ASP API?
nospam -
21 Mar 2006 12:23 PM - 6 messages
Where the heck can I find the official ASP documentation - ie about methods, objects, etc - what in the Java world would be called the API pages? I went to MSDN and searched for ASP API and all I found was about 4 basic pages on ...
how to access siebel from asp
Sivaswami Jeganathan -
21 Mar 2006 11:24 AM - 1 message
how to access siebel from asp ? ...
Incorrect sessionkey
nospam for me -
21 Mar 2006 3:56 AM - 1 message
Hi gurus, Recently i noticed that there was an incorrect piece of data displayed in a page and after investigating i noticed that it belongs to another sessionkey. Have you experienced anything like this? i.e. when you retrieve the ...
Server.CreateObject problem - ASP
Bill Nguyen -
20 Mar 2006 7:41 PM - 5 messages
Win 2003 IIS 6.0 My users got this error message trying to run a simple ASP application (sending email using CDO). I have no problem ( with Admin permission): Server object error 'ASP 0178 : 80070005' Server.CreateObject Access Error ...
Session.Abandon not working
pulaki -
20 Mar 2006 7:26 PM - 2 messages
Greetings and thank you! I am passing form data to a distant server that is out of my control. The destination server (posting to) rejects all postings beyond ONE from the same session ID. I am trying to get around this...my postings are valid but I ...
Microsoft Index Server parse ASP?
Pupkin -
20 Mar 2006 6:28 PM - 2 messages
Hi, I was excited to use Microsoft Index Server, built into IIS, to set-up a site-search function, but it doesn't, by default, parse the ASP code of the pages it indexes. This makes it sort of a weak option for a site ...
asp exponent problem
mikekimhome -
20 Mar 2006 5:28 PM - 3 messages
Hi It seems like asp is converting -0.04 to -4.00000000000063E-02 If you run the below code it prints -4.00000000000063E-02 Is there anyway ASP to keep it as float number instead of exponet. Or is there a function to convert exponet to float number? Thanks in ...
Get Computer Name from Mapped Drives using Classic ASP
Ben -
20 Mar 2006 4:30 PM - 3 messages
Hi, Thanks for reading this post... I am trying to get the computer/server names from the mapped drives on the Clients PC when they select a file from the upload "browse" button. When the user clicks on the "Browse" button on the "<input type="File"... control and ...
Currentuser that send a form
Dax -
20 Mar 2006 3:11 PM - 6 messages
Hi, how can Identify a domain user that send a form made with ASP. I have see that exist a variable called currentuser, but what does it mean? Thanks in advance, Dax ...
problem with conditional response.write
raj chahal -
20 Mar 2006 1:02 PM - 18 messages
Hi there I need to be able to print on screen when I check if a value within a db <td> <% if ((Recordset1.Fields.Item("profile1").Value) <> ...
Ink
mshawjr -
20 Mar 2006 12:26 PM - 1 message
Sorry guys. The spam stuff was not my intent. I do oppoligies and won't happen again. I have never been on newsgroups before and not sure how to work them. I hope you guys can forgive a bad choice. Murphey ...
Error (0x800A0401) Expected end of statement
Dax -
20 Mar 2006 8:28 AM - 4 messages
Hi, during the creation of an HTML page using asp variable I have this problem: Microsoft VBScript compilation (0x800A0401) Expected end of statement /asp/pages/connect1_1.asp, line 27, column 35 strtable = strtable & "<tr valign="top">" & ...
open in new window
Andre -
20 Mar 2006 3:38 AM - 4 messages
First of all, I'm a rookie web developer, so please go easy. :) I have an .Net project that has an ASP page, that has links. When a user clicks on one of the hyperlinks, it opens an Excel page, in IE. One of the cells in the Excel Workbook contains a link to a PDF document. If the user clicks on the PDF link, it's opened in the current page. I'd like to know if it's possible to open the PDF in a new page. So it would basically be opening a PDF from the Excel document - that is opened in IE. My code to display the PDF hyperlink is in the last AddTableCellToTableRow line below: ...
need help on asp.net with c#
guanfenglin@gmail.com -
20 Mar 2006 12:31 AM - 2 messages
Hi guys, I am a newbie in Visual Web Developer Express 2005. I have created a datasource bind to a ORACLE table, with a custom select query, it has a where clause to filter the id specified. query: select * from asp_test where person_id = :person_id ...
Cannot open Access database in ASP
xg -
19 Mar 2006 7:45 PM - 7 messages
Hi, I am writing an ASP page which contains the following code: var MM_DBConn=Server.CreateObject("ADODB.Connection"); MM_DBConn.Open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\trio.mdb;"); // failed on this line //MM_editQuery is an INSERT sql statement ...
asp.net security
Aleks Kleyn -
19 Mar 2006 3:46 PM - 2 messages
I have Visual Studio 2005 and SQL Server. I tried to use Login control. When I select security tab temporary database was created. Later temporary db was substituted by regular db. When I tried to call security setup wizard it responded me by long message ...
ASP HTTP GET method problem
SIMON GARE -
19 Mar 2006 1:38 PM - 5 messages
Hi I have a service provider that's sends sms messages from clients mobile phones to my asp page, problem is I don't know how to show the data and they are not being helpful. The process is simple as outlined below (instructions from service provider) ...
How to call an asp-page by a clientside Javascript (syndication)
dany -
19 Mar 2006 12:32 PM - 2 messages
Hello I want to syndicate some content to other users. (no RSS) Anybody should be able to publish some information from my server/database by placing some javascript like: <script language="JavaScript" src="[link]"></script> ...
Ping server
shaid -
19 Mar 2006 10:13 AM - 4 messages
Hi all, I want to ping or try to check the avability of a local server. Is there any way to do it directly from an ASP page just by pressing a buttun? I just want to do the "ping" command direcdry from an ASP page! ...
¤ China ZhongZhan Aids Mei Mei
enlamasperm -
19 Mar 2006 2:22 AM - 1 message
Killer! [link] el***@digi-art.de ...
¤ China ZhongZhan Aids Mei Mei
enlamasperm -
19 Mar 2006 2:22 AM - 1 message
Killer! [link] el***@digi-art.de ...
Losing Session Variables
teja -
19 Mar 2006 12:31 AM - 2 messages
Hi, I have been trying to solve this for some time now. I am setting a session variable to a value and calling response.redirect(). In the redirected page i am reading the session variable and it is blank. I ...
|
|||||||||||||||||||||||