I have to some how get my java script function to work with my form so that when a event happens in the form my java script function will process what was selected.
A function or example would help since you offered THANKS
The other thing is the problem is the c value in the this.form.onsubmit(); in the select as the product came unmodifyed by me has a great deal to do with the selection of the calandar from the dropdown calendarjumo.
I have been doing a lot of testing and playing with a number of ways and at some point before leaving the dropdown the value needs to be set to c and not some otehr value which i tried.
I do not know where in the vbulletin product the actual logic is to do all this.
I did in my playing around realize that i could change the value from c to y and z and it would show up on the adress bar of the browser as a get for those items selected so somewhere in the logic in vbullettin the logic over writes what was selected in the dropdown and only a value of c will the actual navbar show the correct calendar selected.
I do not know if you can also shed some light on to what is happening and where this logic could be located.
Now can you explain what events are supprted in the java script and how to get the two to handshake.
THANKS
Frank H. Shaw
--------------- Added [DATE]1235858101[/DATE] at [TIME]1235858101[/TIME] ---------------
Quote:
Originally Posted by Lynne
You may have javascript in your templates. But, isn't on.form.submit() just a basic javascript call that you can do on an onchange? Do you need a function for it?
|
THANKS Lynne
You say the on.form.submit() and only the onchange event is supported what about the onclick event etc.
Which ones are supported and which ones are not?
--------------- Added [DATE]1235864581[/DATE] at [TIME]1235864581[/TIME] ---------------
I realizied that my java script weather it is needed or not I added the function in my java script but that still did not solve the problem - I still not getting the handshaking bettween my form and the java script.
A good example of how I have to do it inside the templete would help and a little explianation also would help why my handshakeing is not working.
THANKS
Frank H. Shaw