Welcome to Laser Pointer Forums - discuss green laser pointers, blue laser pointers, and all types of lasers

LPF Donation via Stripe | LPF Donation - Other Methods

Links below open in new window

ArcticMyst Security by Avery

Need HTML Expert

Joined
Sep 28, 2007
Messages
1,520
Points
0
I am working on HTML email signature for work and so far the email works perfectly. I actually supprised myself, I never knew I had that much HTML knowlege to code it from scratch.

Anyway, there are at least 20 computers that will need the signatures on the which will mean I have to update every computer one by one when they need to be changed.

Is there some way I can make a HTML form type thing that I can select the info I want from drop down menus and click a submit button which will generate the script I need so I can just copy and paste?
 





Joined
Jan 24, 2008
Messages
375
Points
0
I had to do this once, I simply made the signature a jpeg, so all that whas in the html signature body was the image src and positioning. The image was hosted on our webserver, whenever the image was updated on the webserver, hey presto, it updates everyone :)
 
Joined
Sep 28, 2007
Messages
1,520
Points
0
nvmextc said:
I had to do this once, I simply made the signature a jpeg, so all that whas in the html signature body was the image src and positioning. The image was hosted on our webserver, whenever the image was updated on the webserver, hey presto, it updates everyone  :)

You know, thats acctually a really good idea.
 
Joined
Jan 19, 2009
Messages
3
Points
0
I could script something for you to easily update the text of the signature with.

Send me a PM if you're interested.

As for updating each signature manaually, couldn't you just use an iframe?
Are the signatures different?

Code:
<iframe src='MySignature.html' width="500" height="500"></iframe>
 




Top