|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
TEXT AREA ROWS IN HTML
SSG -
20 Jan 2007 8:52 PM - 2 messages
In HTML , I need textarea box with 4 rows & 5 cols . But if I enter the 4 th row, it shouldnt allow 5 th row... Only 4 rows should be accepted, can anyone tell me hw to creat text ...
Allow Users Of Website To Create Their Own Hyperlinks On A Page
Dave Marden -
20 Jan 2007 8:05 PM - 6 messages
Is it possible to allow a person whom navigates to a particular page to type in a URL to a website they visit often, and have it be treated like code on the page itself for them to use it as a hyperlink? ...
Help with the POST method
gtg489w -
19 Jan 2007 8:02 PM - 2 messages
I'm having trouble reading data that i send to the server using ajax. The call I'm making in the client-side javascript is: fullProject.open("POST", url, false); fullProject.setRequestHeader('Content-Type','application/x-www-form-urlencoded'); ...
ActiveX control "Click to activate and use this control" message
fniles -
19 Jan 2007 7:21 PM - 3 messages
For IE users, we now encountered a "Click to activate and use this control" when the web page has an ActiveX Control. There is a compatibility patch that changes the default bahavior back to what it was prior to the April Security update, but it is only temporary. ...
Setup ASP FileType To Open In Same MSE Window On Edit
colin.steadman@gmail.com -
19 Jan 2007 10:04 AM - 1 message
If I right click on a ASP file in Explorer and choose EDIT, Windows opens a new instance of MSE.EXE and opens the file in that. What I'd like it to do is simply goto the existing open MSE application and open ...
ASP Compiler for Microsoft.NET, beta testers wanted
Robert Chafer -
18 Jan 2007 11:46 PM - 1 message
We have been developing a compiler that compiles ASP code so that it will run under Microsoft .NET. This rapidly increases the speed of the pages being served and makes ASP fully debuggable within Visual Studio. We are looking for few people who have extensive ASP ...
Pop up disappears at 800x600 res
Cutlass -
18 Jan 2007 4:36 PM - 3 messages
App is C# / ASP.NET 1.1 / IIS When a monitor’s display resolution is set to 800x600 pixels, there is a pop up window that disappears when the user attempts to select one of the first 2 items from that window’s drop down list. The pop up just disappears. If the ...
Time Comparison - why is this not working?
Joey Martin -
18 Jan 2007 1:56 PM - 4 messages
Please look at code below. I am trying to compare the NOW time with a "deadline" time. Please help. Just not sure why this is not working. I need to be able to say IF IT'S BEFORE 9:30 TODAY, IT'S OKAY TO ADD ...
regExp Experts.....
Russell -
17 Jan 2007 10:07 PM - 4 messages
hey, I'm struggling trying to get the concepts of the regExp function down.... What i'm trying to achieve is to remove all white space from html formatted source code. I have the following regExp search string to remove all html source code but ...
IIS session and IE7
abcd -
17 Jan 2007 5:56 PM - 5 messages
I have asp and asp.net web application. When I run it in IE7 in first tab it starts a new session. When I open second tab and browse to the same site the new session is not started (infact I need to have new session there). ...
System.DirectoryServices.Protocols Error on Web App
SI_Webmaster -
17 Jan 2007 3:00 PM - 3 messages
I have a CMS2002 installation on a W2003 - IIS6 - Box. Today out of the blue I got thrown the following error: System.Directory Services.Protocols could not be loaded. I commented out the following lines from the webconfig lines: assembly="System.Configuration, Version=2.0.0.0, Culture=neutral, ...
File Upload using Classic ASP?
alabraha -
17 Jan 2007 2:40 PM - 3 messages
Hi! It's been awhile since I've had to upload files with classic asp and now that we're changing servers, we're having a problem with the server guys. They don't want to install any components on the server in case ...
Problem with field type nvarchar(max)
maurox -
17 Jan 2007 1:49 PM - 4 messages
Hi, i have a simple table with a field called "authors". this filed have a nvarchar(max) type (in MSSql 2005). i have a simple query "Select authors FROM table". in query analizer this return the value of authors, but when i run this in asp page, the ...
500 Error: Page Cannot be displayed
cmt -
17 Jan 2007 1:09 PM - 3 messages
Greetings! I have an asp page that writes out a URL that points to files on a network drive. It has been working fine up until a week ago. I haven't made any changes to the server or code, so I can't figure out why the script ...
Maximum fields in MS Access 2002 table
SSG -
17 Jan 2007 10:19 AM - 2 messages
WHat is the maximum no . of fields , we can create in Ms access 2002 table...... ...
VERY strange issue with SQL 2000 + ADO Command object
George Shawn -
17 Jan 2007 1:17 AM - 5 messages
Hi, I am running into an extremely frustrating problem and after hours of troubleshooting have not made any progress. When I try to use the ADO Command object to update a table, I receive the following error message: Microsoft OLE DB Provider for ODBC Drivers error '80040e10' ...
ASP Forms under SSL
mstery -
16 Jan 2007 11:11 PM - 2 messages
I need to collect course registrations, with cc info, via an ASP registration form that would operate under SSL. The order info would be stored in a database that resides outside of the public web directory. If I write a password protected utility that runs under SSL that allows ...
File Sytem Object versus MSXML
Edward -
16 Jan 2007 6:04 PM - 8 messages
Hello: I need to dynamically include documents stored in my own website. The website is coded in ASP. As far as I know there are two common options: FSO and the MSXML Objects. Which one of the two would be less of a resource hog for IIS ? Keep in mind ...
ASP+Access - Need sample code for 3 table Internet/Server based Data Base
Will -
16 Jan 2007 3:26 PM - 6 messages
- I know enough ASP and Access to be dangerous :) - I need to put up a data base on our web server with 3 related tables. - They will be accessed by a limited number of people. - Each user will have to "log on" with a username and password and only have ...
LOGOUT From Application using ASP
SSG -
16 Jan 2007 4:23 AM - 3 messages
Dear All, How to logout from the application using ASP , session object.. Can u explain the use of Global.asa file & Once i logded out , if i clik Back button in browser, it shuldnt allow to view the authorised ...
trimmed string after replace function
denoxis -
15 Jan 2007 9:15 PM - 8 messages
Hi, I have a mystery to solve. It is a mystery because it happens randomly. In the ASP page that is in question, I build a large string (no more than 10K) which is basically an email template in HTML format. Then I ...
Abort an operation
Mangler -
15 Jan 2007 7:41 PM - 13 messages
Does anyone have some good advice for the following situation? If a condition is true, an insert is restricted ( aborted ) otherwise the insert is allowed. I have been killing myself on this for a week with no success. I just need some advise at this point. Currently I ...
asp mail merge with oracle
f00fighter -
15 Jan 2007 4:42 PM - 1 message
I used some example code from MS site ([url][link]]) to create an ASP page that executes a mail merge in word from a web page. For some reason when it attempts to run the getdata.asp part I always get the ...
Re: Mail merge from asp page - getting error on XP computer
f00fighter -
15 Jan 2007 4:30 PM - 1 message
Did you ever get anywhere with this? I tried implementing the example MS mail merge code in an Oracle environment but always get the "connection cannot be used to perform this operation" message? Did you find a way around it? ...
Randomly generated variables in ASP
vadapallyraju -
15 Jan 2007 4:24 PM - 4 messages
Hi Friends, I am relatively new to this generation of variables in ASP. I am unable to proceed from here. Can somebody advise ? Challenge : I get number of participants in an exam, from a sql statement and stored into a variable called headcount. ...
Which group
MikeR -
15 Jan 2007 3:21 PM - 11 messages
Anyone know a group to submit a CDONTS question to? Thanks, Mike ...
Syntax in asp page
Krij -
15 Jan 2007 12:18 PM - 6 messages
Can anybody tell me about this: conn.ConnectionString = "SELECT [Customernr], [Customername], [OrderID], [Orderdate], [Itemname], [Ordersum], [Orderdiscount], [Orderprice], [Orderamount] " + "\n" + "WHERE Customernr = "' + <%txtCustnr.Text %> + '" FROM [CustomerOrderHistory] ORDER BY [Orderdate]"; ...
Jump down on a page
Rolf Rosenquist -
15 Jan 2007 12:36 AM - 3 messages
I have an asp page, where under special circumstances, I want the page to scroll down a bit. I know how to set up the conditions, but how do I get the page to scroll down to an anchor further down when the it loads? ...
edit file metadata
David Shorthouse -
14 Jan 2007 10:48 PM - 2 messages
Hey folks, I have a jog file upload routine & I'd like to also edit the meta data associated with the uploaded file. I'm not too interested in the exif metadata, but the simple file system metadata. Is there a way to do this ...
|
|||||||||||||||||||||||