Hopefully someone can help me with this i dont seem to be able to find
a javascript - asp.net group.
im trying to creat a modal dialog box in asp.net using the following
Dim str_JavaPopup As String = "<script language" &
"='javascript'> window.showModa lDialog('frm_Mo reInfo.aspx?Pro ductImage="
& str_ImageName & "&ProductDe sc=" & str_Description & "','dialogWidth :
100px;dialogHei ght: 100px;center: yes;resize: no;status: no;help:
no');</Script>"
Me.Page.Registe rStartupScript( "Startup", str_JavaPopup)
the window opens fine but the window does not resize
is my code ok??
thanks in advance
a javascript - asp.net group.
im trying to creat a modal dialog box in asp.net using the following
Dim str_JavaPopup As String = "<script language" &
"='javascript'> window.showModa lDialog('frm_Mo reInfo.aspx?Pro ductImage="
& str_ImageName & "&ProductDe sc=" & str_Description & "','dialogWidth :
100px;dialogHei ght: 100px;center: yes;resize: no;status: no;help:
no');</Script>"
Me.Page.Registe rStartupScript( "Startup", str_JavaPopup)
the window opens fine but the window does not resize
is my code ok??
thanks in advance
Comment