I would like to create a form where the user can put a number in like "12345" and when the submit button is clicked have the result be http://www.URL.com/12345
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Do you need that data to be posted somewhere, or do you just want to jump to that location? You could try without a form:
|
|||
|
|
|
Here's the jQuery version separating the events from the markup. Demo can be seen here
|
||||
|
|