The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Hmm...maybe you can nest forms. Oh well, as long as it's working.
|
#12
|
|||
|
|||
How can i nest forms?
|
#13
|
|||
|
|||
I just meant that if it's working now, then I must have been wrong about the problem.
When I did a search I found that the official html spec says that the behavior of nesting forms is "undefined", so I guess that means it may or may not work, and of course it might work differently on different browsers. --------------- Added [DATE]1337714663[/DATE] at [TIME]1337714663[/TIME] --------------- Here's some code that uses javascript instead of a form. It seems to work but I only tested it with firefox. Code:
<img src="http://www.pollstar.com/images/logo.gif" width="100" alt="Powered by Pollstar" /><input type="text" name="SearchBy" id="SearchBy" /> <input type="button" value="Search" onclick="location.href='http://www.pollstar.com/eventSearch.aspx?SearchBy=' + encodeURIComponent(document.getElementById('SearchBy').value);"/> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|