We are constantly accelerating upwards and outwards from the Earth. I know, I can feel it.” Anon
A resource for web developers a code snippet library with step by step tutorials.

a resource for web developers...

       

Search Amazon

XHTML: Basics plus tutorial code snippet 6.

 

Up Up to XHTML: Basics plus overview page

 

 

Appending multiple data values to a hyperlink.

Using a hyperlink to pass multiple data values by appending the values to the link URI with a question mark (?) followed by the name and value pairs: a query string.

Pass multiple data values in the query string by separating the multiple data value pairs with the numeric entity value for the ampersand (&) special character: &.

 





Output view

 

 

Appending data to hyperlinks. Open the above example in a new window and view the format of the data values appended to the URI in the browser address bar.


View above example in a new window



Back to top

 

Bookmark and Share

 

Copyright © 2006-2010 justfigures.co.uk