iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-08-2005, 07:20 PM
ajpaulus's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: South Bay, California
Posts: 79
ajpaulus RepRank 0
Default Select Option

Hi

Is there a way that I can have a option link to a page?

For example, if you go to this site page that I am working on ...
http://www.searecovery.com/SRCTrial/...s/dealers.html

if they pick Alabama, how can I get it to link to an Alabama page of a list of dealers?

Thanks....
__________________
Audrey Paulus
Web Developer
www.hrosystems.com
Reply With Quote
  #2 (permalink)  
Old 06-08-2005, 11:28 PM
WebProWorld MVP
WebProWorld MVP
 
Join Date: Jul 2004
Location: Omaha
Posts: 2,714
brian.mark RepRank 3brian.mark RepRank 3
Default One option...

One option is to use JavaScript.

Code:
<select name="state" onChange="document.location=this.value">
<option value="/alabama.html">Alabama
<option value="/alaska.html">Alaska
</select>
Granted, any visitors without JavaScript turned on it won't work, but without a button to click I'm not sure you'd have many other options.

Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
  #3 (permalink)  
Old 06-09-2005, 03:05 PM
ajpaulus's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: South Bay, California
Posts: 79
ajpaulus RepRank 0
Default

Thanks Brian...it works!

But can you tell me what I should put in the head so that this javascript works?

I get the error message in the status bar.

Thanks...
__________________
Audrey Paulus
Web Developer
www.hrosystems.com
Reply With Quote
  #4 (permalink)  
Old 06-09-2005, 03:07 PM
WebProWorld MVP
WebProWorld MVP
 
Join Date: Jul 2004
Location: Omaha
Posts: 2,714
brian.mark RepRank 3brian.mark RepRank 3
Default What browser?

I'm using FireFox and I don't see any errors. What is the error message you're seeing?

Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
  #5 (permalink)  
Old 06-09-2005, 03:09 PM
ajpaulus's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: South Bay, California
Posts: 79
ajpaulus RepRank 0
Default

That typical javascript error in the lower left column status bar....ERROR ON PAGE with the yellow exclamation point.
__________________
Audrey Paulus
Web Developer
www.hrosystems.com
Reply With Quote
  #6 (permalink)  
Old 06-09-2005, 03:17 PM
WebProWorld MVP
WebProWorld MVP
 
Join Date: Jul 2004
Location: Omaha
Posts: 2,714
brian.mark RepRank 3brian.mark RepRank 3
Default I see

I checked it, and the first error is on line 45. You reference a doFlash() function in the body tag which doesn't exist.

The other error was on line 28, where you have the following:
Code:
<SCRIPT language="JavaScript" type="text/javascript"><script src="../findDOM.js"></script>
The nested script tags are causing your problem. It should be like follows:
Code:
<SCRIPT language="JavaScript" type="text/javascript" src="../findDOM.js"></script>
Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
  #7 (permalink)  
Old 06-09-2005, 04:22 PM
ajpaulus's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: South Bay, California
Posts: 79
ajpaulus RepRank 0
Default

God! You are so awesome! It works, thanks!
__________________
Audrey Paulus
Web Developer
www.hrosystems.com
Reply With Quote
  #8 (permalink)  
Old 06-09-2005, 04:34 PM
ajpaulus's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: South Bay, California
Posts: 79
ajpaulus RepRank 0
Default

One more question, Brian.

Which way should I code my Flash...the one on the dealer page or the one on my index page?

The way it is on my index page, I can't view it on Netscape, so I tried it the way I have it on my dealer page, but I am not sure which is the correct way.
__________________
Audrey Paulus
Web Developer
www.hrosystems.com
Reply With Quote
  #9 (permalink)  
Old 06-09-2005, 04:43 PM
WebProWorld MVP
WebProWorld MVP
 
Join Date: Jul 2004
Location: Omaha
Posts: 2,714
brian.mark RepRank 3brian.mark RepRank 3
Default Sorry...

Wish I knew Flash, ANYTHING about flash, other than it is hard to SEO because I get a lot of questions about it. It'd probably be best to ask for this bit of advice in the Flash forum here. Sorry I can't be of more help on that one.

Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
  #10 (permalink)  
Old 06-09-2005, 04:46 PM
ajpaulus's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: South Bay, California
Posts: 79
ajpaulus RepRank 0
Default

Okay...one more...

which is the best way to have the navigation...the one on the dealer page or the index page? Or is it just preference/opinion?

I couldn't figure out how to do a drop down from the left side of the page, so I did it this way.

Your opinion please.
__________________
Audrey Paulus
Web Developer
www.hrosystems.com
Reply With Quote
  #11 (permalink)  
Old 06-09-2005, 04:55 PM
WebProWorld MVP
WebProWorld MVP
 
Join Date: Jul 2004
Location: Omaha
Posts: 2,714
brian.mark RepRank 3brian.mark RepRank 3
Default Depends on your target

It really depends on your target audience. If you want it the most search engine friendly, then text links are the way to go. 50 links (for the states) on a page really becomes too much for usability, so for a person the drop-down is ideal.

As long as you can get to those pages via a sitemap, it really shouldn't matter from a spidering aspect. What's best for the user is best for the pocket book in the end, because spiders don't buy anything.

Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
  #12 (permalink)  
Old 06-09-2005, 04:58 PM
ajpaulus's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: South Bay, California
Posts: 79
ajpaulus RepRank 0
Default

No, the navigation on the left side of the page, not the drop down for the states.

Which menu navigation is best...the index or the dealer page...they are different because I can't make up my mind.

Thanks...
__________________
Audrey Paulus
Web Developer
www.hrosystems.com
Reply With Quote
  #13 (permalink)  
Old 06-09-2005, 05:06 PM
WebProWorld MVP
WebProWorld MVP
 
Join Date: Jul 2004
Location: Omaha
Posts: 2,714
brian.mark RepRank 3brian.mark RepRank 3
Default Sorry about that...

I didn't even notice the hiding / expanding on the dealers page. Sorry, I totally missed what you were asking about.

Personally, if I landed at that page, I'd want more options presented to me. Fully expanded, it isn't all that big, so I wouldn't worry about leaving them all showing. It'll give people an idea of the products available form every page without much effort. Less effort = better.

You've got my vote for the style on the homepage, but either would be fine if you prefer the visual cleanliness of the closed up variety.

Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
  #14 (permalink)  
Old 06-09-2005, 05:10 PM
ajpaulus's Avatar
WebProWorld Member
 
Join Date: Aug 2003
Location: South Bay, California
Posts: 79
ajpaulus RepRank 0
Default

Yes, I was weighing the cleanliness versus the intuitiveness ...I will go with your opinion and have the hidden links displayed. Thanks a bunch!
__________________
Audrey Paulus
Web Developer
www.hrosystems.com
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:42 PM.



Search Engine Optimization by vBSEO 3.3.0