PDA

View Full Version : :: need some help with developing this plz ::


babelfish
11-14-2002, 12:14 PM
http://www.simonsgroup.com/test/packages/index.html

ok, on the above page im trying to create a few additional elements:

>> a wildcard search - using * basically searches for all the contents in that select

>> adding the vars into the selects as selected - so the ones they search for last time are shown automatically on a new search - so u can just change eg 1 option instead of reentering the whole lot again

thx all!

babelfish
11-14-2002, 04:07 PM
<shameless> bump </shameless>

joh6nn
11-14-2002, 04:13 PM
shameless is right. 4 hours?

i think i know what you're talking about for the first part, but you could you either explain it in-depth, or throw some pseudo-code at me (gently!), so i have a better idea?

for the second bit, i'm guessing you mean store the selected options in a cookie ( or maybe more cleverly, parse them out of the location's search-string ), and then highlight those options in the select boxes, when the page loads again, after it's been submitted. that right?

babelfish
11-14-2002, 05:29 PM
nm about the wildcard thingy - i had a contradictory if statemtent - doh!

still looking into the select values on page refresh tho