M
Marty
Hi,
I am using Internet Explorer 6.0 and I have a piece code which pops up
a new charges window whilst redirecting to a different page on the
underlying aspx screen.
However when my new pop up window appears it suddenly minimises itself.
The code seems fine, but here it is just in case anyone can spot
anything.
Dim url As String = "../Charges/Charges.aspx?LicenceID=" & licenceId
'& "&readOnlyStatus=" & readOnlyStatus
Dim urlShowLicence As String =
"ShowTbl_LicencesRecord.aspx?Tbl_Licences=" & licenceId
RegisterClientScriptBlock("SHOWCHARGES", "<script
language=javascript>window.open('" + url +
"','Charges','width=940,height=600');window.navigate('" +
urlShowLicence + "');</script>")
Are there any settings in my IE6 that I should be checking?
Any info. would be much appreciated.
M.
I am using Internet Explorer 6.0 and I have a piece code which pops up
a new charges window whilst redirecting to a different page on the
underlying aspx screen.
However when my new pop up window appears it suddenly minimises itself.
The code seems fine, but here it is just in case anyone can spot
anything.
Dim url As String = "../Charges/Charges.aspx?LicenceID=" & licenceId
'& "&readOnlyStatus=" & readOnlyStatus
Dim urlShowLicence As String =
"ShowTbl_LicencesRecord.aspx?Tbl_Licences=" & licenceId
RegisterClientScriptBlock("SHOWCHARGES", "<script
language=javascript>window.open('" + url +
"','Charges','width=940,height=600');window.navigate('" +
urlShowLicence + "');</script>")
Are there any settings in my IE6 that I should be checking?
Any info. would be much appreciated.
M.