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.
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 19478 - 19507 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19478
Dear Java Experts, I need to read the "user names and their passwords" from the "Active Directory Server". Can you send me the procedures and some sample codes...
Monoranjan Gorai
monoranjang
Offline Send Email
Dec 1, 2003
11:26 am
19479
I'm having a major brain fart here. I have a table cell that acts as a link: td.subMenu{font-family: Arial, Helvetica, sans-serif;font-size: 11px;color:...
Ric Aruffo
ric_aruffo
Online Now Send Email
Dec 2, 2003
2:04 am
19480
Ric, I'm assuming you want to set the src attribute of the iframe. theIFrame = document.getElementById("frameID"); theIframe.src = "blank.htm"; On an unrelated...
Roger Roelofs
rogerroelofs
Offline Send Email
Dec 2, 2003
4:22 am
19481
Roger, Thanks for the input. The css was being re-written as is the html. I got preoccupied with trying to figure out the mouseover/link that I didn't realize...
Ric Aruffo
ric_aruffo
Online Now Send Email
Dec 2, 2003
5:12 am
19482
ric, ... from the looks of the html you posted in a follow-up, i fail to see why using a link is not possible. you could eliminate *all* of the scripting ...
Jeff Howden
jeff_howden
Online Now Send Email
Dec 2, 2003
6:36 am
19483
Ric, the code I suggested earlier requires the iframe to have an id. but, you don't really need any code here. set the target (unless you are using xhtml...
Roger Roelofs
rogerroelofs
Offline Send Email
Dec 2, 2003
8:22 am
19484
Hey Jeff, I don't want to use an <A> tag in this situation because I do not want the text link "visually" treated as a normal hyperlink. I have other links on...
Ric Aruffo
ric_aruffo
Online Now Send Email
Dec 2, 2003
3:01 pm
19485
Hi everyone... I'm working on making my website as browser and platform friendly as my sanity allows. I'm still struggling with Safari and IE/Mac, although NS...
gacba
Offline Send Email
Dec 4, 2003
3:02 am
19486
Try using innerHTML instead. It's not W3C, but if all browsers with javascript/jscript/etc (that I know of) support it. ...
Kenneth Bull
kenneth_bull
Online Now Send Email
Dec 4, 2003
3:07 pm
19487
Is there a way check for a size of a file in a form field and throw a validation error if the size exceeds a defined max, say 750kb? Thanks, Mark...
Mark Leder
markleder
Offline Send Email
Dec 4, 2003
4:15 pm
19488
I was trying to think of a way that a user could put in a short list of websites and have it show up on a page. I was considering doing this using Cookies but...
davidkiersh
Offline Send Email
Dec 4, 2003
4:58 pm
19489
Mark, ... Not via straight HTML. The size of the file isn't determined until after the entire file is sent back via the HTTP POST operation. I'm pretty sure...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Dec 4, 2003
6:00 pm
19490
Thanks Dan - hope things are well. Thanks, Mark ... From: Dan G. Switzer, II [mailto:dswitzer@...] Sent: Thursday, December 04, 2003 1:03 PM To:...
Mark Leder
markleder
Offline Send Email
Dec 4, 2003
8:55 pm
19491
*** This is a one time only email.*** Hi everyone I am creating a team of web page designers and graphic designers to work on a part-time basis on small/medium...
Michael Hall
bsmbahamas
Offline Send Email
Dec 4, 2003
9:23 pm
19492
i can't think of another javascript solution. if server-side languages are an option and you're not interested in messing with a database, you could explore...
Carlos Mossman
spamcarloshere
Offline Send Email
Dec 4, 2003
11:14 pm
19493
Hi Friends, I have compiled and run the following program. I see the exception: "Operation failed: javax.naming.directory.NoSuchAttributeException: [LDAP:...
Monoranjan Gorai
monoranjang
Offline Send Email
Dec 5, 2003
11:12 am
19494
ha, Im very interested in messing with a database... just not at work. I plan on experimenting w/ databases in the next few months because it is essential to...
davidkiersh
Offline Send Email
Dec 5, 2003
3:21 pm
19495
Is there a way to execute a command on the client side with IE? I read once that there are some DLL that can do this kind of things. I am trying to execute a...
JLEVIAGU@...
Send Email
Dec 5, 2003
5:23 pm
19496
so, is that a "no" on the text file option? -c ... From: "davidkiersh" <davidkiersh@...> To: <JS-Jive@yahoogroups.com> Sent: Friday, December 05, 2003...
Carlos Mossman
spamcarloshere
Offline Send Email
Dec 5, 2003
5:42 pm
19497
not so sure yet. Id rather just do it with a cookie. I think I know how to do it either of the 2 ways..I was just seeing if there were other options out...
davidkiersh
Offline Send Email
Dec 5, 2003
6:10 pm
19498
In BASH and PERL you can go: echo <<EOF line 1 line 2 line 3 EOF and they all print out. In PHP, as far as I can see, you have to echo "line1"; echo "line2"; ...
Mario Chamorro
mariochamorro
Offline Send Email
Dec 6, 2003
12:52 am
19499
Mario, Go to php.net and type 'echo' into the function search box. You will find this example ... echo <<<END This uses the "here document" syntax to output ...
Roger Roelofs
rogerroelofs
Offline Send Email
Dec 6, 2003
2:41 am
19500
... I forgot all about that site. I was just using my Nutshell books. ... Silly me ... I didn't notice the _3_ arrows. I was using 2. ... That's true, but I'm...
Mario Chamorro
mariochamorro
Offline Send Email
Dec 6, 2003
3:24 am
19501
Hello, I have a strange problem with argument passing and form object handling. Consider this code : function RollBanners() { var hrefs = new Array("pg1ap- ...
drenzii
Offline Send Email
Dec 6, 2003
2:37 pm
19502
If it reports that something is not an object, it means the name do not match: that is, either the <form name=txtForm> has not been set as such (beware: case...
AV
vallinis
Offline Send Email
Dec 6, 2003
5:54 pm
19503
you're not wrapping quotes around the argument you're passing to SlTxt so you end up passing an object reference instead. either wrap the arg in quotes or...
Carlos Mossman
spamcarloshere
Offline Send Email
Dec 6, 2003
6:25 pm
19504
Most sites have a "printer friendly" button, you click on it, a page opens and you click print again and the printer friendly page prints out, you close the...
markismx
Offline Send Email
Dec 6, 2003
11:26 pm
19505
Most sites have a "printer friendly" button, you click on it, a page opens and you click print again and the printer friendly page prints out, you close the...
markismx
Offline Send Email
Dec 6, 2003
11:26 pm
19506
I two problems. I have a function that is supposed to select the appropriate option from a drop down menu(the menu is composed of the different US states). I...
ottocortez1
Offline Send Email
Dec 7, 2003
2:36 am
19507
Hallo post the function code, and a little bit of the html. onLoad should work fine, not even needed window.onload= the body tag should work fine so there must...
AV
vallinis
Offline Send Email
Dec 7, 2003
3:41 pm
Messages 19478 - 19507 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