Show Particular record in private window

hi

on my page it shows all the record available in database
i want that when i click on any particular record it shows that specific record in new private/window.

Example

record on my page is like


1 mohsin mustufa [email protected]


now i want that when i click on that record a new window is and it shows data like


Record id : 1
First Name: Mohsin
Last Name: Mustufa
Email: [email protected]


plz help me

i guess that some javascript is used here
but dont know how to pass data to next window

problem solved
i hyperlink the id to next page using PHP and pass the data without using javascript

Sponsor our Newsletter | Privacy Policy | Terms of Service