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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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.