|
-
Jun 27th, 2006, 02:06 PM
#1
Thread Starter
Junior Member
Javascript Issues
***for some reason when my Javascript fires it causes the objects on the page to change...the textboxes are a different size, the font changes & the grid also....this a sample of some of the code i'm using...
If txType.Text = "IntermittentFMLA" Or txType.Text = "FMLAMoreThan40" Then
If cbPaid.Checked = False And cbUnpaid.Checked = False And cbPartialPaid.Checked = False Then
Dim message As String = "Please select pay status!"
System.Web.HttpContext.Current.Response.Write("<SCRIPT LANGUAGE=""JavaScript"">" & vbCrLf)
System.Web.HttpContext.Current.Response.Write("alert(""" & message & """)" & vbCrLf)
System.Web.HttpContext.Current.Response.Write("</SCRIPT>")
cbPaid.Focus()
Exit Sub
End If
any advice!!!! help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|