Asp page submit error
-
Hi I am getting a javascript error when i am trying to submit an asp page. For this i used the following javascript code.
function fnRefresh()
{
document.forms("__aspnetForm").submit();
}And used the following VB.Net code to call this.
Me.RegisterStartupScript("postback", " fnRefresh(); ")
This will submit the page. But before submitting, the explorer will show an yellow color warning left bottom of the explorer and before i am clicking on it to read it will change to done. I am using internet explorer 6
Gg
-
Hi I am getting a javascript error when i am trying to submit an asp page. For this i used the following javascript code.
function fnRefresh()
{
document.forms("__aspnetForm").submit();
}And used the following VB.Net code to call this.
Me.RegisterStartupScript("postback", " fnRefresh(); ")
This will submit the page. But before submitting, the explorer will show an yellow color warning left bottom of the explorer and before i am clicking on it to read it will change to done. I am using internet explorer 6
Gg