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 bkrike 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: JSDNUK
  • Content: Threads
  • Order by date
  1. JSDNUK

    Connecting to Multiple Databases - Performance Recommendation Please

    Hey DB people... Does anyone know if it is better as a general rule (server performance wise anyway) to connect to a single database with many tables or multiple databases with fewer tables?? In this case I have a small calendar database and large navigation/metadata database -- both are MS...
  2. JSDNUK

    GetBaseName Question

    Hey ASP ppl's... Does anybody know if it's possible to return the BaseName of your current document without having to write it into the function manually? i.e without having to write set fs=Server.CreateObject("Scripting.FileSystemObject") Response.Write(fs.GetBaseName("200001.asp")) I've...
  3. JSDNUK

    Can anyone help me add a timeout to this script?

    Basically all I need to do is add a timeout to the onmouseout function, but have thus far had no luck :( e.g. the_timeout = setTimeout(this.className=this.className.replace(new RegExp(" sfhover\\b"), ""), 1000); See the full script below. Many Thanks... again!! sfHover = function() { var...
  4. JSDNUK

    Tableless Layouts: Having problems scaling height/width. Help me PLEAS

    First of all, thanks for clicking!! What i'm trying to do is replicate the layout found at PositionIsEverything (see link below) but with a scalable tableless interface (i.e. width:100%) http://www.positioniseverything.net/piefecta-rigid.html I've found a number of resources online, but have...
  5. JSDNUK

    URGENT!!! IE6 nested table height scaling problem!!!

    Basically I've got a problem with IE6 (who doesn't)... Anyway, what I'm trying to do is stretch the area on the right hand side of my page down to the footer. N.B I'm using nested tables. Now, this code I'm using works fine in IE5.5, Firefox and at certain resolutions in IE6, but not...
  6. JSDNUK

    Executing Javascript w) Cookies from another URL

    Hi all, I recently developed a website and have been requested to build a template (using the same style/layout) for affiliated groups. Everything is just about in place here, however I am having some problems getting my dynamic css writer (which controls text size) to work on domains outside...
  7. JSDNUK

    Invaliad procedure call or argument... Dynamic CSS + External CSS swit

    Basically I've got 2 Javascripts, one that dynamically writes CSS (currently used for user text size selection) and the other that selects alternate external CSS documents (used to switch themes/colors). From what I can see the error (Invaliad procedure call or argument) only occurs in IE5.5...
  8. JSDNUK

    Executing a javascript from a option/select box??

    Can anybody help me with this?? Been attempting to use an old nav script to execute a script which should switch the active style sheet of the document. Not the best at JS, so any help would be greatly appreciated. Many Thanks!! Script below... function surfto(form) { var...
  9. JSDNUK

    Javascript Redirection - via Disclaimer Page

    I've been having a few problems getting a Javascript Redirection system setup. Basically, what i'm trying to do is modify all my site's external links to send a querystring to a disclaimer page containing the requested URL. I'm not sure what I've messed up, but whenever I open the page in...
  10. JSDNUK

    Form Elements to Array to String Problem...

    Hi Everyone, Just having a few problems getting a script to work. What I need to do is take the values from a series of checked checkboxes and write them to an array. Once this is done I need to convert the array to a CSV string (using array.join) and use this string to populate a hidden...

Part and Inventory Search

Back
Top