Hi dears Im pretty newbi in HTML just started to learn it and I have a question, I guess for most of U it will be easy to answer!
I have a select form:
What should I do that in select it opens option value PAGE?
I have a select form:
HTML:
<select>
<option value="">Choose Your Provider</option>
<option value="http://localhost/pawnagecentral-servers/pcs.html">PawnageCentral Servers</option>
<option value="http://localhost/planetventrilo/pv.html">PlanetVentrilo</option>
<option value="http://localhost/power-gsp/pgsp.html">Power GSP</option>
<option value="http://localhost/psybergaming/pg.html">PsyberGaming</option>
<option value="http://localhost/redline-gameservers/rlgs.html">RedLine GameServers</option>
<option value="http://localhost/redphive/rpn.html">RedPhive Networks</option>
</select>
What should I do that in select it opens option value PAGE?