I'm trying to write a function to place in a loop
I want to pass a date through the function to return a true or false value
This is what I have so far..
------------------------
Do until rst.EoF
dte = rst("Date")
IF TSExists(Dte) = "True" THEN
Do this
ELSE
Do this
END IF...
Is it possible to dynamically change the background of a table cell when you click on a hyperlink within that cell, without refreshing the page?
Cheers
J
Not sure if this is the right place to ask this question.
I've got a calender on a webpage, each date on the calender is a hyperlink with the date value in the link. (e.g. a href="page.asp?06/01/05">
When I click the date on the calender, how can I dynamically populate an input box on the same...
I want to include a web page I've developed in my VB program. I know how to use the Internet Controls to link to the htm files, but this file can be edited and change the result of the program.
Is there anyway of using a HTML files and lock it in the VB program so it cannot be deleted or...
Using ASP I've developed a page that reads data from a database and lists the results in a table. The results are a list of tasks that I want to be able to select with a checkbox. So each line in the table has a check box and then the task details.
The list is dynamic and the list size can...
I've got a Windows XP pro laptop at work that has stopped accessing a mapped network drive. It used to connect no problem, but now it can take up 10 mins for the window to populate the folders in the mapped drive.
The network is DHCP, and an IP address is being assgined. I can browse the...
I've been using a file upload script that has worked fine for ages, but doesn't seem to want to upload files greater than 1mb in size. I've increased the Server.Timeout but the upload still fails.
Can anyone recommond a reliable file upload script that can handle files over 1mb
Cheers
J
Just built a new pc and now ready to install XP.
Boot from CD works fine, so does the hardware check, but when the checks have been done and it should ask you how you want to install XP, the screen freezes on
'Processing information file...', blue screen, grey line at bottom, text in white...
I use a session variable on my site to keep a log of the current logged in user. I do not use cookies anywhere in the site.
People who are running IE6 cannot access the site until the site is entered into their trusted site list.
Does anyone else who uses Session Variables experience this...
I work in a school that has had 12 XP pro PC's adding to the domain. When the user selects 'Start/Shutdown' the default option is 'Restart'. How can I make the default option 'Shutdown'
When you select 'Shutdown' as administrator, the option defaults back to 'Restart'
Any ideas?
Cheers
J
I have a web page which produces a report. The report is just text and a table.
Is there any easy-ish way off adding a way of converting the report/web page into a Microsoft Word document.
Cheers
J
I'm having some problems with a VLOOKUP table.
Here is my formula:
=VLOOKUP(M8,Tables!$A$2:$B$82,2)
Here is a sample of the Lookup Table
Col A Col B
P8c 4.2
P8d 3.8
P8e 3.4
1aa 11
1ab 10.6
1ac 10.2
P8c, P8d, P8e will return the correct figures,
1aa, 1ab, 1ac will return #N/A...
I am using a form to create a date. dd/mm/yy, that date is then submitted to a new page
I am trying to convert the entered date into a number using cdbl, cdbl(datefromform), when I do this I get a type mismatch and yet cdbl(date) and cdbl(now) both work.
Is it because datefromform is a string...
I'm trying to query my Access database on my webiste to produce a report on data for a particular month. For example, how many people ordered so far this month, or how many people ordered last month.
Ideally I would like to say, show me all the data for August 2004, or all the data for July...
I'm using a frame set (banner and contents). The top frame is called 'top', the left hand frame is called 'menu' and the largest frame is called 'main'
If a hyperlink in 'top' is clicked, can I load up different pages in 'menu' and 'main' at the same time.
Cheers
J
I bought a laptop two weeks ago and it developed a fault with the cd-rom. Before taking it back to the shop for a replacement I removed my work, deleted the partitions I created, reformatted the drive and then run the laptop system restore cd.
I'm now a little worried. If someone wanted to, is...
I've been asked to set a Wireless Access Point for a friend who has a home office.
I have a cable modem which connects to the ethernet port of the WAP. My friend's broadband connection is USB, is there a solution that would convert the USB connection to connect to the ethernet port on the WAP...
I've got a function that when you pass a number to it, it returns a name, which works fine.
e.g.
Set RstFunctions = Connect.Execute("SELECT * FROM tblClients WHERE ClientID = " & ClientID)
Now I'm trying to filter it a bit more and say
Set RstFunctions = Connect.Execute("SELECT * FROM...
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.