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...
Unfortunately I am not getting any script errors. The script behaviour, however, is failing completely. Basically, the 2nd level of navigation appears but either disappears on mouseout straight away or remains on screen permanently depending on which piece of incorrect code I use at the time...
Ok, i'm with you now... Sorry about that.
This script controls a CSS/List based 2nd Level Navigation for IE. What i'm trying to do is add a delay on mouseout in the hope that this will make my site a little easier to use (apparently).
I was hoping that I might be able to replace the line (8) of code...
this.className=this.ClassName.replace(New RegExp( " sfhover\\b"), "");
With something along the lines of...
the_timeout = setTimeout(this.className=this.className.replace(new RegExp(" sfhover\\b"), ""), 1000);
Do you know...
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...
Thanks Dan,
Have this sending the querystring beautifully now!! The querystring reader came together quite easily as well.
Code below should anyone be looking for something similar.
Referrer Page...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
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...
Thanks so much for taking the time to explain where I went wrong, but i still don't quite understand how the (updated) code below doesn't work. Apologies in advance for being a dumbass if I've missed something...
<script language="javascript" type="text/javascript">
var recipient = new...
Sorry for the confusion Dan, but my comment was in regard to my most recent post which (to the best of my knowledge) had applied the comments of yourself, Tsuji, and Theniteowl.
Have I missed something?
dave
Thanks Dan, you're a star!! Works perfectly!
Now that the pressure's off, I'd still like to know why my script wasn't working. Can anyone help me out here???
Thanks!!
dAve:)
Hey Guys,
Thanks for your help. I've done my best to take in all your advice, but am still not having any luck.
I've set an upper limit for i (being equal to the total number of listings) and modified the syntax of document.consultationsForm('recipientdetails_' + i) but still without success...
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.