Started 4 weeks, 1 day ago (2008-10-22 22:20:00)
by uncrocks
Use his Code... Its better... Quote: Originally Posted by rnd me Code: document.ifElementContains= function ifElementContains(eid, value){ var vapp= (eid.charCodeAt ? document.getElementById(eid) : eid ) || eid; var val = vapp.value || vapp.
innerHTML || window[vapp] || vapp; return !! val.match(value); } Tag's ...

Started 1 month, 1 week ago (2008-10-10 16:39:00)
by rnd me
Here is a
simple way to place small bits of text upon the user's clipboard. Normally restricted by browser security, the clipboard is freely open to flash. this function uses a simple flash app to dump to the clipboard. It avoids any kind of user warning or confirmation regarding the clipboard that characterize JavaScript-only solutions. Thus, it requires flash to be ...

Started 1 month, 2 weeks ago (2008-10-03 20:21:00)
by Corwin5772
I have examples and resources at http://www.issi1.com/corwin/sniffers/detect_plugin .
xml http://www.issi1.com/corwin/sniffers/combine.html http://www.issi1.com/corwin/sniffers/bezier.xml e.g. an annoted Bezier curve in a transparent layer over Tex rendered with MathML

Started 7 months, 2 weeks ago (2008-04-05 05:55:00)
by shibu
code 1) $ is a function that minimally returns getElementById for one string id 2) DOCTYPE has placed document in standards mode 4) isIE6, or another, indicates whether or not the document is loaded in into
Internet Explorer 6 5) This is imagined as part of a larger DOM module. So each function must be labeled on return, or placed in 'power' pattern such as: T.DOM = function(){ ...

Started 2 months ago (2008-09-21 08:26:00)
by SAM7167
Last edited by SAM7167; 09-21-2008 at 05:06 PM .

Started 2 months ago (2008-09-20 08:58:00)
by djlebarron
I use this simple way to display/delay tooltip (or any) images. I'm a relative newbie, but I've noticed a lot of flea hunting done with elephant guns in the cyber tundra. For example, I've seen this done with yards of code. The only thing thats even close to being rather involved with this is that I make my
tooltips into gifs via ...

Started 2 months ago (2008-09-18 19:10:00)
by Cranford
Or, to use valid
markup, and properly place the JavaScript within the HEAD, and to provide for multi-line image captions, and to support hovered images and text, and to ensure that the floating image always displays toward the center of the screen, regardless of the hovered element's position within the document and/or the browser window size, see: Code: <!DOCTYPE html ...

Started 2 years, 9 months ago (2006-01-26 18:17:00)
by GenIIIMrDuece
i want to be able to click on a picture and the link come up in a lower frame .... does anyone know how to do this?

Started 4 months ago (2008-07-23 14:25:00)
by DanielJamesAtCo
Ok, I hope I'm not
reinventing the wheel here so to speak. Hopefully someone else will find use for this function too. As you may know, Microsoft botched implementing the Element.setAttribute method in IE up to version 7 (maybe 8). It won't work for setting the name attribute, so here's a workaround that will create the form field for you. The only reason I'm posting it is that I'd like ...
