How can I get query sting value to HTML?
-
Hi In my application I got a desperate situation to use a query string value in to HTML(Source Page) not in .CS page. Is it possible to do? If possible,How? Suggest me an example.
Thank u Chandu
I think you want to say in the javasipt CALL THIS FUNCTION where yo want to query string function getParams() { var index = document.URL.indexOf('?'); var params = new Array(); if ( index != -1 ) { var nameValuePairs =document.URL.substring(index+1,document.URL.lengt h).split('&'); for ( var i=0; iThanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
Hi In my application I got a desperate situation to use a query string value in to HTML(Source Page) not in .CS page. Is it possible to do? If possible,How? Suggest me an example.
Thank u Chandu
-
Hi In my application I got a desperate situation to use a query string value in to HTML(Source Page) not in .CS page. Is it possible to do? If possible,How? Suggest me an example.
Thank u Chandu
I have shared a small review on Request.QueryString Library in Javascript Andrew here. Check out the same here. http://www.dotnetspider.com/kb/Article3196.aspx[^] You can download the script from here: http://andrewu.co.uk/tools/request/[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips