 
                                
                    
                        Re: web design question
                        Posted by Static88 on 
    Fri Jun 17th 2005 at 11:35pm
                     
                    
                        
                        Posted 
    2005-06-17 11:35pm
                     
                 
                
            
            
                
    
            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
                            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
                     
                    
                 
                
            
            
                
    
            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 SpiKeRs on 
    Sat Jun 18th 2005 at 9:42pm
                     
                    
                 
                
            
            
                
    
            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
                     
                    
                        
                        Posted 
    2005-06-18 10:07pm
                     
                 
                
            
            
                
    
                    
                             Fjorn
                            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
                     
                    
                        
                        Posted 
    2005-06-18 11:41pm
                     
                 
                
            
            
                
    
                    
                             Crono
                            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
                     
                    
                        
                        Posted 
    2005-06-18 11:54pm
                     
                 
                
            
            
                
    
                    
                             Orpheus
                            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.