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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18039 - 18068 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18039
Hey guys, I'm working on a cookie project. Right now, I have two prompts where a user enters a password and a username (the password doesn't have to be...
Swmfast85@...
l1l_b1onde
Offline Send Email
Jun 1, 2003
8:15 pm
18040
I have an interface that allows the user to drag a div around the screen (a magnifier to be precise). I thought I'd encapsulate the behavior into a javascript...
rogerroelofs
Offline Send Email
Jun 2, 2003
2:13 am
18041
How could I submit a password securely? I have a page with user and password fields. I want the password to be sent to the server secureley. How could I do...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Jun 2, 2003
3:33 pm
18042
You can't? You also need to buy a secure certificate from one of the certificate providers On 6/2/03 8:30 AM, "Leviaguirre Queral José Luis"...
John Magee
mageeje
Offline Send Email
Jun 2, 2003
3:34 pm
18043
... ? You answered your own question -- https. What is it about using SSL that's not clear? -- Hassan Schroeder -----------------------------...
Hassan Schroeder
laughingandj...
Offline Send Email
Jun 2, 2003
3:37 pm
18044
Run an MD5 HASH on the password before submitting it. This would require that you store your password on the server in Hashed format as well. Mike -- Mike...
Mike Brandonisio
xmbrandox
Offline Send Email
Jun 2, 2003
3:42 pm
18045
Hi Hassan, You mean that I just have to include the target page with the HTTPS on the submitting form? <form onSubmit='HTTPS://myurl.com/login.jsp'> I have...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Jun 2, 2003
3:50 pm
18046
... Yep :-) Obviously, your server has to be configured properly -- listening on port 443 for SSL connections. ... Depends. If this is a public e-commerce...
Hassan Schroeder
laughingandj...
Offline Send Email
Jun 2, 2003
4:06 pm
18047
That's still not "secure". Anyone w/a packet sniffer could then create a form to spoof the login process, since the data is still in clear text. The only true...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jun 2, 2003
4:39 pm
18048
Thanks Mike. I got the idea.- Jose.- ... De: Mike Brandonisio [mailto:mbrando@...] Enviado el: Lunes, 02 de Junio de 2003 10:41 a.m. Para:...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Jun 2, 2003
4:59 pm
18049
How do I implement HTTPS or where can I find information on this topic? Thanks Dan.- ... De: Dan G. Switzer, II [mailto:dswitzer@...] Enviado el: Lunes, 02...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Jun 2, 2003
5:06 pm
18050
Sorry for the OT post. Does anyone have recommendations for good java mailing lists? I'll take anything from beginner level all the way up. Thanks, Kevin...
Kevin Bridges
KBridges@...
Send Email
Jun 2, 2003
5:10 pm
18051
... You don't "implement" it, it's a feature of your webserver software. So your server documentation would be the place to look for info on setup and...
Hassan Schroeder
laughingandj...
Offline Send Email
Jun 2, 2003
5:14 pm
18052
advanced-servlets@yahoogroups.com jsp-interest@... servlet-interest@... ... De: Kevin Bridges [mailto:KBridges@...] Enviado...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Jun 2, 2003
5:15 pm
18053
Also SysCon's JDJ Mag has a list (like the CFDJ list) http://www.sys-con.com/fusetalk/ ... From: "Leviaguirre Queral José Luis" <JLEVIAGU@...> To:...
Stephen Moretti
cfdeveloperuk
Offline Send Email
Jun 3, 2003
9:11 am
18054
Hi, I am still working on a photo album where I am dynamically generating a thumbnail overview of the available pictures. The thumbnails are in a frame called:...
rogue2fighter
Offline Send Email
Jun 3, 2003
10:31 am
18055
Hi, I'm wondering if someone can preview a page that has an error on a specific line please. I cant see any errors to be honest. If anyone would like to...
Peter Laws
da_hunkymale...
Offline Send Email
Jun 3, 2003
10:50 am
18056
RF, ... That above line should be: <a href='javascript:addpicture(\""+bigpics_array[loop]+"\")' target='_pictures'> The problem is generated from the fact that...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jun 3, 2003
12:58 pm
18057
Peter, ... Post your URL and someone is bound to help. Stephen...
Stephen Moretti
cfdeveloperuk
Offline Send Email
Jun 3, 2003
2:34 pm
18058
What Dan is saying is correct, of course, but I suspect you may have a bigger problem. You are looping, creating a series of <a> links with small pictures in...
David Smart
smartware_co...
Offline Send Email
Jun 3, 2003
2:51 pm
18059
I will look at it Peter Laws <peter.laws@...> wrote:Hi, I'm wondering if someone can preview a page that has an error on a specific line please. I cant...
Free Roulette Systems
AIhacker
Offline Send Email
Jun 3, 2003
4:05 pm
18060
Hello , Ok heres the link, I gave 2, the first works as I do not need to add a table/row. The first one: (no errors) ...
Peter Laws
da_hunkymale...
Offline Send Email
Jun 3, 2003
4:29 pm
18061
Just use window.open ... Date: Thu, 29 May 2003 04:19:24 -0000 From: "munyow99" <myyap@...> Subject: showModalDialog for Netscape Navigator Hi all, I...
Kenneth Bull
kenneth_bull
Online Now Send Email
Jun 3, 2003
4:38 pm
18062
<DIV style="overflow:auto;"><NOBR> <script language="JavaScript"> for (var loop=0; loop < smallpics_array.length; loop++) { document.writeln("<a...
Kenneth Bull
kenneth_bull
Online Now Send Email
Jun 3, 2003
4:57 pm
18063
does this look familiar? .//////////////////////////////////////// params is not defined. JavaScript Error: ...
savan.thongvanh@...
dsmwebguy
Offline Send Email
Jun 3, 2003
5:13 pm
18064
Hi, Everybody thanks for your help! I solved it as follows: in the thumbnail.html (loaded in the thumbnails frame): function addpicture(url) { ...
Remco Gerrets
rogue2fighter
Offline Send Email
Jun 3, 2003
6:24 pm
18065
try writing it over using the single quotes outside and the double qoutes inside....look for example document.writeln('<a href="'+ mylink ...
Garvin Casimir
khing2
Offline Send Email
Jun 3, 2003
7:18 pm
18066
post the link and we all will look at it... ... ===== HTTP://SILASCO.PORT5.COM/TONES/ __________________________________ Do you Yahoo!? Yahoo! Calendar - Free...
Garvin Casimir
khing2
Offline Send Email
Jun 3, 2003
7:19 pm
18067
Try this: function dumpHTML() { var dmpdoc=window.open("about:blank", "_blank").document; dmpdoc.open("text/plain"); dmpdoc.write(document.all[0].outerHTML);...
Kenneth Bull
kenneth_bull
Online Now Send Email
Jun 3, 2003
8:33 pm
18068
window.open doesn't do modal windows ... Here's an older article from Danny Goodman: http://developer.netscape.com/viewsource/goodman_modal/goodman_modal.html ...
Kevin Bridges
KBridges@...
Send Email
Jun 3, 2003
8:45 pm
Messages 18039 - 18068 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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