HI i'm a real newbie with creating web sites and have come across a problem.
I want users to be able to enter their xbox live gamertag into a text field and then when they click the submit button for it to take them to a certain webpage with their name text at the end of the url.
the site i want to link to is http://haloimpulse.com/sig/stats.swf?playername=(this is where i want there input to go). An example is on http://triplekill.com then search on stats.
please help i'm really confused. I think i need a parameter but not sure what to do. Thanks in advance
Josh
Last edited by digi duck; 02-27-2006 at 12:51 PM..
<FORM METHOD="get" action="http://haloimpulse.com/sig/stats.swf">
<input name="playername">
<input type="submit" value="What ever you want the button to say">
sorry again but i've had to change the file to a php and now the code doesn't work Here's a link http://houseofhalo.co.uk/stats.php Does the code need changing, i got a bit lost when i tried. Please reply.