Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Message or image
Message
 
To
22/12/2000 02:16:42
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00456195
Message ID:
00456304
Views:
19
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
Previous
Reply
Map
View

Click here to load this message in the networking platform