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:" +...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.