[jQuery] starting Jquery: need a bit of guidance
hello,
I have downloaded jquery.
I have high expectations as I can see many great lookign websites thanks to
this JS library :)
I need to do the following:
I have a form called form.php divided into 2 parts.
- the form itself where you need to pick up 6 numbers out of a list
(variable gathering the numbers is called "liste"
- ad banners (4 rotating banners the same page)
the form should be processed via "process.php"
I would like the users to:
- select the 6 numbers
- click one of the 4 rotating banners to validate the form with the numbers
(if no numbers have been selected => alert box)
- once the user has clicked: process the form AND open the link of the ad in
a _blank target.
I have absolutely no clues on how to do that (as I am green with Jquery)
the code of the ad is this one:
http://www.mywebsite.com/adserver/www/delivery/ck.php?n=a988c640&cb=INSERT_RANDOM_NUMBER_HERE
<image
src='http://www.mywebsite.com/adserver/www/delivery/avw.php?zoneid=1&cb=INSERT_RANDOM_NUMBER_HERE&n=a988c640'
border='0' alt='' />
I have downloaded cheat sheets for Jquery but really dont know what to start
with.
I am not expecting a ready made solution from anyone (even though it would
be pretty cool :) ) but if some of you could
give me the logic and the functions I have to use I think I can do it by
trials and errors (or at least give it my best shot ;) )
PS: I think the "RANDOM_NUMBER" is attributed when the user clicks the link.
not sure I can get it BEFORE the user clicks on the ad.
thanks for your time and support :)
A.
--
View this message in context: http://www.nabble.com/starting-Jquery%3A-need-a-bit-of-guidance-tf4724102s27240.html#a13506511
Sent from the jQuery General Discussion mailing list archive at Nabble.com.