G
Guest
Hello ,
When I run my application in Visual Studion everthing works ok.
But when I publish to our web server i get the error
Compiler Error Message: CS0030
I am trying to open a popUP window with the following code
<a href="javascript:OpenCalendar('<%= txtBedpAdmissionDate.ClientID %>',
true)">
----------------------------------------------------------
function OpenCalendar(idname, postBack)
{
popUp = window.open('Calendar.aspx','Calendar',
'width=235,height=278,left=200,top=250');
}
When I run my application in Visual Studion everthing works ok.
But when I publish to our web server i get the error
Compiler Error Message: CS0030
I am trying to open a popUP window with the following code
<a href="javascript:OpenCalendar('<%= txtBedpAdmissionDate.ClientID %>',
true)">
----------------------------------------------------------
function OpenCalendar(idname, postBack)
{
popUp = window.open('Calendar.aspx','Calendar',
'width=235,height=278,left=200,top=250');
}