Jan 5, 2004 #1 passs Programmer Dec 29, 2003 170 RU Hello guys! Can someone tell me how to send selectedIndex (<select><option>...) to cookies value? Will be very thankful for help! Bets regards! Alexander
Hello guys! Can someone tell me how to send selectedIndex (<select><option>...) to cookies value? Will be very thankful for help! Bets regards! Alexander
Jan 5, 2004 #2 simonchristieis Programmer Jan 10, 2002 1,144 GB have a look at the other post for how to set cookie here is how you retrieve the value setCookie("mySelect",document.getElementById("selectName".value, "01/01/2007" Upvote 0 Downvote
have a look at the other post for how to set cookie here is how you retrieve the value setCookie("mySelect",document.getElementById("selectName".value, "01/01/2007"
Jan 5, 2004 #3 tvfahlberg Programmer Aug 7, 2001 5 US document.cookie = "YourSelectedIndex=" + document.YourForm.YourSelect.selectedIndex; -- taf Upvote 0 Downvote
document.cookie = "YourSelectedIndex=" + document.YourForm.YourSelect.selectedIndex; -- taf
Jan 5, 2004 Thread starter #4 passs Programmer Dec 29, 2003 170 RU yes, guys, thank you all! i've already found a solution! But i'm very thankful to you for the answeres anyway! Best regards, Alex Upvote 0 Downvote
yes, guys, thank you all! i've already found a solution! But i'm very thankful to you for the answeres anyway! Best regards, Alex