I have a code that get a record on table using xsl since my fields are dynamic I dont have the exact name of the field, Intead of the field name I'm thinking if I can use the index of the table to get the record My sample code How can I change the field name into index field? Thanks
vanhawk
Posts
-
Can I use the index on XSL to get the record -
Need Helpthanks for the idea
-
Remove confirmation msg on window.closeI'm using the IE7 browser,I use the window.close to close the browser. Below is my sample code strscript = " { window.opener=top;window.close();}" Me.ClientScript.RegisterStartupScript(Me.GetType(), "closescript", strscript) How can i remove the confirmation message on IE7? Any idea or suggetion Thanks
-
Need HelpIt is possible to use the [CTRL + W] on the code to close the window or browser? If possible can i have a sample code. Thanks and Regards
-
Help on CSSThe design of the page work properly on IE7 operating system Windows XP, but on IE7 operating system Windows Vista the CSS did not work properly. Till now I'm still thinking that we the same code and the same IE browser which is IE7 the only diffirence is the Operating System.
-
Help on CSSWe developed a website using .Net 2.0, we run the system on IE7 operating system Windows XP, we use the CSS to format the style of the text, it look fine. But when we run the website on IE7 operating system windows vista the CSS format did not take effect on the text. Is there any bugs on Windows Vista
-
question on MS_POSITIONINGThank you very much for the information
-
question on MS_POSITIONINGthaks for the reply, what will be the effect of this MS_POSITIONING on the page if the 1.1 version was converted to 2.0
-
question on MS_POSITIONINGthanks for the reply, actually the system are already converted from 1.1 to 2.0 but the MS_POSITIONING attribute reflect an error on HTML code, all i need to know, if the MS_POSITIONING is still supported on 2.0 version of .Net or any attribute that replace the function of MS_POSITIONING
-
question on MS_POSITIONINGIs the MS_POSITIONING attribute still exists in the .Net 2.0 Thanks and Regards
-
View sourse disabled !!!It cannot be disabled but the left click command can be disabled using javascirpt
-
Problem with "document.getElementById()"I think this is the right syntax var txt=(document.getElementById("txtAddress").value);
-
Need help: Any one who are expert on IE7thanks for the reply, is there any javascript that can close the browser of IE7?
-
Need help: Any one who are expert on IE7thanks for the reply, any sample code that i can use in asp.net code behind vb.net, just to close the browser because my problem is that IE7 has the capability of multi tab on one browser when if i login on one page and logoff that page then use the URL to navigate that page again, im already login to that page again without passing thru the login page
-
Need help: Any one who are expert on IE7It is possible to close the browse on IE7?
-
Need help:Session.Abandon don't work in IE7I have a login page, IE7 has a capability of multi tab in one browser when the user log off on page site, then open again the same site on that same browser it did not under go to login page, the user already log in. How can i ended the session so that the user will redirect again to login page? Thanks Vanhawk
-
mixing the javascript code to .netjust a follow-up on my previous post, I use the javascript command, window.close to close the window of the site, and also i need to dispose the session using the session.abandon. the problem is that there is a confirmation windows upon closing the site, how can i use the client side render confirmation to trigger the command to dispose the session on the server side
-
javascript:window.close()we use the code javascript:window.close() to close the browser in IE 6 we try to use the same code IE 7 and i have 2 different site opened in one browser one site has a login page and i try to log out that page. there is another tab that was open then i try to go back to the page i already log out, when i click the page on the url it open again without going to login page. anyway thanks for the advised i will try to use the command session.abandon
-
javascript:window.close()Thanks for the reply but, I have to rephrase or change my question. In IE 7 it has a new feature to have a multi-tab on the browser, is there in any command when the user log off on the page it will closed the browser not only the particular tab.
-
javascript:window.close()Does the javascript:window.close() closed the session. I'm using IE 6.3 when I used this command it redirect to the home page and I'm already log on to that page