web design question

web design question

Re: web design question Posted by Static88 on Fri Jun 17th 2005 at 11:35pm
Static88
122 posts
Posted 2005-06-17 11:35pm
Static88
member
122 posts 52 snarkmarks Registered: Dec 31st 2004 Occupation: USMC Location: USA
It's been a while since I was here last. Hi folks!!

I am developing a webpage using publisher. Very new to web design. I am
trying to create a search tool that uses two boxes such as the first
one would be blank, the user would type a city name. Then the second
one would be a drop down box to select a state. What kind of progam
would I need to use to be able to direct a user to the correct page
from that information? Any help or direction would be appreciated.
Thanks.
end of line...
Re: web design question Posted by Leperous on Sat Jun 18th 2005 at 9:57am
Leperous
3382 posts
Posted 2005-06-18 9:57am
Leperous
Creator of SnarkPit!
member
3382 posts 1635 snarkmarks Registered: Aug 21st 2001 Occupation: Lazy student Location: UK
Don't know about Publisher, but here's the HTML & Javascript that you could use:

<div class="code">Code:<pre><input type="text" name="city" id="f_city"><PRE><select name="state" id="f_state">
<option value="alabama">Alabama</option>
<option value="texas">Texas</option>
</select>

<input type="submit" value="submit" onclick="if(document.getElementById('f_state').value&&document.getElementById('f_city').value) location.href='page.php?city='+document.getElementById('f_city').value+'&state='+document.getElementById('f_state').value">
[/pre]

</PRE>
Re: web design question Posted by Static88 on Sat Jun 18th 2005 at 3:47pm
Static88
122 posts
Posted 2005-06-18 3:47pm
Static88
member
122 posts 52 snarkmarks Registered: Dec 31st 2004 Occupation: USMC Location: USA
Thanks Lep. Actually I decided to go with Dreamweaver to make my site. You're awesome.
end of line...
Re: web design question Posted by Forceflow on Sat Jun 18th 2005 at 5:26pm
Forceflow
2420 posts
Posted 2005-06-18 5:26pm
2420 posts 451 snarkmarks Registered: Nov 6th 2003 Occupation: Engineering Student (CS) Location: Belgium
Dreamweaver - ConText combo does it for me.
:: Forceflow.be :: Nuclear Dawn developer
Re: web design question Posted by Crono on Sat Jun 18th 2005 at 8:43pm
Crono
6628 posts
Posted 2005-06-18 8:43pm
Crono
super admin
6628 posts 700 snarkmarks Registered: Dec 19th 2003 Location: Oregon, USA
Thanks Lep. Actually I decided to go with Dreamweaver to make my site. You're awesome.
You suck
Blame it on Microsoft, God does.
Re: web design question Posted by SpiKeRs on Sat Jun 18th 2005 at 9:42pm
SpiKeRs
193 posts
Posted 2005-06-18 9:42pm
SpiKeRs
member
193 posts 729 snarkmarks Registered: Jun 14th 2003
Notepad for everything :wink:
Re: web design question Posted by Fjorn on Sat Jun 18th 2005 at 10:07pm
Fjorn
250 posts
Posted 2005-06-18 10:07pm
Fjorn
member
250 posts 25 snarkmarks Registered: Jun 5th 2004 Occupation: Student/Amateur Writer Location: California - USA
I actually use notepad to wrote html
Signature? What signature!?
Re: web design question Posted by Crono on Sat Jun 18th 2005 at 11:41pm
Crono
6628 posts
Posted 2005-06-18 11:41pm
Crono
super admin
6628 posts 700 snarkmarks Registered: Dec 19th 2003 Location: Oregon, USA
All of you suck. Vi is the best. Period.
Blame it on Microsoft, God does.
Re: web design question Posted by Orpheus on Sat Jun 18th 2005 at 11:54pm
Orpheus
13860 posts
Posted 2005-06-18 11:54pm
Orpheus
member
13860 posts 2024 snarkmarks Registered: Aug 26th 2001 Occupation: Long Haul Trucking Location: Long Oklahoma - USA
I use "textpad" and hand write my pages.. shrugs

I am not good enough at it to have an opinion however. :/

The best things in life, aren't things.