Query string
A query string is information appended to the end of a page's URL.
The query string starts with the question mark (?).
It includes attribute-value pairs.
Using the querys strings, we can pass the information easily from one page to another.
Most browsers and client devices impose a 255-character limit on the length of the URL.
Example:
Response.Write("<script language='javascript'>window.open('Test.aspx?SBatchId=" + sBtchId + "','Preview','width=850,height=500,top=100,left=100,scrollbars=yes');</script >");
|
No responses found. Be the first to respond and make money from revenue sharing program.
|