saprouzy Posted July 14, 2005 Posted July 14, 2005 (edited) What would this do?!?MsgBox "Happy Birthday Indigo2005"hehe i accidently saw Indigo's name on "today's bday list"(i know he checks this forum since he was the first to try helping me on my first post ) Edited July 14, 2005 by saprouzy
gunsmokingman Posted July 14, 2005 Posted July 14, 2005 Save This As HappyBirthday.vbsThe Blue Text Change The Number To Match The Person AgeGreen Text Is The Messages In The ScriptSet objExplorer = CreateObject _ ("InternetExplorer.Application")objExplorer.Navigate "about:blank" objExplorer.ToolBar = 0objExplorer.StatusBar = 0objExplorer.Left = 400objExplorer.Top = 200objExplorer.Width = 400objExplorer.Height = 150 objExplorer.Visible = 1 Inta = IntaDoInta = inta + 1objExplorer.Document.Title = "Logon script in progress"objExplorer.Document.Body.InnerHTML = "<Center><Table Height=""24"" BGcolor=""c1c1c1"" ><TD Bgcolor=""#00f2f2"">" &_"<Font Size=""5"" Color=""Blue"">Some One Is This Old Today </td></Table>" &_"<Center><Table Height=""24"" BGcolor=""c1c1c1"" ><td Width=""80"" BGcolor=""#00A070"">"&_"<Font Size=""5"" Color=""#002090""><Center> " & INTA & " </FONT> </td></table>" WScript.Sleep 50Loop Until Inta = 100objExplorer.Document.Body.InnerHTML = "<Center><table><TD Width=""305"" Bgcolor=""ededed"">" &_"<Font Size=""6"" Color=""Red""><Center>Indigo2005<Center><table>" &_ "<TD Width=""305"" Bgcolor=""ededed""><Font Size=""6"" Color=""green""><Center>Enjoy Your Day!"WScript.Sleep 3150objExplorer.quit
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now