Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 20257 - 20286 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20257
Hello Friends, What is the code for password??Only if password is right somebody should enter! thanks in advance, Feroze...
D.Feroze Naina Mohamed
funnyferoze
Offline Send Email
Aug 3, 2004
1:19 am
20258
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...
JoAnn Schlosser
jojo_super77
Offline Send Email
Aug 3, 2004
12:26 pm
20259
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. ... ...
Michael Hall
bsmbahamas
Offline Send Email
Aug 4, 2004
4:32 pm
20260
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...
Michael Hall
bsmbahamas
Offline Send Email
Aug 4, 2004
4:32 pm
20261
can anyone tell me where I can find a really easy and free php tutorial? Preferably one that you learned from yourself and felt was easy...
Michael Hall
bsmbahamas
Offline Send Email
Aug 4, 2004
4:32 pm
20262
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...
Michael Hall
bsmbahamas
Offline Send Email
Aug 4, 2004
4:33 pm
20263
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...
Michael Hall
bsmbahamas
Offline Send Email
Aug 4, 2004
4:34 pm
20264
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@...>...
Richard Rehll
rich54110
Online Now Send Email
Aug 4, 2004
9:56 pm
20265
There is 2 tutorials that I have uploaded to my site: http://www.toxic-hellfire.com/phptut/php_manual_en.html.gz ...
Eddie
eddie_2000_65
Offline Send Email
Aug 5, 2004
4:03 am
20266
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...
Willjohn
jurk_20
Offline Send Email
Aug 5, 2004
4:30 am
20267
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) ...
~~~~~~~THE HOBBYIST~~...
vallinis
Offline Send Email
Aug 5, 2004
2:40 pm
20268
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...
Marty Woodcock
mrwoodcock5
Offline Send Email
Aug 5, 2004
8:38 pm
20269
... ? 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...
Hassan Schroeder
laughingandj...
Offline Send Email
Aug 5, 2004
9:11 pm
20270
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...
Michael Hall
bsmbahamas
Offline Send Email
Aug 6, 2004
2:13 am
20271
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)...
Michael Hall
bsmbahamas
Offline Send Email
Aug 6, 2004
2:13 am
20272
http://www.w3schools.com/css/pr_class_cursor.asp JoAnn Schlosser Web Consultant ASI Consulting Advanced Solutions International, Inc. Alexandria, VA Office:...
JoAnn Schlosser
jojo_super77
Offline Send Email
Aug 6, 2004
1:54 pm
20273
Dear Sisters and brothers, I have been getting the remote computer name of visitor (IP address) as 166.121.36.7, 212.140.152.254, 62.215.3.46 etc...
Khaleel Deli
khaleeldeli
Offline Send Email
Aug 11, 2004
11:20 pm
20274
Dear sisters and brothers, I have been getting hundreds of remote computer name of visitor (IP address) as 166.121.36.7, 212.140.152.254,...
Khaleel Deli
khaleeldeli
Offline Send Email
Aug 11, 2004
11:20 pm
20275
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...
raynonym
Offline Send Email
Aug 11, 2004
11:21 pm
20276
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...
Mark Wheeler
musicarr34
Offline Send Email
Aug 12, 2004
8:23 am
20277
Mark, ... You need to use the Style object. theImg = document.images['pgbar']; // theImg = document.getElementById('pgbar'); would be better ...
Roger Roelofs
rogerroelofs
Offline Send Email
Aug 12, 2004
11:56 am
20278
Hi, Thanks for the info. I gave it a try but still no go. When I click on the buttons, nothing happens. Any ideas? Thanks, Mark...
musicarr34
Offline Send Email
Aug 12, 2004
9:05 pm
20279
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...
Willjohn
jurk_20
Offline Send Email
Aug 13, 2004
4:26 am
20280
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...
Dean Householder
ahyrpe
Offline Send Email
Aug 13, 2004
6:52 pm
20281
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...
~~~~~~~THE HOBBYIST~~...
vallinis
Offline Send Email
Aug 13, 2004
7:33 pm
20282
Alternatively, you may want to try using this version, but with it you'd NOT allow resizing the image to zero: <html> <head> <style type="text/css"...
~~~~~~~THE HOBBYIST~~...
vallinis
Offline Send Email
Aug 13, 2004
7:52 pm
20283
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...
~~~~~~~THE HOBBYIST~~...
vallinis
Offline Send Email
Aug 13, 2004
8:00 pm
20284
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...
Mark Wheeler
musicarr34
Offline Send Email
Aug 13, 2004
11:09 pm
20285
ciao Mark document.getElementById("anId_here") basically grabs all the properties that belong to a tag (a purist would object this statement, but purists...
~~~~~~~THE HOBBYIST~~...
vallinis
Offline Send Email
Aug 14, 2004
6:09 am
20286
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...
Mark Wheeler
musicarr34
Offline Send Email
Aug 15, 2004
10:40 pm
Messages 20257 - 20286 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help