Posts: 40
Name: Bob Davis
Location: Los Angeles, CA
|
Hey guys - is there a way for a page to load and upon loading automatically send a link with query string to another page to use the query string.
I don't want to have to click on anything because I want it to happen behind the scene. I'm trying to eliminate a step for the user.
<a href='whatever.html?user=tom'></a>
|