Hi there,
I have been seraching the net for examples and all seem very complicated for what i need to do. May be someone could supply me with simple code for the following.
I have one asp pa...
Hi
in my application ,if user enters his place of birth in textbox and clicks submit button ,it should display a dropdown with some values and these values should be retrived randomly from xm...
Hi
I have uploaded a load of images into a folder that users need to use for mailouts, it's a classic asp server and I cannot turn directory listing on.
I'm after a very very basic scrip...
I want to send a mail with a HTML code to any of my outlook contacts (groups) from a (vbscript) asp.net - javascript application. I don't care if the HTML is in the body or attached.
I used ...
DWMX / CS3
Classic ASP VBScript
Windows 2003 Server
Hello.
I have developed a training site for our team. Now we are needing to track usage, hits per user, etc. So, I created a login...
I'm trying to display images from a database. All of them have small blue borders around them and I can't figure out where they are coming from. Can someone help? thanks
http://www.glowfish...
This works:
<!--#include file="../sqlcon/db.asp" -->
<%
session.CodePage=65001
Response.CacheControl="no-cache"
Response.AddHeader "Pragma","no-cache"
Response.Expires=0
s...
Hey Experts!!
I want to update a single database field with a single checkbox. Ultimately, the user would click the checkbox and it would obviously submit the checked value, refresh the pa...
Please assist with the following code. I would like to get the form element value displayed in the confirm message.
I need to set ths toupper case in classic asp.
Is this correct>?
Ucase(trim(rsCust.fields("customer_name")))
From various sources I got the code in the attached. It doesn't work, www.coffeepond.com/test_load_pic.asp.
Can someone either tell me what's wrong with this or tell me another way to do it?
I am trying to insert some values into a table in a MS SQL database , should I use single quotes or double quotes for numeric values
Hi,
I have an asp page which lists some vehicles and parts that fit them.
Next to each vehicle there is a checkbox to enable the user to select which vehicles they want to link new part...
Hello,
I written some code which gives me a list of cities from a database, this list is a multiple select box.
Besides this multiple select box I also have som other html form controls, w...
I am an ASP newbie, and I was wondering if someone could post some code, or a link to code, that would allow somebody to pick a from-to date.
In other words, let's say I am putting together...
I've looked at the site and can not find anything that can help me here. I am importing an excel cell that looks like this:
123 test street san jose ca 12345
there are no commas, and no ...
Have managed to create an aspx page in Expression web using a few tutorials, with validators etc and everything is working OK but I need to know how to get the page to redirect to a thank you/...
Hi there,
We have an ASP form and backend database / table with about 80 fields.
The user fills out the form and their entries become variables used in an SQL INSERT string like this snippet...
I have a script with a list of folders, which the user should be able to delete. But Im not quite sure how to apply a "folder.Delete" action to the script.
Im trying something like this, but ...
Hello Experts
I have a background image and I am using a css sheet to position a red border on a paticular area. The area represents an office location. What I need to be able to do is have ...
I cannot pass the randomNumber to the hello.asp and I don't know whats wrong. But, if I hard code it e.g.
<input TYPE="hidden" VALUE="2583" name="rNum">, then the hello.asp can get this rNum...
This has got be simple, but so far nothing I've tried has worked.
Here's the sample XML file:
<?xml version='1.0'?>
<zips>
<zip id="00602">AGUADA</zip>
<zip id="00612">ARECIBO</zip>...
How can I refresh the clock or time on a website without using " <META HTTP-EQUIV="REFRESH" CONTENT=60> ". I do not want to "rewrite" the page each time this command runs.
Please take a look at http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23685407.html#a22349506, I want the same this but in classic ASP.
Thanks
<%@ LANGUAGE=VBSCRIPT %>
<% Option Explicit %>
<!--#include virtual="adovbs.inc"-->
<%
dim msds_name
dim file_location
msds_name = ""
file_location = ""
msds_name = trim(re...