Hello, Just Check in Console it Works
var str,i,counter="";
for (i = 5 ; i >= 1; i--) {
str =i+',';
console.log(str);
counter+=str;
}
console.log(counter.replace(/.$/,""));
//console.log(counter.substring(0,counter.length-1));
Hello, Just Check in Console it Works
var str,i,counter="";
for (i = 5 ; i >= 1; i--) {
str =i+',';
console.log(str);
counter+=str;
}
console.log(counter.replace(/.$/,""));
//console.log(counter.substring(0,counter.length-1));
Hello, Very nice question i'm also interested in Website Security Please follow the Below link that might be helpful. Hack Proof Your ASP.NET Application Part 3 (Cross Site Request Forgery)[^] http://www.asp.net/mvc/overview/security/xsrfcsrf-prevention-in-aspnet-mvc-and-web-pages[^] http://www.asp.net/web-api/overview/security/preventing-cross-site-request-forgery-%28csrf%29-attacks[^]
function OpenInNewTab() {
// window.open('http://w3schools.com', '_blank');
window.open('http://localhost:2319/test.aspx', '_blank');
};
test
Hello Syed Rehman, You can't do this because of Jquery Modal Popup is working on same Page and You can't Load the other Page inside Jquery Modal Popup I would like to suggest to use windows Size for Other Page that Look Like Popup Just check the Example.
// set this on OtherPage inside script.
<script type="text/javascript">
var size = [400, 300];
$(window).resize(function () {
window.resizeTo(size\[0\], size\[1\]);
});
</script>
//Now Set the Link on first page.
Open Other Page
Hello, Its Working then Please give vote as Upvote. Thank You.
Please follow the Link http://www.w3schools.com/js/default.asp
Hello, First of all add required JS and CSS of JQuery after that do the Following code.
<script src="js/jquery-1.10.2.js"></script>
<script src="js/jquery-ui-1.10.4.custom.min.js"></script>
function OpenDialog() {
$("#dialog-open").dialog({
modal: true,
buttons: {
Ok: function () {
$(this).dialog("close");
}
}
});
}
Hello Mr....I am working on displaying dialog using jquery on button click in asp.net.
Currently using **36% of your storage space**.
<input type="button" id="btnDialog" onclick="OpenDialog();"/>
Just Wellformed your html and Close your span tag that is not closed inside UL and Li. Use the Below Code
* [Home](#)
* [About](#)
* [Recipies](#)
* [Frosting](#)
* [Contact Us](#)
Hello Harry, Just Contact me on 11mca110@srimca.edu.in Thank You Regards, Anil Vaghasiya
Hello, Apache Cordova is good, now What you want to use and which is better for you that depends on You because of I don't know what kind of functionality you wanna achieve. Apache Cordova is totally based on (CLI)Command Line Interface and you have to make plugins and use build-in Plugins for developed Crossplatform Moblie Apps. Xamrin is also good beacuse of they integrated with Visual Studio so easy to use and Advantages of Xamrin that is Provide native UI, access to device features, and native performance coupled with the time-to-market advantages of code sharing and reuse.. Lonic thats offers a library of mobile optimized HTML, CSS and JS Components, gestures, and tools for building highly interactive apps. One of Other Crossplatform for Mobile Applicatoin that is DevXtreme and i have developed one cross platform Mobile application Using DevXtreme that is totally based on JS(Knockout,Angular) and also you can Import the PhoneGap Plugins.
Custom Validation is better for this kind of validation at clientside :)