The buttons are not able to get focus if we set tabindex on safari. While googling i got few settings to be done in Safari browser. But this we can't tell the user to do. So anyone please help me to do it through coding. Thanks
bhavna4321
Posts
-
tabindex on buttons of safari browser. -
could not access hiddenfieldyes but could not get in code file.
-
could not access hiddenfieldi have a control in javascript on click of a button i am function menuclicked() { if (myname == 'aruna') { document.getElementById("<%=h1.ClientID%>").value="hidden"; alert(document.getElementById("<%=h1.ClientID%>").value); } } on code file i am accessing the hidden field as if (!IsPostBack) { str =h1.Value ; } but i am getting the value as null. Can anyone please help me with this.
-
how to access hiddenfield in usercontrol which is there in master page.document.getElementById("<%=Page.Master.FindControl("h1").ClientID%>").value="dirty"; not working on usercontrol
-
how to access hiddenfield in usercontrol which is there in master page.in javascript it is document.getElementById(<%=h1.ClientID%>).value; it is giving me error. Can anyone please let me know how to access this .
-
stick footer at the bottom of the pagei am able to stick footer at the bottom of the page in IE . But in firefox and safari i am not able to do. The matter does not overlap but it comes up when the matter is less. So it is not sticking to the bottom.Can anyone please help me this. Here is the code. <body><form id="formMasterPage" runat="server"> <div id="container"> <div id="content"> <div id="header"</div> <div id="body"></div> </div></div> <div id="footer"></div></form> the css is... html,body { margin: 0; padding: 0; height: 100%; } #header { padding-left: 7px; padding-right: 7px; padding-top: 7px; } #body {margin: 0; height: 98%; padding-left: 10px; padding-right: 10px; padding-bottom: 20px; /* Height of the footer */ } #footer { margin-top:-20px; position: relative; bottom: 0; width: 100%; &nbs
-
How to make background image visible in ie6its visible in all the browsers except below ie7. :rose:
-
Folder select dialogif not now please help me out early next morning so that i can solve it at today night at least. i am trying out in javascripting too but in vain function function1() { var fso = new ActiveXObject("Scripting.FileSystemObject"); var parentFolder = fso.GetFolder('c:\\'); }
-
Folder select dialogyes i want it on my site. i had used FolderBrowserDialog . But it gives error like System.Windows.Forms.FolderBrowserDialog m_obBrowser = new System.Windows.Forms.FolderBrowserDialog(); m_obBrowser.ShowDialog(); urrent thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. This exception is only raised if a debugger is attached to the process.
-
Folder select dialoghow to get folder select dialog box .
-
file upload controlon click of a button i want to call open file upload dialog box. THE FILEUPLOAD Control should not be visible . It should be created at run time on click of a button.
-
user control on webformhow ???
-
user control on webformi have devexpress ASPxMenu control on my form and also other controls like textbox,button etc. If the user changes the text in the textbox and clicks the menu control i would like to prompt the user through javascript or server side coding that he has not saved his changes and moving on to other form. I tried with ajax update panel but that update panel use to get postback on textchanged event of textbox .So if I change textbox contents and press save button then it use to postback the form without the code for click of button getting executed. Can this be done through javascripting?
-
wpf + asp.net3.5i have an asp.net website. I am also having a wpf application. I had published the wpf application and has a url which can be directly opened from ie explorer when pasted on its url window. now how can i open this wpf window from website in the same window. i have been trying to do it through response.redirect but could not do it.
-
[Message Deleted]if the application is xbap application which has been published and has its url . Can it be done the same way . If not then how?
-
[Message Deleted][Message Deleted]
-
wpfhow to close a wpf application.
-
Website + wpf applicationi have an asp.net application which is a website. Now from aspx pages i want to redirect the user to wpf application in the same window. How can this be done . :laugh:
-
WPF +WCFno we have to take CollectionDataContract attribute and then how to do it i am not getting.
-
WPF +WCFi want to serialize the collection class in wcf to be sent to wpf application and used there. i am adding CollectionDataContract attribute to the class and DataMember attribute to the method but not getting the result. Can one give me some link where i can get the exact procedure .