asp to asp,net in firefox
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
i have a application in asp,in it there is a link for opening asp.net page. it works fine in IE.it open aspx page. but in case or firefox. it not calling aspx page. to calling aspx page from asp page,i write following code. Response.Write("<form name=t id=t action=http://localhost:3823/SalesTracking/visualreport/Default.aspx method=post >") Response.Write("</form>") Response.Write("<script>t.submit();</script>") what i have to do for firefox.so that i will work on firefox. can any one help me. thanks