Hi bros, I want to close the calling page itself.Not the pop up page. just like "this.close()" in windows applications.I just used only Close() in one java script method.and the pop up coming is not a new page , its like a messagebox. With warm regards.
Denver Thomas
Posts
-
javascript close page -
javascript close pageHi , I used "close();" method to close an aspx page.Nut when it is executing one warning message "the webpage you are viewing is trying to close the window" pop ups.How to disable this pop up ? With Warm regards
-
javascript on ie8Thanks a ton bro, It is working now :)
-
javascript on ie8Thanks for reply :) function DoAction(action) { switch(action) { case "first": RSExecute(url,"SlideViewer_DoAction","first",DoActionSuccess,DoActionFail); break; case "previous": if(SlideIndex > 0) { RSExecute(url,"SlideViewer_DoAction","previous",DoActionSuccess,DoActionFail); } break; case "next": if(SlideIndex < SlideViewer.Slides.length-1) { RSExecute(url,"SlideViewer_DoAction","next",DoActionSuccess,DoActionFail); } break; } } Here is the code
-
javascript on ie8THANKS FOR THE RESPONSE , HERE IS THE CODE button onclick="DoAction('first')" name="navbtn" id="btnfirst" class="button IT IS A SLIDE VIEWER , BUTTON IS USED TO CHANGE THE "src "OF AN IFRAME.IT WORKS FINE WITH IE-7 , BUT POST BACK IS HAPPENING IN IE-8.I DONT KNOW WHY WITH WARM REGARDS
-
javascript on ie8Hi , There is an issue of ie8 on JavaScript.When I call a button click on ie8 , postback is occuring.It is working fine with ie7.How to prevent it from happening a postback With Warm regards.
-
javascript on ie8Hi , There is an issue of ie8 on JavaScript.When I call a button click on ie8 , postback is occuring.It is working fine with ie7.How to prevent it from happening a postback With Warm regards.
-
hi how to create a new blank row in datagridviewHi friends How to create a new blank row in a datagridview when we enter into the last row of a datagridview control ?.It is there in datagrid but not in datagridview control :( with warm regards
-
hi please help mesorry bro. yeah I googled it :) ...have a gr8 day ahead :)
-
hi please help mehi friends , is there any free third party grids for editing rows n columns perfectly in FW 3.5. ? :) with warm regards :omg:
-
HiHi friends , I am supposed to do a windows application using nHibernate.Any one know about the advantages and disadvantages of using nHibernate ?.Whether transation is supported by nHibernate ?.Also please tell me whether there any tools for creating class and mapping . With warm regards :-D
-
How to make a context menu to JQGrid ?hi friends , How to make a context menu to JQGrid ? :sigh: .Could you please help me ? With Warm regards. dyno.
-
how to disable multi select of checkbox in listview ?Hi , Is there any way to disable multi select of checkbox in a list view ?.ie one should be able to check only one row at a time. With warm regards :laugh:
-
Hi how to copy a SQL server database to mySQL databaseHi , I need to create a tool to copy SQl server database into a mysql database.Could you please help me to get an idea of this ?.Do I need to use transaction?.How to avoid foreigh key conflicts ? with warm regards. :|
-
hi friends how to install SQL express in silent mode with parametersHi friends :-O Would u please help me to install SQL Express 2005 in silent mode....with necessary parameters ? With warm regards Dyno
-
hi how to start a windows form as hidden ?Hi friends I am just a beginner , How to run a windows form in hidden mode ? with warm regards dyno
-
flicker free drawing....thanxx a ton my friend
-
flicker free drawing....hi friends , I had a project to draw on a panel..I used draw line method and draw rectangle method to for drawing.It was on 2003.I converted it into 2005.But now it is showing high flickering.Is there any way to avoid flickering ? with warm regards Dyno :) :suss::cool:
-
Comboobx pulldown problemBrother , Thanxxxxx a lot for your reply.The same code I used in my project.Yaa but the problem was with frame work.I converted project in to VS 2005.It is working fine there.Also conversion cleared a lots of unhandled exceptions in my project.Once again thanxx for your reply...Take care
-
Comboobx pulldown problemHi friends , I am using visual studio 2003.In my project I have a combobox populated directly from a dataset using 'displaymember' and 'valuemember' properties.But sometimes my combobox is hanging ie , it can be selected with scroll of mouse but pulldown is not working.Any way to correct this issue friends ? with warm regards