Tag Archives: JavaScript
Retrieve Values From Querystring on Client-Side
Above code can be used to retrieve values from Querystring on the client-side i.e. via JavaScript. Use queryString function to retrieve a value. e.g.
Posted in Technology
Tagged Client-Side Querystring Retrieval, JavaScript, Querystring
Leave a comment
window.print not working in firefox
Recently I was implementing a functionality where we upload a file to server, retrieve its data then show summary based on it. I was showing this summary in a panel with a print button. This print button uses JavaScript function … Continue reading