Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 02-27-2006, 12:50 PM Parameter help :-(
Skilled Talker

Posts: 54
Trades: 0
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..
digi duck is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-27-2006, 06:54 PM Re: Parameter help :-(
jyoz22's Avatar
Ultra Talker

Posts: 278
Location: Orlando, FL
Trades: 0
Try this -- it should work.

<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">
jyoz22 is offline
Reply With Quote
View Public Profile
 
Old 02-28-2006, 12:07 PM Re: Parameter help :-(
Skilled Talker

Posts: 54
Trades: 0
Thankyou SOOOO Much it worked perfectly. Couldn't believe how simple the code was in the end i was trying all sorts lol
digi duck is offline
Reply With Quote
View Public Profile
 
Old 02-28-2006, 12:10 PM Re: Parameter help :-(
jyoz22's Avatar
Ultra Talker

Posts: 278
Location: Orlando, FL
Trades: 0
no problem.
jyoz22 is offline
Reply With Quote
View Public Profile
 
Old 03-17-2006, 07:59 PM Re: Parameter help :-(
Skilled Talker

Posts: 54
Trades: 0
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.
digi duck is offline
Reply With Quote
View Public Profile
 
Old 03-18-2006, 06:47 PM Re: Parameter help :-(
jyoz22's Avatar
Ultra Talker

Posts: 278
Location: Orlando, FL
Trades: 0
your website containts this code:

<form name="form1" method="get" action="http://haloimpulse.com/sig/stats.swf">
<input type="text" name="textfield">
<input name="playername" type="submit" value="Enter Gamertag">
</form>

replace it with this:

<form name="form1" method="get" action="http://haloimpulse.com/sig/stats.swf">
<input type="text" name="playername">
<input type="submit" value="Enter Gamertag">
</form>

Last edited by jyoz22; 03-18-2006 at 06:50 PM..
jyoz22 is offline
Reply With Quote
View Public Profile
 
Old 03-19-2006, 07:14 AM Re: Parameter help :-(
Skilled Talker

Posts: 54
Trades: 0
thanks again it worked and i also managed to adapt the code to work for clan name. Digi duck
digi duck is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Parameter help :-(
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.58086 seconds with 12 queries