Programmabilities Blog
2006-01-07
ASP .NET set focus to a control (javascript)
body onload="javascript:document.forms[0].txtFirst.focus();" And here is a list of all the variables for a Javascript popup window: http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/open_0.asp
Labels: asp, javascript, vb
VB: Regular Expressions
Regex.IsMatch("subject", "regex") ' Checks if the regular expression matches the subject string.Labels: vb







