|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
WebForm_PostBackOptions javascript Error
Corey -
19 Mar 2005 11:55 PM - 3 messages
I recently received a Javascript error, "'WebForm_PostBackOptions' is undefined" from an application I'm working on. It occurs during the PostBack from a DropDownList. I've created a project which is only a DropDownList, with some Data and AutoPostBack = True, and it caused the error. ...
Send web page usng ASP
RICHARD BROMBERG -
19 Mar 2005 9:34 PM - 6 messages
I am already using ASP/Cdonts to send the contents of a Form by e-mail and would like to include a link on my page to send the page itself by e-mail to a named recipient. Can anyone start me in the right direction. ? ...
To pass a parameter from an URL to a page with frames
LarryM -
19 Mar 2005 3:27 PM - 5 messages
Hi, A newbie-question: I would like to send in a parameter with the starting link. I suppose I can do this with: '[link]'. But I cannot figure out how to read that param-value. ...
Frontpage and ASP.NET
Gary Coutts -
19 Mar 2005 2:38 PM - 2 messages
Hi, I would like to use Frontpage to design a website but use Visual Studio .Net to do the coding( ASP.NET). I am new to Frontpage and was wondering what the best way to do this. Cheers Gary Coutts ...
HEAD and GET requests
Agoston Bejo -
19 Mar 2005 1:31 PM - 2 messages
Hello, I have to write some asp pages that react to HEAD and GET requests. The scenario is this: This is going to be a WAP site. When someone goes to the main page, it is redirected to a payment server. ...
asp:ImageButton and javascript
JIM -
18 Mar 2005 10:34 PM - 2 messages
Hello, Does anyone knows how to set the visible property of an asp:Imagebutton to true with javascript I've the following declared : <asp:ImageButton Id="tstImage" runat="server" visible="False" /> I tried already document.GetElementById('tstImage').visible='true'; ...
Asp:Imagebutton and javascript
JIM -
18 Mar 2005 10:31 PM - 2 messages
Hello, I've an asp:Imagebutton on my form with the visible property set to false <asp:Imagebutton ID="tstImage" runat=Server visible=False> How can I set the visible propery to true using a javascript ? I tried something like document.GetElementById('ImgTest').visible='true'; ...
ASP.NET calling web service
Larry -
18 Mar 2005 8:27 PM - 3 messages
Anyone have any examples of an ASP.NET application calling a webservice on a different server? *** Sent via Developersdex [link] *** Don't just participate in USENET...get rewarded for it! ...
How do you view POST headers?
Sugapablo -
18 Mar 2005 7:48 PM - 3 messages
How do I display all of the POST headers in ASP. What I want to see is all information related to a POSTed file and it's attributes, sort of like this: POST /file.asp?var=value HTTP/1.0 ...
OO javascript in ASP
Jonathan Dodds -
18 Mar 2005 6:16 PM - 3 messages
In "VBScript and JScript Don't Mix, at least in ASP" <[link] Eric Lippert wrote: Ideally you want the server side <SCRIPT> blocks to contain only global function definitions, and the <% %> blocks to contain only "inline" code. ...
Http Error
George -
18 Mar 2005 5:51 PM - 3 messages
Everytime when I redirect from one particular page to another, it will raise 4 exceptions, before Page_Load routine runs. I can't figure out a way to find out what are the exceptions. When I use Application Center Test, number ...
Send mail from localhost - Returns false
Stuart Palmer -
18 Mar 2005 5:50 PM - 6 messages
I have had for sometime a problem getting cdo.message to work, so I have given up on this and tried to test a form on my localhost machine using CDONTS again (this used to work) I have win 2000 Pro and when running this simple code: ...
SQL Collation Conundrums
Andrew Butchart -
18 Mar 2005 5:41 PM - 3 messages
I have had some problems with a web site that I am working on. The DBA set up all of the tables using the default collation sequence of SQL_Latin1_General_CP1_CI_AS HOWEVER, the recordset that is being returned is "out of order" according to my ASP code. For example, ASP ...
response.redirect
Hugh Welford -
18 Mar 2005 5:08 PM - 4 messages
Hi I want to to redirect from a frame page to open the routine test.asp in the whole window. Can anyone tell me the syntax for this in asp using response.redirect Thanks Hugh ...
Getting Search Results
Mark -
18 Mar 2005 4:28 PM - 3 messages
Hi Guys, I have a page with a list of links that when clicked submit data to a clients search engine, The result opens in another window and either displays a list of items or diaplays "No Items Found". I want to perform another action in my Asp Page if the result is "No ...
Preventing same user from logging twice
Karthik -
18 Mar 2005 9:25 AM - 2 messages
Hi, I have a website running on ASP.Net on IIS 6.0. This website has more than 10000 users login everyday. At times the users login with the same user name and password more than once at the same time. ...
Asp.net DropDownList, AutoPostBack, and ViewState
Corey -
18 Mar 2005 6:12 AM - 12 messages
I'm trying to finish off do an ASP.NET project where a DropDownList box is used to access a Table. Once you Make a selection on an item in the DropDownListBox, it updates a DataView, and text boxes on the form get updated. ...
SMTP Mail question...
MostlyH2O -
17 Mar 2005 6:45 PM - 3 messages
Hi Folks, I run a small website for a membership organization - and I have created an ASP front end for an access database that allows the board members to manage their membership roster (names, addresses, membership dues paid, etc)... Part of the site is an ASP SMTP script that allows members to send emails to ...
Authentication Question
Dvand -
17 Mar 2005 5:58 PM - 3 messages
I am attempting to access WMI data on a remote machine. I have been able to get this to work, but there has got to be a better way, I hope. set wmiLocator = CreateObject("WbemScripting.SWbemLocator") Set WMIServices = GetObject("winmgmts://" & cn & "") ...
ASP Site Design Question
McKirahan -
17 Mar 2005 4:31 PM - 8 messages
When developing a new site, I often use the following : <!-- This is page: WEB_Page.asp --> <!--#include file="WEB_0.asp"--> <!--#include file="WEB_1.asp"--> <!--#include file="WEB_Page.htm"--> ...
Classic ASP to .NET WebService interfacing (Dataset to RecordSet)
Adam Short -
17 Mar 2005 3:39 PM - 20 messages
I am trying to write a routine that will connect a .NET server with a classic ASP server. I know the following code doesn't work! The data is being returned as a dataset, however ASP does not recognise datasets and requires a recordset. ...
Classic ASP on Longhorn?
CMan -
17 Mar 2005 2:28 PM - 5 messages
Hi, Does anyone know for sure whether classic ASP (ASP3 ?) will run on Longhorn? Thanks CMan ...
Download binaries larger than 20MB via ASP
Micha³ Januszczyk -
17 Mar 2005 10:52 AM - 7 messages
I'm facing the folowing problem: I have a very simple ASP (not aspx) page that is used to dowload binary files. //========================================================== <%@ Language=JavaScript %> <% function GetBinaryFile( strFilePath ) { var oStream; oStream = Server.CreateObject("ADODB.Stream"); ...
For Loop 'continue'
Brian Burgess -
17 Mar 2005 10:38 AM - 2 messages
Hi, Any one know how to go to the beginning of the Next iteration of a For Loop? Similar to a c-style 'continue'? Many thx in advance.. -BB ...
Form field
Athmaus -
17 Mar 2005 5:17 AM - 5 messages
i know in html you can set a "max" character limit for a form field. I was wondering if it is possible to set a min number of characters? ...
ASP Generated Email Problem
Andrew J -
17 Mar 2005 4:15 AM - 4 messages
Hi all Would really appreciate if someone can help mi with a problem I've been having with ASP generated emails. In fact, this might be a question more related to Outlook than ASP, but in any case I would appreciate if someone ...
Session cookies disappear!
Nicolae Fieraru -
17 Mar 2005 3:31 AM - 7 messages
Hi All, I recently discovered that my session cookies on the web host disappear within 30 seconds. I created some very simple asp scripts (it took me a while until I discovered why my shopping cart acts very weird...) to check the session ...
JScript/ASP prototype doesn't work from an include?
Jonathan Dodds -
17 Mar 2005 2:49 AM - 5 messages
I have two files in an ASP project I created with VI 6.0: circle.inc and default.asp. circle.inc: // circle.inc function Circle (xPoint, yPoint, radius) { this.x = xPoint; // The x component of the center of the circle. ...
Timeout? in asp script upload
Scott Baxter -
16 Mar 2005 9:03 PM - 5 messages
Hello, I got the following scripts to upload files to my directories I call insert.htm Browse for a file, then click 'submit' It works for small files, and for a small .mdb (access file) But for any larger file, it quits and give me 'page not found' ...
global.asa fires after url parameters?
WaterBug -
16 Mar 2005 4:45 PM - 17 messages
When clicking on the following link from an email i.e -
http://myserver/myapplication/myprogram.asp?urlvar1=some%20stuff&urlvar2=more%20stuff I get a server 500 error. With that same browser window open, if I click the link from the email again I get the desired page. The results are the ...
Paypal+ipn and Asp (Urgent)
Vinod -
16 Mar 2005 3:19 PM - 6 messages
Hi I am having a payment website which needs to be integrated, i am having the following code which is not working fine. I am having the following script and my notifyurl is not working i don't know why can guys please help me up ...
Does url exist?
Henrik -
16 Mar 2005 3:18 PM - 12 messages
Hi How do I find out if an url exists? Whar I want is a function like this: If UrlExists("[link]") Then Response.Write("Yeah!!") Else Response.Write("No file :-(") ...
International characters
Luke -
16 Mar 2005 3:06 PM - 2 messages
Hi everyone! I am just staring to work with ASP... I have a problem with German and Slavic characters. On first ASP page there is a FORM that user must fill - personal data & stuff, where users use special language related characters (like ...
How to highlight words of a search
PiGei -
16 Mar 2005 2:56 PM - 2 messages
Hi all, I'd like to add to my search function of my asp site the possibility to highlight in the result pages all the words searched Do you have any suggestion of articles to read about it? Thanks in advance ...
Cookie Problems
Athmaus -
16 Mar 2005 1:49 PM - 3 messages
I have a techincal support form. And when the user hits submit i want to give them a cookie. When they try to access this page again in a 24-48 hour time I want the page to identify the cookie and redirect them to an alternative ...
Dropdown on ASP page
JP SIngh -
16 Mar 2005 12:12 PM - 3 messages
Hi All I just wondering if someone can suggest a solution to this tricky issue we have got. I have an asp form which allow our users to create a new record and save it to the database. On the form one of the field's is a "clientname" field ...
Parse Script
HartSA -
15 Mar 2005 8:51 PM - 2 messages
I don't even know where to start with this. I am new to ASP. I have this string SRSW1023;2UA4;HP;786B2;cv492; I would like to see four separate strings CN = SRSW1023 SN = 2UA4 Model = HP ...
Calling include files in response.write, or do while loops
.Net Sports -
15 Mar 2005 8:19 PM - 4 messages
I want to include some asp if statements inside a do until loop, predicated on the recordset going until EOF. I do not have any < % %> delimiters inside the include file. The below doesnt show the character I want to display: ...
Is there a better way to do this?
Jerry -
15 Mar 2005 8:02 PM - 12 messages
I'm creating a survey for our organization that consists of about 38 statements that need to be rated on a scale of 1 to 5. The survey is for a very specific audience and all of the questions are required. I'm ...
Image Files Not Cached - Long Time to Download
Jeff Sanders -
15 Mar 2005 4:13 PM - 4 messages
I am running an ASP file that returns image buttons back to the client. The download on the client side is slow (about 19 small images on the page). I am running on Windows XP SP1 behind ISA server, and the request is coming ...
ASP / WMI
Dthmtlgod -
15 Mar 2005 2:52 PM - 4 messages
Sorry about the multiple posts (none to this forum), but I have made some progress on my Access Denied problem. On my machine, I can access machines remote to pull WMI data via ASP. This is what I want. ...
remove the content in between tags
j1c -
15 Mar 2005 2:13 PM - 15 messages
How can I remove the content in between tags? I have a page that has several custom tags: <!--tag:1--> Content 1 <!--/tag:1--> <br> <!--tag:2--> Content 2 <!--/tag:2--> <br> <!--tag:3--> Content 3 ...
Remove content between tags
Aaron Fleming -
15 Mar 2005 2:11 PM - 2 messages
How can I remove the content in between tags? I have a page that has several custom tags: <!--tag:1--> Content 1 <!--/tag:1--> <br> <!--tag:2--> Content 2 <!--/tag:2--> ...
ASP Hosting Companies - how do they do it?
Uncle Ben -
15 Mar 2005 1:28 PM - 5 messages
Some ASP hosting companies allow users to upload any ASP programs that they want. But, as you know, ASP programs can do virtually everything, including running components, doing disk operations, even reformatting a hard-disk! How do ASP hosting companies prevent users from doing harmful operations ...
Setting filename including non ascii characters in asp download!
Hans -
15 Mar 2005 7:14 AM - 5 messages
Hi! I have a classic ASP site (not ASP.NET) where the user is able to download documents. The documents are stored inside an Oracle database set up for UTF-8 encoding. In the VB6 code (COM+) that fetches the document I have code ...
ASP Program Recommendations Needed
magmike -
15 Mar 2005 7:12 AM - 6 messages
I have tried two so far, ASP Runner and Iron Speed. Iron Speed has so many more features than ASP Runner, however, seems setup for use with SQL. I am simply using Access Databases, and not SQL. Does anyone have any ...
Using ASP to replace content but not tag content in HTML pages
Sir Ben -
14 Mar 2005 6:40 PM - 14 messages
Hi, Using ASP I'd like to modify a string that contains HTML. I need to modify the content (the bit that the users see) but not the stuff in the tags. For example, if I had the following string ...
Render HTML doc as Excel
Alien2_51 -
14 Mar 2005 6:37 PM - 3 messages
This is a simple report that is supposed to render as an Excel document, for some reason it's not anymore, not sure why, I think it's related to permissions, we recently added a domain user as the anonymous user for the ...
Hyperlink color problem in ASP page link
Janet -
14 Mar 2005 5:11 PM - 6 messages
The following html code appears in an ASP page. The hyperlink is set to white (see the page link color), but when the page renders in IE 6.0, it initially appears in maroon with a white border around it. When the user ...
setlocale
Kevin Humphreys -
14 Mar 2005 5:02 PM - 2 messages
Hi There, I have a problem when doing a arithmetic calculation on 2 values with the Polish Regional settings on Windows 2000. So in the code I have TotalValue = ((Txt_Qty.value) * (Txt_Price.value)) Txt_ExtendedPricePerLine.value = TotalValue So if the above is calculated with the following 2 values Txt_Qty.value = ...
Good credit card accepting supplier
Stuart Palmer -
14 Mar 2005 2:42 PM - 3 messages
Hi, not sure if this is the write place to ask this, but I am building an ecommerce site with ASP (and ASP.net) and I'm trying to get some recommendations on credit card authorisation suppliers such as paypal, ...
Bilingual site, best practice?
Tim -
14 Mar 2005 9:30 AM - 3 messages
I am doing a small asp webshop and want to make it atleast bi-lingual. I have thought of a few ways to do this but would like to have a second opinion on what you think is the best way. ...
one thing solved, but other terrible thing occur...
Zam -
14 Mar 2005 1:46 AM - 3 messages
Hello World, Windows 2000 Server. IIS 5.0 Previous message/issue was: "sending HUGE file to client via Response.BinaryWrite" It's solved now. But now I have other unsolved and terrible thing: This code are send to client some file: ...
Menu from database ?
Klaus Andersen -
13 Mar 2005 5:18 PM - 2 messages
Hi group I realy need help for this. I must say that i am pretty unskilled as programmer, so please dont be to tough with me :-) I am trying to make a menu for my cms. I got a db that looks like this: ...
asp object required problem
Snke -
13 Mar 2005 8:43 AM - 3 messages
Set wApp = CreateObject("Word.Application") wapp.Selection.Find.ClearFormatting While use 'wapp.Selection.Find.ClearFormatting' in asp, then have error. error msg: 'Object required: Selection' How can I solve this problem? thx. ...
Which Locale ID (LCID) displays YYYY-MM-DD (ISO 8601)?
Christian Perthen -
13 Mar 2005 3:20 AM - 4 messages
Thanks in advance Christian ...
|
|||||||||||||||||||||||