1,828 Topics

Member Avatar for
Member Avatar for elblazzy4chizzy

File Download Dialog Box(ASP) I have a ASP Page that allow the users to Download a File @ the Click of the button the [B]File Download Dialog Box [/B] will pop up on the Scream ,on the download dialog Box are 4 buttons namely[B] Open [/B] ,[B]Save[/B],[B]Cancel[/B] and [B]More Info[/B] …

Member Avatar for kapil.goyal
0
298
Member Avatar for jgill

Hello, To start with here is the code: Public Function Paymentget (s12MoRate) strCompanyCode = objXML.selectSingleNode("policy/companyCode").text strState = objXML.selectSingleNode("policy/insured/state").text set rsDownPayment = getCache("down_payment") dim tempPremium, totalTaxes totalTaxes = 0 tempPremium = s12MoRate ' calculate the taxes so they can be front loaded in the payment schedule dim TaxCov for each TaxCov …

Member Avatar for gintom
0
96
Member Avatar for jgill

[COLOR=#000000]Have problems with the recordset…if the value of tempPremium is more than > 10,000 than I get no results after this statement executes:[/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000]set rsDownPayment = applyFilterAndReloadRecordset(rsDownPayment,"min_premium <=" & tempPremium & " and b80_userline = '" & objLogic.userline & "' and profile = '" & objLogic.profile & "'")[/COLOR] [COLOR=#000000]I …

0
210
Member Avatar for blakisa

I am having a problem reading a .txt file off a web page using Microsoft's XMLHTTP method. After reading the the page into a variable called strContents I would like to write the data to a file. I have the following code but seem to get an error in writing …

Member Avatar for blakisa
0
184
Member Avatar for bubbliciousbar

Hi im having trouble creating a MS Access Databse using ASP. Scenario: When a user registers, i want to be able to create an MS access database. Here is a little code im using.. [code] <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include virtual="Includes/adovbs.inc"--> <% Dim sDatabaseName sDatabaseName = "\access_db\MyNewDatabase.mdb" Sub CreateAccessDatabase(sDatabaseToCreate) Dim catNewDB ' …

Member Avatar for bubbliciousbar
0
59
Member Avatar for cancer10

Hello, I have a question: Suppose I have a table named as tblfriends and there are 3 columns with several row. Column names are: name, email, phone I want to pick 5 names randomly from the table each time my asp page refreshes. How can this be coded in classic …

Member Avatar for nikkiH
0
82
Member Avatar for diya_deve

I have a radio button i want it to bind with database field when i click on the radio button it will call the value n get displayed all data in textbox given. how to do it

Member Avatar for nikkiH
0
128
Member Avatar for irfan.motiwala

i am developing a application that if i want to send sms from my application to my client mobile.what language i would use presently my application is in vb6 and also in asp

Member Avatar for Dukane
0
106
Member Avatar for ultranet

Hello I am using a hometemplate for the homepage and another one for all the inner pages. I would like to use a 3rd one for some of the inner pages where I don't want to display the left nav, but only the footer and top nav. In pages like …

0
59
Member Avatar for TheBiochemist

Hello all - I've got an interesting problem that I can't seem to solve, so any input on this would be greatly appreciated. I have a group of web pages. I'm passing several variables back and forth between those pages successfully. One of the variables is called sntime. Essentially, it's …

Member Avatar for blitz123
0
118
Member Avatar for jatin_surati

Hello All, I need a help from you all ,I have a big problem right now I am developing a stock market related site where I have to calculate XIRR return of investment and this is in built function of excel So wht I want is to take data from …

Member Avatar for jatin_surati
0
146
Member Avatar for aparnesh

I have a Select in a form, which has multiple values. How can I get all the values from the Request Form collection ? I am using the post method. When I am specifying [CODE] Response.write Request.Form("Select1") [/CODE] it only shows the last value. I have tried using Request.Form("Select1").options[x] as …

Member Avatar for aparnesh
0
95
Member Avatar for irfan.motiwala

well i have started software and web Development business. But I dont have an idea about Relative Link what is this.When i develop website for my client how i use Relative link in my Client's Website

Member Avatar for Dani
0
88
Member Avatar for irfan.motiwala

well i have started software and web Development business. But I dont have an idea about Absolute Link what is this.When i develop website for my client how i use absolute link in my Client's Website

Member Avatar for Dani
0
94
Member Avatar for irfan.motiwala

well i have started software and web Development business. But I dont have an idea about Link Exchange what is this.When i develop website for my client how i use Link Exchange in my Client's Website

0
87
Member Avatar for irfan.motiwala

well i have started software and web Development business. But I dont have an idea about Recomended Link what is this.When i develop website for my client how i use Recomended link in my Client's Website

0
96
Member Avatar for kudosvisions

[code=asp] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[URL]http://www.w3.org/TR/html4/loose.dtd[/URL]"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <body> <% '***** BEGIN FUNCTIONS ***** ' This function takes a string as input and links any www's it ' finds so that they are then clickable in a browser. If only …

0
78
Member Avatar for Andy-Pandy

Hello. I want to make forms in ASP (login and contact forms) Let's start with the contact page: (where the form is) (is this right, and am I gonna call it for example; contact.html or contact.asp? [code=html] <html> <head> <title>Hope you can help me...</title> </head> <body> <form action="thanks.asp"> Name: <input …

Member Avatar for kudosvisions
0
180
Member Avatar for DaMaster121

I used the following tutorial to make my login system. [URL]http://support.microsoft.com/default.aspx?scid=kb;en-us;321439[/URL] i have a error with the page, when i try and login using it, i get the error "Error is: 006~ASP 0158~Missing URL~A URL is required." Also using this system i want to make a page where users can …

0
53
Member Avatar for gurutech

I am trying to code a page for an internal website that will generate a list of files and display them on an ASP page. I have this portion of the code working. I am trying to load an HTA page to run an executable with a parameter of whichever …

Member Avatar for gurutech
0
159
Member Avatar for jgill

[COLOR=#000000]Hello,[/COLOR] [COLOR=#000000]Here is the code: [/COLOR] [COLOR=#000000]<tr>[/COLOR] [COLOR=#000000]<tr>[/COLOR] [COLOR=#000000]<td class="FormCell">Do you live in US? </td>[/COLOR] [COLOR=#000000]<td class="FormCell"><input type="radio" value="true" name="Country">Yes</td>[/COLOR] [COLOR=#000000]<td class="FormCell"><input type="radio" value="false" checked name="Country">No</td>[/COLOR] [COLOR=#000000]</tr>[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000] <% if true then %> [/COLOR] [COLOR=#000000] <td class="FormCell"> This is a test </td>[/COLOR] [COLOR=#000000]<td class="FormCell" colspan="2"><select name="TEST">[/COLOR] [COLOR=#000000] <option …

Member Avatar for GreenDay2001
0
114
Member Avatar for MDGM

Hi all, im trying to make a script which sends the link of the page to a specified email address. I have made it work by using a script from an external file, but when i call up the server variable request url, ht gets the wrong one, so i …

Member Avatar for MDGM
0
103
Member Avatar for HandSome

Hi. I understand that ASP is server side and JS is, at least in my case, run on the client. So, an ASP process will be run before a JS process. I want to make them work together if possible. Here is my problem: I have an ASP process that …

Member Avatar for Vegemite Coder
0
76
Member Avatar for cancer10

How do I convert [B]12/15/1985 [/B]to [B]15 December 1985[/B] format using classic ASP? Thanx in advance

Member Avatar for katarey
0
78
Member Avatar for cancer10

Hi, I am trying to send the following HTML mail thru the ASP CDO component. This is the HTML mail i wanna send from Page 1: [CODE]<div align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="820" height="540"> <param name="movie" value="http://mywebsite.com/movie1.swf"> <param name="quality" value="high"> <embed src="http://mywebsite.com/movie1.swf" quality="high" …

Member Avatar for katarey
0
75
Member Avatar for soso30

Hi, I am building class for my project ,but yhe problem i do not get the proper answer here is the code [System.ComponentModel.DesignerCategoryAttribute("code")] public class Buying : System.Data.DataSet { private ContractDataTable tableContract; private BuyerDataTable tableBuyer; // private SellerDataTable tableSeller; public Buying() { this.InitClass(); // // TODO: Add constructor logic here …

Member Avatar for soso30
0
81
Member Avatar for noman78

Hi there i have a page on which i have button to print the page but the problem is before printing user needs to change the print option manually to landscape. is there any wy tht user simply click print button and it got printed in portrait. as uer dont …

Member Avatar for katarey
0
89
Member Avatar for zafs
Member Avatar for noman78
0
81
Member Avatar for noman78

Hi there i need sample code to change ODBC of reports at runtime. scenario: i have few clients using differnt DSN but sae set of ASP code, my all reorts have been designed in crystal8 and asp. now ther are two ways, ither create differnt sets of reports for differnt …

Member Avatar for noman78
0
105
Member Avatar for cancer10

Anyone knows how to determine an image's dimension using Classic ASP? Like How do I know the width, Height of this image using ASP? [url]http://www.google.co.in/intl/en_com/images/logo_plain.png[/url] Thanx

0
45

The End.