-
hi all, I have developed an tree view using xml and xsl . Now based on the node selection the document attached to the node will be displayed on the right pane and when I am deleting that particular node using javascript I got an "error like permission denied " as the xps document is opened...
-
hi all, function x() { path = "C:\Users\Desktop\albums\test"; var finalpath = path.replace(/\//g, "\\"); } It was working fine for all other characters other than \ to replace with \\ Any way to implement it..
-
Hi all, I want to save an xml file using javascript. and also is it possible to access the local file sytem using javascript. Here I am just trying to delete a node from xml file and save the xml file. function deleteNode() { var xmlDoc; var txt; var nodes; var c; var parents; xmlDoc = new ActiveXObject...
-
Thank you, Thankyou for your valuable reply.
-
Hi All How can I implement AdSense like API? To be more specific, I want to create an API for my client's website, in that I can give some JS code to third party websites, they can paste the code in their web sites, and I want to display some text and/or image. I tried something like this, but it...
-
Hi I have to take and save the date and time of Different US Regions. I have 3 different Types 1) My client Time 2) Server Time 3) DB Server Time. In DB i can take the GETUTCDATE() function to get the UTC time and Convert them to Client time during the Client request. But .. during the Day light saving...
-
hai I want to access the html control values(in a string format) by using the C# code. situation is ..I have a aspx page which contain an Iframe with load an html page contain controls. User fill the values in the controls and submit the page. by using javascript i am accessing the data into a hidden...
-
Hi All How can I access a method in code behind, which fills some controls, after displaying a Javascript confirmation(Now a JQuery dialog, with Yes / No buttons). How can I do that? I can't use PageMethods because, I need to access the controls in the Page. Please help
-
Even you can try something like... onClick="window.close()" should work ! Thanks, Vikram Pendse. Microsoft MVP http://pendsevikram.blogspot.com