Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
anubia #1
javascript implementation to counter bug
I have a photo page that swaps out images when a thumbnail is clicked. The
javascript is in an external file and reads as follows:
function showPhoto (whichPhoto) {
if (document.getElementById) {
document.getElementById('placeholder').src = whichPhoto.href;
if (whichPhoto.title) {
document.getElementById('desc').childNodes[0].nodeValue = whichPhoto.title;
}
else {
document.getElementById('desc').childNodes[0].nodeValue =
whichPhoto.childNodes[0].nodeValue;
}
return false;
}
else {
return true;
}
}
anubia Guest
-
RFC: DBIx::Counter - persistent counter class
Hi, I've been a CPAN consumer for so long, I thought it's about time to start contributing. I wrote a little module that does exactly the same as... -
Free Network Tools - Random Password Generator - Link Counter - Hit Counter
Free Network Tools - Random Password Generator - Link Counter - Hit Counter http://www.sharewareisland.com/onlinetools.asp -
Hit Counter in Javascript on client side.
Have opportunity to use free web server space but can only use client scripting. How to code hit counter in javascript? Any help would be... -
hit counter or page counter
Hi, I need to have a page counter to see how many people access my website. How can this be done? In FrontPage, it's called hit counter. Thanks. -
NAT implementation on AIX 5.x
Hi: I have a need to write my own version of NAT for AIX 5.x. I have been able to do this on HP-UX by using a STREAMS module and DLPI approach....



Reply With Quote

