Hi all,
I'm revisiting my issue of trying to search a directory on
my webserver and return a hyperlinked list of the Excel files within whatever directory they're stored in.
This is the closest that I've come, although it's in
VB (which lists the full path and file name--not what I need) and...
I created a graph, which in my opinion is the long way around, by joining a bunch of lable boxes together.
Currently, I have five rows each with of 30 lable boxes displayed on the screen. All of these rows creates my table.
The current table I have associated with a month (Jan).
However, with...
I have an access 2000 database with two tables
An employee table linked to a holiday table (which
contains a field for the link and a date/time field)
The relationship is one-to-many
I have the following line in my application.
SQLString = "SELECT Count(EmployeeName.ID) AS NoOfEmp...
I don't think Javascript will let me do this, and with what I know from HTML, I don't think this can be done as well.
I'm wanting to create an array, that will reference cells
in a table created in HTML. (I.E. I would like to be able
to reference the values in the cells second column over...
I'm wanting to create a calender application in VB, since
I haven't seen any in Java or Javasript that I like.
Essentially, I'm wanting colour coordinated employees
(or graphs that represent employees) that show when the
person booked holidays.
However, our site is in Javascript and Java and...
I have the following piece of script near the beginning of my page.
<script>
function navcom() {
comm=document.bookform.bcommodity.selectedIndex;
commval=document.bookform.bcommodity.options[comm].value;
document.write(commval);}
</script>
further down I have the following scriplet...
I'm receiving the following error:
Microsoft JScript compilation error '800a03ec'
Expected ';'
/bulk/bookcargo.asp, line 13
set rs=Server.CreateObject("ADODB.RecordSet")
when I try to run this code:
<%
//Create a recordset
set...
I'm trying to figure out what I need in order to take
the value that is returned by the line
gotUID = Session("UID")
and insert it into this line
<input type="text" name="gotUID" value="&[gotUID]">
As you can see I've been messing around with the...
Someone on this board directed me to another site that contained information regarding the FileSystemObject Objects.
After experimenting with the Objects, I'm able to successfully list all files from a directory that I specify
using the Files collection or I can display the name of
one file...
I have the following code where I'm having problems comparing the value that a user entered "upass" with that
retrieved from a database (RS('Password')) (which was assigned to pw for my ease of following).
<% uname=Request.Form("uname") %>
<%...
I have the following snippet of code in an ASP page:
<% uname=Request.Form("uname") %>
<% upass=Request.Form("upass") %>
<%
CON=Server.CreateObject("ADODB.Connection")
CON.Open("DSN=verify;")
SQL = "SELECT User_Name, Password FROM mainpwl"...
I am trying to figure out a way to have a directory listing
appear on a page whenever a user clicks on a link.
I can't think of a way to get my script working unless I want to go with VB, which I really want to stay away from since most of the site uses javascript instead of vbscript.
I'm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.