I setup this function in my within my head tags and I am calling it like this on the "ContID" dropdown: onchange="state_enable(0)"
Here is the function:
<script Language="JavaScript">
<!--
function state_enable()
{
if (document.Location.ContID.selectedIndex == 6;)
{...
I purchased a wireless Panasonic Network Camera (BL-C30A) and hooked it up. I have Comcast high speed, using their combination Linksys Cable Modem/Wireless router. Anyway, the camera works great locally and it is assigned to 192.168.0.14, so when I type that in the browser, it lets me login to...
Does anyone know how to create a javascript that will delete files? I found this one on the web but it doesn't work.
myActiveXObject = new ActiveXObject("Scripting.FileSystemObject");
file = myActiveXObject.GetFile("C:\\Temp\\All Reports.htm");
file.Delete();
Thanks for your help!
I have a simple Access database and I am using FrontPage(which may be the problem) to create ASP pages. I want the ASP pages to do the following, one, I want a views page, viewall.asp where I can put this as the URL for example to limit the Species field:
viewall.asp?Species=Cherry
I also am...
Hi, I have a handful of applications that were built in Bio 6.6 and they use a lot of Javascript to do a bunch of things within our data warehouse. We are converting to Hyperion 8.3.2 and when I run these EIS applications a lot of my buttons don't work. I figured out the differences in linking...
I have a word file that is basically a simple fillable form and I want to put a Command Button at the bottom of the word file that e-mails me a copy of the Word file using Outlook after they have modified it with their info... Would like it just to do this in the background... does anyone have...
I have a word file that is basically a simple fillable form and I want to put a Command Button at the bottom of the word file that e-mails me a copy of the Word file after they have modified it with their info... Please help! :)
I have a dilema... I want to build an HTML form that allows users to enter in quantities of items they want and then the data can be populated into a prebuilt excel spreadsheet that will be e-mailed to me. Don't really want to have a database - maybe just session variables. Is there anything...
No, see query is similar to what I tried abd it only returns 2 records. I need to return the max date for each account id and if 2 records with the same account id have the same dates that are both max, then I need those records.
I need help with a query... this is what my data looks like:
ID AccountID Date
1 893999 031104
2 893999 021104
3 893999 021104
4 893999 041104
5 893999 041104
6 708854 121104
7 708854 121104
8 708854 101104...
Pivots are generally no bigger than 40 rows... we basically have a standardized Excel template, (.XLT) file that has all of our headers and footers on it, and we have 50 Pivot tables we want extracted to that template monthly to create 50 excel files.
I am trying to figure out a way to export my pivot tables to a standardized excel template with Headers and Footers - this will save me lots of time trying to manually do this...
Ok, I have data in a field called 'Month' that is formatted like this "Jan 2002", "Feb 2002", and so on...
Using a computed item, I want to derive a new field from the 'Month' column called 'Quarter' and I want it formated like "2002 Q1", "2002 Q2", etc.
I have tried to use LTrim, ToQtr and...
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.