HI WELCOME TO KANSIRIS
Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

how to redirect one url to another with javascript

Leave a Comment
You can redirect a web page to another page in a number of ways including server-side redirects, HTML meta refresh redirects andJavaScript redirects. In this tutorial, we will demonstrate how you can easily redirect a page using JavaScript by giving examples for various scenarios. Before we move on to our examples though, let’s briefly mention about the importance of using such redirects responsibly and only when you really have to. Interruptive or unexpected web page redirects are considered to be very annoying from the.

write a custom reusable function to populate a dropdownlist

Leave a Comment
Write a custom function in c-sharp. The custom function parameters should be an instance of a dropdownlist, an xml file and a string. 1. The function should be capabale of populating the passed in dropdownlist.2. The first item in the dropdownlist should be the passed in string parameter.3. The data for the dropdownlist comes from the passed in XML file.The idea is to create a custom function which can be reused through out the project for populating any dropdownlist on any web page. You have 20 minutes.