Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tiger311

    vCard doesn't shows the picture

    Hello, I try to generate an Outlook vCard from my java applicaton. Everything works fine but the picture doesn't wants to appear on my Outlook vCard. I tried with the this code, but without any success: String vCard = "BEGIN:VCARD\n" + "VERSION:2.1\n" + "N:" +...
  2. tiger311

    Read photo LDAP Attribut as a String

    Hello, I need to write an application which read the value from active directory "photo" attribut.I have to get the value of this attribut. This value contains the path of the image file like: "http://myserver/cn=test\_ user_ou=users_ou=ham_ou=reu_dc=test-ad_dc=test.jpg" My code is: String...
  3. tiger311

    iFrame try to reach a parent iFrame with Javascript

    Hello, I have a .html link like this: <a href="#" onclick="return popup('myPage.html');">Link here</a> I have two frame on my page: <frameset rows="90%,10%" border="yes" frameborder="1"> <frame name="frame1" src="Content.html"/> <frame name="frame2" src="Footer.html"/> </frameset> In the...

Part and Inventory Search

Back
Top