Results 1 to 2 of 2
- 03-01-2009, 05:21 PM #1
Member
- Join Date
- Mar 2009
- Posts
- 1
- Rep Power
- 0
I need some basic Java Script help I am using a product vbulletin and run in to a jam
My strength is not java script and with the complex issues of dealing with the Vbulletin interface and then the java script which i do not really understand yet fully I hopeing some good soul will come to my add fast and get me through this.
I do not expect that I will find someone that has the knowelage of vbulletin but I need to be correct java script first but if someone knows Vbulletin i modifyed the calendar_jump which is calendarjump in the templete system.
Here goes the problem is my form is not calling up my java script - even allought the java is not doing anything right now I have dump some idea of what i want to do inside it for clearlty to my idea what i am trying to do!
The point is I need my java script function "process_selected(this.form)" to be called before the submitting of the form in the form of a $_GET to the server.
Please review the posting above and tell me what i am doing wrong to have the handshaking between my form and the java script WHY IS IT NOT BEING CALLED.PHP Code:<script type="text/javascript"> function process_selected(this.form) { on.form.submit(); } </script> <form action="calendar.php" method="get"> <div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="month" value="$month" /> <input type="hidden" name="year" value="$year" /> <input type="hidden" name="do" value="$docalendar" /> <strong>$vbphrase[Lodge_Calendar]</strong><br /> <select name="c" > <optgroup label="$vbphrase[please_select_one]"> $jumpcalendarbitsl </optgroup> <input type="hidden" name="me" value='2'" /> </select> <input type="submit" class="button" value="$vbphrase[go]" onclick="process_selected(this.form)" <br /> </div> </form>
THANKS
Frank H. Shaw
-
Similar Threads
-
run perl script from java
By maheshmhs in forum New To JavaReplies: 0Last Post: 12-19-2008, 12:40 PM -
Product update service for Java application.
By Eranga in forum Advanced JavaReplies: 4Last Post: 04-22-2008, 09:24 AM -
logout using java script
By pankajagar2001 in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 01-03-2008, 06:37 AM -
can anyone help me to integrate license manager to a java product
By shwetatalikoti in forum NetBeansReplies: 0Last Post: 10-29-2007, 05:34 AM -
The lasted java script
By silvia in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-07-2007, 05:44 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks