JodiMarie
03-26-2006, 10:12 AM
Hi Everyone, can anyone please help me with check boxes? I have 90% of this done but I am stuck.
Thanks!!
Thanks!!
|
Click to See Complete Forum and Search --> : Java Script Check boxes help needed JodiMarie 03-26-2006, 10:12 AM Hi Everyone, can anyone please help me with check boxes? I have 90% of this done but I am stuck. Thanks!! Kor 03-26-2006, 10:15 AM no code, no answer. Are we psycho, or what? can we see the part of the code that gives your problems? JodiMarie 03-26-2006, 10:21 AM HI, LOL thanks...I have a page with a "photo gallery" that has roll-over swap image functions, I was wondering if there were a way to have check boxes next to each thumb nail image that when the user checks his favorites then he can display all of those favorites on another page????? Here is what I have so far http://www.yourpagetoday.com/Html/windows1.html I dont have the check boxes in yet, because I didnt know if it could be done. Thank you for your help. Kor 03-26-2006, 10:40 AM then he can display all of those favorites on another page This is to be done much better with a server-side application. Have you had considered it? JodiMarie 03-26-2006, 10:43 AM I catch on very fast but I am still quite the rookie, can you please explain, I dont understand. Thank you. Kor 03-26-2006, 10:56 AM You want to pass some variables from a page to another. This is to be done with javascript(via addressbar, same as a query) but this could be an intricate way, especially when dealing with a lot of variables. So that the easiest way is to send the data (the checked boxes values) to the server via classical submit and have a server-side application (php, asp... whichever your server accepts) to insert the desired pictures in your new page onload. JodiMarie 03-26-2006, 10:58 AM In Other words surrond the gallery with a form, create and give the check boxes a value, and post the results to another html page?? JodiMarie 03-26-2006, 11:06 AM How can I can take them to another page and then use the values passed by the check boxes to pull out the images???? <<DUH>> Kor 03-26-2006, 11:13 AM I guess that you must have a server-side programmer as colegue. Ask him what kind of values he needs to do that. JodiMarie 03-26-2006, 11:16 AM I dont, I fly solo. =( webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |