Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gruvn
  • Content: Threads
  • Order by date
  1. gruvn

    Multiple records onto a single line?

    Hey there, Not really access-specific, just need a hand with some SQL. I have a database that has a key field (Tag), and for every occurrence of a particular value of "Tag", there are either 1 or 2 records. These records refer to 1) the initation or 2) the completion of a task. As of right...
  2. gruvn

    Automating Procomm Plus to contact multiple stations?

    Howdy - I'm in an office where we have gauges set up collecting data. We often have to call these gauges up (they all have modems) and either upload or download data, or query the settings of the gauge. With all the prompts and commands (and the WAITING), this takes WAAY longer than it needs...
  3. gruvn

    JOIN Table to self to filter records

    Hi there, I have a table that does not seem to be as normalized as it could be. In it, a particular record may show up several times, each time having a different entry in one particular field. For example: ID STATUS OTHER rec1 exists data rec1 removed data rec1...
  4. gruvn

    nested div with id does not display in ff

    Hey there - I'm not sure what's going on here, but I have a series of nested divs on my page. The mystery (bug?) can be found in the <div id="sponsors">. In IE (which I loathe), my image shows up fine all the time. In FF, my image ONLY shows up when I remove the value for the id, and just...
  5. gruvn

    Save calculated data to my table...

    OK - before you jump in and tell me all about normalizing my data and not duplicating unnecessary information, let me tell you want I want to do: I have a millions of records exported from another application, and one of the fields I have is a butchered version of what I need to use as a...
  6. gruvn

    Create a new value to submit from form inputs

    Hi, I have form where users can enter information such as their zipcode to get some information back about it. However, the page that my form submits to only accepts data in a particular format, such as "ZIPCODE.USA.ZIP = 96822", where 96822 would be the value entered by the user. I guess what...
  7. gruvn

    Works in NS and Firefox, not IE

    Hi, I've got this code embedded in my page, and it works in both Netscape and Firefox, but not in IE. It seems straightforward to me, but alas... BTW, "dataFrame" is the target frame for my gridinfo.html popup. <script language="javascript">...
  8. gruvn

    Permanently Map a drive on a server?

    Hi, I'm trying to link 2 of our servers. One processes data, and the other is a dedicated web server. I have an application on the data server that outputs images that need to be served by the webserver. I figured I could just map a drive one the data server such that while it thinks it's...
  9. gruvn

    Using ASP to dynamically apply xsl to multiple XML documents

    Hi all, I've got a folder of many XML documents that are output directly from a software application I use (There is no style sheet associated with them). I would like to share these over the web, but need to apply a style before I do. I have an XSL file that works (IE only), and would like...
  10. gruvn

    Submitting data to an offsite form?

    Hey, I've got a site where people can look up id numbers for land parcels, and I'd like to be able to create a link that my users can click which will automatically send that id# to a form on a remote govt page (so they can look up more information associated with that id #). The remote form...
  11. gruvn

    Generating HTML escape charaters?

    Hey all, I think everyone's seen those big tables out there listing the ecsaped versions of various non-standard characters. I'm talking about things like: &quot; &amp; &#329; What kind of encoding is this, (and if you know that), could a bit o' javascript be developed to generate the...
  12. gruvn

    Stupid ol' IE ...

    Hey, I've got the following javascript for opening a new window. My problem is that it doesn't work in IE (which doesn't seem to have a javascript console). It does work in Opera, Firefox and Netscape. Here's the code. If anyone has any cleaner window-opening code that *does not cause the...
  13. gruvn

    select box comma seperated list into a javascript function

    Hey all you javascript masters, Can someone clue in what I'm doing wrong? I am trying to take a comma separated list of data (4 values) and pass them to an existing function zoomToPlace(). The function itself works - I can do: <a href="JavaScript:zoomToPlace(1,6,8,10)" target="mapFrame">Zoom...
  14. gruvn

    IE/Firefox woes...

    Hey all, I'm not very proficient with javascript so I was wondering if someone could help me figure out why the following code works in IE, but not in Firefox. The error i get is that "document.forms is not a function" - pointing to the 2nd line of the following... function addSection() {...

Part and Inventory Search

Back
Top