Whatever you want it to be. Recommend hashing it in a table, then hashing what the user enters and comparing to the hashed value in the database. JoAnn...
I wrote a scratch ticket in javascript but I can't put my hand on the code right now. I'll write one for you and post it to the board in a few minutes. ... ...
Can you guys post the actual css code that allows you to change the mouse color? thanks ... program yet but there is a free one that comes with Homesite 5.5...
I don't think so, but it may be possible if you use a keycode handler function. I don't have a link to the keycodes but I made a javascript pac man that...
Hi guys, I know one of you can help me this problem ... I have an external .js file named banners.js this is the code in banners.js var pics = [ "<a...
Hi I have posted a sample I wrote in response to your question at http://java.rehll.com/cursor.html Hope this helps. Rich Michael Hall <assasin360@...>...
Try this guys... It will start in Oct 2004... Transform your dialup to faster than broadband and ADSL speeds Any PC or Mac with 9,600kbps modem upwards can use...
Why don't you just shuffle your pics array and then subesquently grab the items from it at each document write statement, sort of in pseudo code SHUFFLE(pics) ...
You should also know that this feature only works on a windows platform. Mac, and Unix do not display it. I'm not 100% sure, but I think this only works in...
... ? I just assumed this was IE-only -- but it doesn't even work in IE5.5 on Windows 2000, so I wonder what browser supports whatever it is that it's supposed...
visit this link to see the code in action, then just upload all the files to yor website you will need to change the redirect url and create a new image for...
Thanks Richard, do you know the proper pixel size for custom cursor images? I used to create them in paint and then just save them as cursor.ico(icon file)...
http://www.w3schools.com/css/pr_class_cursor.asp JoAnn Schlosser Web Consultant ASI Consulting Advanced Solutions International, Inc. Alexandria, VA Office:...
Is there a way to stop a JavaScript program while it's running? I have a script that does a certain computation. Sometimes it takes a long time to do the...
Hi all, Just a quick question. The following is some basic image manipulation code. But the problem is, I want the image to be changed by percentage, not...
Try this guys... It will start in Oct 2004... Transform your dialup to faster than broadband and ADSL speeds Any PC or Mac with 9,600kbps modem upwards can use...
I got it to work using: with(parent.frames['adframe1'].document){ write(var1); } Just in case anyone wanted to know. I can't seem to get this to work in...
Hello Mark you hev two issues there: 1) use document.getElementById("pgbar") rather than the document collection 2) change the name property of the image to...
A long or infinite loop can cause thse problems, or recursion (your case probably a loop). No way, you can at most set the loop to quit if a high eniugh...
Thanks Alberto. That was the problem. Just out of curiousity, why do I need to have the "style" keyword in there. When do I need to use "style" and when do I...
ciao Mark document.getElementById("anId_here") basically grabs all the properties that belong to a tag (a purist would object this statement, but purists...
Hi Alberto, Thanks so much for the mini lesson. That was what I was looking for. Mark On Aug 13, 2004, at 11:09 PM, ~~~~~~~THE HOBBYIST~~~~~~~ wrote: ciao Mark...