|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
random numbers and letters
Jeff -
31 Mar 2007 8:44 PM - 2 messages
hey gang. I have a code to create a random string of letters. The number of them can be whatever I desire. what i would like to do, is have it both letters and integers. how would i modify this code to allow that. ...
Truncation of Hidden text box values in Classic ASP - freakish.
Raga -
30 Mar 2007 9:42 PM - 4 messages
Hi, We have found a very freakish ‘truncate’ behavior in Classic ASP application (that is called from within a web logic portal). We have an ASP variable, lngOrderId (an oracle sequence number that right now running in 8000+) in our ASP page. ...
WRITE DATA FROM SQL TO LOCAL MACHINE
Simon Gare -
30 Mar 2007 9:07 AM - 2 messages
Hi all, have an SQL DB which clients access via asp pages through the internet, in the case of a power outage I need to write that data automatically in the background to a txt file on their local machine, I would imagine it would ...
How to capture browser closing event with Javascript
karthik juneni -
30 Mar 2007 1:09 AM - 2 messages
Hi all, Iam trying to capture windows closing event (i.e) when the user clicks on the "X" button i want to capture that event and want to update some values in the database.I tried two methods but iam getting problems ...
Doubt asp / asp.net
Paulo -
29 Mar 2007 11:55 PM - 4 messages
Hi everybody, I tried my best to understand asp.net, but I didnt like, I ve been programming classic asp for over 6 years, so I would like to know from you if there is any need to migrate asp pages do asp.net? All what is done ...
Dealing with script timeout
michal -
29 Mar 2007 8:20 PM - 9 messages
hi guys, i was wondering how you deal with script timeouts caused by huge file uploads. Lets say I have a script timeout of 2 minutes and the user uploads a file which takes more than this ... Whats the best way to inform the user about this issue rather than ...
Issue with Greater Than IF Statement
Nate -
29 Mar 2007 1:45 PM - 3 messages
When using the following statement, I am encountering a problem: <% If rs.Fields(0) = "Lead 30 Day" THEN %> <% IF rs.Fields(2) > "89" THEN %> Pass <% ELSE %> FAIL <% END IF%> <% End If %> ...
ADODB.Stream 'format error: not a pdf or corrupt' only on large file
iporter -
29 Mar 2007 11:10 AM - 8 messages
I use the code below to authorise the download of certain files. Thus, instead of linking to the file in a wwwroot directory, I link to this code with the filename as a parameter, and the script streams the file if the user is authorised. ...
How to calculate web page loading time on client ?
kelvinweb -
29 Mar 2007 10:17 AM - 2 messages
Hi All, How to calculate web page loading time on client and send back result to server side ? Urgent ! Thanks alot ! ...
Reading dropdown values in ASP
Martin Walke -
29 Mar 2007 9:46 AM - 6 messages
Hi all, I have an ASP application where I need to not only read the selected item from a combo box on a web page but also all the options in the combo box. Can someone point me in the right direction. ...
Need Help with CDONTS
jlopes151 -
28 Mar 2007 9:28 PM - 3 messages
Here the sample code, it fails on the attachment retrieving the file. The file is located on a remote server. The folder is Shared & Web Shared with EveryOne having Full access to the shared folder. I can pull the file from ...
Re: XML and ASP
michal -
28 Mar 2007 7:07 PM - 1 message
hi john, are you still strugling with getting the feed to work? i have written a class which reads feeds .. just let me know if you still need it. ...
numbering with asp
panda_asp -
28 Mar 2007 1:37 PM - 4 messages
i need some one to help me how to do numbering with asp. for example if i want to display 10 titles in a page and the others shown on the next pages.i.e 1.2.3.4.5 etc. ...
What is the problem actually?
azza -
28 Mar 2007 1:54 AM - 2 messages
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. /PROJECT/edit.asp, line 39 <%@ LANGUAGE="JAVASCRIPT" %> <% var refer = String(Request.ServerVariables("QUERY_STRING")); ...
VERY odd classic ASP problem on 2005 upgrade
Elliott Roberts -
27 Mar 2007 10:42 PM - 4 messages
I'm seeing a VERY odd issue after moving my data from a SQL2000 DB to a SQL2005 DB. About half the time, when I request a value (using ors.fields("pagedata") for instance), I get nothing returned. I know ...
checkboxes and other form inserts into a database
MrHelpMe -
27 Mar 2007 1:54 PM - 2 messages
Hello experts, I need a hand. On my asp submit page I have the following code: [code] for i = 1 to 5 ' 5 question form' Question = Request.Form("Q" & i) Answer = Request.Form("A" & i) Comment = Request.Form("C" & i ) ...
how to read cell data line by line from excel using vb script in macro?
ashok0866 -
27 Mar 2007 1:11 PM - 2 messages
I had created a macro to read data from an excel sheet and write the values to a text file. I had used "ActiveSheet.Range("GB" & k).Value" command to read the values from the excel. The issue is: some cells in the excel sheet is having two lines value ...
detect new line in a text block
aa -
27 Mar 2007 12:43 PM - 2 messages
If I have a long text which I copied from a Word document and pasted it into asp in order to output it into HTML, how do I detect new line in the text and insert Line Feed Carriage Return? ...
asp web site test tool
abcd -
27 Mar 2007 4:41 AM - 2 messages
I have a company web site which has asp pages and html pages. We have build a new site and I am doing QA for that. How can I test that web site to check if all the links work fine. there are so many links and I can not click each ...
recordset being displayed isn't refreshed
brendan.wong@gmail.com -
26 Mar 2007 8:07 PM - 4 messages
hi. i've created a simple web app that allows users to enter in information about a project in a web form and save that information to a database (Access). After a user enters in all the information, she ...
GUID values repeating
stjulian -
26 Mar 2007 5:39 PM - 6 messages
IN IIS 6.0, classic .asp I have been creating new GUID's through this block of code set typ = server.createobject("Scriptlet.TypeLib") guid = TRIM(MID(cstr(typ.GUID),2,36)) Response.Cookies("guid") = guid Response.Cookies("guid").path = "/" ...
Backup a database table
peashoe -
26 Mar 2007 4:23 PM - 8 messages
I need to be able to add a button on my site that will backup an SQL table (not the whole database) - does anyone know how to do that? Thanks in advance Lisa ...
Input Window in Module Mode
Michael -
26 Mar 2007 11:47 AM - 2 messages
Hello. Is it possible to make message box or input box in Classic ASP in Modal mode ? At least accordingly to parent window? Thanks ...
BE VERY CAREFUL, AS YOU MIGHT BE A VICTIM OF SCAM/FRAUD RIGHT NOW!!
SIS -
26 Mar 2007 10:33 AM - 1 message
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY><FONT size=2> <P><FONT face="Arial Narrow"><STRONG><IMG ...
Free books and exams info
jeff -
26 Mar 2007 10:04 AM - 1 message
Free exam information, and books, notes, articles for MICROSOFT, CISCO, COMPTIA, ORACLE, NORTEL, JUNIPER, DB2, IBM, HP, LINUX. ...
Investment and Money
Tradeinvest -
26 Mar 2007 9:30 AM - 1 message
What you think about these links:
index.html
guide
investment stock
[url=[link]]calculator
investment[/url]
[url=[link]]estate
investment real trust[/url]
[url=[link]]club
investment[/url]
[url=[link]]fraud
investment[/url]
[url=[link]]brokerage
investment[/url]
[url=[link]]investment
loan property[/url]
[url=[link]]advisor
investment[/url]
[url=[link]]investment
putnam[/url]
[url=[link]]casting
investment[/url]
[url=[link]]fraud
investment lawyer[/url]
[url=[link]]aim
investment[/url]
[url=[link]]classics
investment operator reminiscence stock wiley[/url]
[url=[link]]fremont
investment loan[/url]
[url=[link]]direct
foreign investment[/url]
[url=[link]]from
investment profit university uranium[/url]
[url=[link]]estate
investment real software[/url]
[url=[link]]estate
investment mexico real[/url]
[url=[link]]101
building estate estate investment real real trump university
wealth[/url]
[url=[link]]banker
investment[/url]
[url=[link]]estate
investment real seminar[/url]
[url=[link]]fortress
group investment[/url]
[url=[link]]ever
guide investment ll need only[/url]
[url=[link]]investment
securities[/url]
[url=[link]]accidental
banker decade inside investment street that transformed wall[/url]
[url=[link]]fortress
investment[/url]
[url=[link]]diversified
investment[/url]
[url=[link]]gold
investment[/url]
[url=[link]]club
estate investment real[/url]
[url=[link]]investment
land[/url]
[url=[link]]investment
offshore[/url]
[url=[link]]estate
investment property real[/url]
[url=[link]]fremont
investment[/url]
[url=[link]]investment
newsletter[/url]
[url=[link]]estate
florida investment real[/url]
[url=[link]]advisor
investment registered[/url]
[url=[link]]broker
investment[/url]
[url=[link]]county
investment orange property[/url]
[url=[link]]fisher
investment[/url]
[url=[link]]essential
investment[/url]
[url=[link]]hyip
investment[/url]
[url=[link]]investment
loan[/url]
[url=[link]]investment
orlando property[/url]
-------------= Posted from Ugroups.com =-------------
---= Fast & Free Web Portal to Usenet Newsgroups =---
-------------= [link] =------------- ...
BE-CAREFUL, YOU COULD BE A VICTIM OF SCAM OR FRAUD!!!
SIS -
26 Mar 2007 3:14 AM - 2 messages
Attention! With several on-going cases of fraudulent practices being carried out by criminals on the internet, you are advised to carefully read this circular, so as to completely secure yourself from every fraudulent and scam attacks by criminals on the internet which is very rampant in our current world. ...
using asp with a window.open
Jeff -
25 Mar 2007 8:55 PM - 7 messages
hey guys, this may not be the right place, but i wanted to give it a shot. i have an if statement, based on the data of a mssql db. if the if is .eof do nothing else <SCRIPT language="JavaScript"> ...
|
|||||||||||||||||||||||