Tag Archives: Current Date

Don’t Just Send Campaigns – Deliver!

Article by Onlineoutbox Email marketing can be a waste of time and resources if you’re not getting the highest delivery rate and response rate possible. While we at Online Outbox take care of the geeky aspect to facilitate your goals, there are still a couple things you can do that might help to increase the … Continue reading

What is the html code for a default date?

I know that asp is response.write but what is simple html code to insert the default date, say into a text field on a form? HTML is static. You cannot have it insert dynamic content (ie: the current date). You’d need to use a server-side language like ASP or PHP or something on the client-side … Continue reading