Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default Need Query Help!!!!!

Hi,

I am trying to query a web page on our company intranet.
This page contains info. on the billing meters of the
Xerox Documnet Centers we use. For some reason, only the
460st and 480st models don't pull back the data. I looked
at the source code and noticed that these pages use
javascript. I don't know if that has anything to do with
it or not.

This is a snippet of the code:

<script language="JavaScript"
<!-- Hide from old browser

// This variable forces display of the counter even if it
is empty. It is used for debug purposes.
var forceCounterDisplay = false;


---These are the values I am trying to query, is there
another way????



// These variables contain the actual counter values as
strings. An empty string means that the
// counter is not available.
var copySheets = "102991";
var printSheets = "76858";
var largeCopySheets = "571";
var largePrintSheets = "25";
var duplexCopySheets = "5825";
var duplexPrintSheets = "4683";
var markedImages = "190411";
var copyImages = "108816";
var printImages = "81541";
var faxImages = "0";
var networkScanningImages = "0";
var ifaxImages = "0";
var emailImages = "0";

//
================================================== ========
=======================================
// This function outputs the table row containing the
billing counter information. The counter will
// not be displayed if the value is empty unless the
forceCounterDisplay variable is true.
//
// Parameters: titleString - name string used for
counter.
// valueString - value string used for
counter.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Use MS Query to query data within the current work book Steve Kesler Excel Discussion (Misc queries) 0 August 6th 09 05:22 PM
Convert hard coded query criteria to Parameter Query Melanie[_2_] Excel Discussion (Misc queries) 0 July 15th 08 09:59 PM
Excel 2007 / MS Query - editing existing query to another sheet Hotpepperz Excel Discussion (Misc queries) 0 June 13th 08 06:53 PM
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? jocke Excel Discussion (Misc queries) 1 November 29th 05 01:44 PM
How to use a Access Query that as a parameter into Excel database query Karen Middleton Excel Discussion (Misc queries) 1 December 13th 04 07:54 PM


All times are GMT +1. The time now is 12:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"