A
Anonymous
Guest
In order to sedn variables you must transform the html page into a php page.<a href = "welcome.html" target="mainwin">home</a>
You should have something like <a href = "welcome.php?var=something" target="mainwin">home</a>
This should work .