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 Mike Lewis 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: *

  1. giles100

    MySQL ODBC driver on XP

    Hi All, I'm trying FMP9 out. I was able to query my MySQL db with FMP9 on OSX using a 3rd party ODBC driver no problem. I'm now trying to do same on XP but 1'm in new territory here and I’m getting a bit stuck ... can I check on a couple of points with you? My take on it so far is that I need...
  2. giles100

    window.open() IE7 and zoom levels

    Hi, your response makes it sound like there is no means to do this in JS?
  3. giles100

    window.open() IE7 and zoom levels

    Hi All, I’m getting reports from some of my visitors that window.open() in IE7 is opening a new window with a zoom level around 125% (I’ve tested heavily with my version of IE7 and I’m not having the same problem). I’m having trouble finding any text on features that allow me to set zoom level...
  4. giles100

    CSS, text field and IE6 issue

    Hi, I’m bug hunting my first developement. Everything works great apart from a multi line text field when viewed in IE6, The field is closly situated between a number of other page elements. Everything is fine in IE7, firefox Safari etc but IE6 places some kind of margin around the text field...
  5. giles100

    converting a page variable to a form value

    Hey folks, thanks for taking the time to answer my question. They are both great ... and educational. I could see where I was going wrong, but couldn't make the connection. Thanks again. Giles
  6. giles100

    converting a page variable to a form value

    The site has a generic design that uses JS to concate GET commands from a number of forms in a number of pages. In this instance I'm building a page to detect for Flash so I need to get a value from a variable common the the scripts on the page accross to the form to enable it to be passed on.
  7. giles100

    converting a page variable to a form value

    Hi I have a requirement, that I’m sure is simple but it’s foxing me! I have a number of scripts that run in a page head The result is returned to the variable “result”. This all works fine, but I need to pass it now as a form value. Ive tried variants of the example ... but the form seems...
  8. giles100

    Background Images with JavaScript & CSS

    Hi I’m in need of some help ... I would like to be able to set a background image using a onload javasacript along the lines of document.body.stylebackgroundImage = url() and then position it with css.. something like image { width: 800px; height: 600px; margin-left: auto...
  9. giles100

    alert() on history.back() event

    Hi, I’m working on a dynamic site that’s made up of many pages. I’m providing the user with a easy to use navigation system, but I’m concerned that old habits may cause them to use the browsers back button with disastrous results. Browsing so far has revealed a range of options from...
  10. giles100

    Browser Incompatibility in a simple script

    Hi All, I’m currently finishing off a project with is mostly server side. However, I need a little client-side magic. I’ve managed to pull together what I need, it works fine with IE but I suspect I’ve inherited some browser incompatibility issues (i.e. I know it fails with safari), and with...

Part and Inventory Search

Back
Top