View Full Version : Carrying variables into new window
duniyadnd
04-09-2003, 10:22 PM
Is there any way of carrying variables into a new window? Suppose you click on a link, and it opens a new window in a new page, any way of carrying that information across instead of having it placed in the url?
Thanks
Duniyadnd
cookies and sessions are good options
Session handling functions (http://www.php.net/manual/en/ref.session.php) - PHP.net
bored
04-10-2003, 08:04 PM
You could use target="_blank" in a form tag..
That would post data to a new info from a form..
As far as just text links, I think sessions are quite useful.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.