Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Message or image
Message
 
À
22/12/2000 02:16:42
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00456195
Message ID:
00456304
Vues:
23
Nicholas;

This may be an idea which you can use. It is in VB Script but can be changed to Java Script. Create a picture, add the text you want and use it as a default in case no picture is available. This is Client Side code by the way.

You should see my project at work. So far 75,000 lines of code and 45 forms and I am not finished yet.


Let me know if this is of any assistance as all too often ones requirements are a bit different than one might think.

Sub Window_OnLoad()
' If there is no signature load empty.jpg...
Dim sTeamMemberAssigned

sTeamMemberAssigned = "< %=oRS("TMAssignedSignature")% >"

if len(sTeamMemberAssigned) = O then
frmLineDetail.imgTeamMemberAssigned.src = "empty.jpg"
end if

End Sub

Tom
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform