472,141 Members | 1,218 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,141 software developers and data experts.

focus popups

18
I having a problem with my popup calendar. What I would like to do is focus on a particular textbox after a date is selected and right now it's not doing that. Does anyone have any idea how to do it? here's the code...

Dim popupScript As String = "<script language='javascript'>" & _
"window.open('calendar.aspx?formname=frmFireworksP ermitApp.txtdisplaydate', 'calendar', " & _
"'width = 300, height = 200, menubar = no, resizable=yes, scroll=auto');my_window.focus()" & _
"</script>"

Private Sub btncal1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btncal1.Click
Page.RegisterStartupScript("PopUPScript", popupScript)

End Sub
Sep 14 '07 #1
2 927
I having a problem with my popup calendar. What I would like to do is focus on a particular textbox after a date is selected and right now it's not doing that. Does anyone have any idea how to do it? here's the code...

Dim popupScript As String = "<script language='javascript'>" & _
"window.open('calendar.aspx?formname=frmFireworksP ermitApp.txtdisplaydate', 'calendar', " & _
"'width = 300, height = 200, menubar = no, resizable=yes, scroll=auto');my_window.focus()" & _
"</script>"

Private Sub btncal1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btncal1.Click
Page.RegisterStartupScript("PopUPScript", popupScript)

End Sub
Did you mean to post this in another forum?
Sep 14 '07 #2
dhoward
18
I didn't know if I was suppose to submit it to vb.net or javascript because both are used.
Sep 14 '07 #3

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

52 posts views Thread by Harlan Messinger | last post: by
31 posts views Thread by Benno Bös | last post: by
2 posts views Thread by Moist | last post: by
2 posts views Thread by Tom Szabo | last post: by
11 posts views Thread by Alex.Svetos | last post: by
2 posts views Thread by dhoward | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.