Wetoddz - wetoddz.com - We Toddz
General Information:
Latest News:
Javascript: Attach Functions to Events 16 May 2009 | 08:05 pm
This allows you to connect events in the browser to javascript functions. window.attachEvent("onload", yourFunctionName(Var1, var2));
Javascript: Attach Functions to Events 14 May 2009 | 12:05 pm
This allows you to connect events in the browser to javascript functions. window.attachEvent("onload", yourFunctionName(Var1, var2));
SQL Statement Cross Server Call 25 Nov 2008 | 10:33 pm
Declare @sqltxt nvarchar(500) Set @sqltxt = 'UPDATE DatabaseName.dbo.Table SET Active = 0 WHERE Active = 1 --print (@sqltxt ) exec Server.master.dbo.sp_exec...
SQL Statement Cross Server Call 25 Nov 2008 | 03:33 pm
Declare @sqltxt nvarchar(500) Set @sqltxt = 'UPDATE DatabaseName.dbo.Table SET Active = 0 WHERE Active = 1 --print (@sqltxt ) exec Server.master.dbo.sp_executeS...
Clear input element in Javascript 21 Nov 2008 | 02:52 pm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Conten...
Clear input element in Javascript 21 Nov 2008 | 07:52 am
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Conten...
Disable a page or form 6 Nov 2008 | 11:28 am
Code to disable a page or form <html> <head> </head> <body onload="document.form1.disabled = true;"> <form name="form1" id="form1"> asdf<a href="http://www.webceo.com/">asdf </a> </form> </bod...
Disable a page or form 6 Nov 2008 | 04:28 am
Code to disable a page or form <html> <head> </head> <body onload="document.form1.disabled = true;"> <form name="form1" id="form1"> asdf<a href="http://www.webceo.com/">asdf </a> </form> </bod...
Jewish and Chinese Pilots 26 Aug 2008 | 07:09 am
A plane leaves Los Angeles airport under the control of a Jewish captain. His copilot is Chinese. It's the first time they've flown together, and an awkward silence between the two seems to in...
Jewish and Chinese Pilots 26 Aug 2008 | 01:09 am
A plane leaves Los Angeles airport under the control of a Jewish captain. His copilot is Chinese. It's the first time they've flown together, and an awkward silence between the two seems to indicate a...