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...
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, 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, 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, ... 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 ...
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...
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...
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...
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...
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...
*** 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...
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...
Hi Friends, I have compiled and run the following program. I see the exception: "Operation failed: javax.naming.directory.NoSuchAttributeException: [LDAP:...
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...
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@...
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...
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...
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, 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 ...
... 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...
Hello, I have a strange problem with argument passing and form object handling. Consider this code : function RollBanners() { var hrefs = new Array("pg1ap- ...
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...
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...
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...
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...
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...
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...