problem with JavaScript and JSP

This is a discussion on "problem with JavaScript and JSP" within the JavaScript Forum section. This forum, and the thread "problem with JavaScript and JSP are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 23rd, 2008, 18:04
Junior Member
Join Date: Oct 2007
Location: Holland
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
problem with JavaScript and JSP

hey

I have a JavaScript function, which I call with JSP parameters.
The function call looks similar to:

<button onclick="myFunction(<%= jspParameter%>);"> </button>

However, this JavaScript function is called from a jsp page, which is asynchronously refreshed upon a click of the button.

The problem is that the JavaScript function does NOT function when I click the button for the first time (or maybe it functions, but with the old value of the jspParameter).
Only after the second click it starts taking the jspParameter.


Can you please tell me how to properly get the jspParameter as input in my case....


THANKS
Reply With Quote

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
javascript add / remove row problem thenamenoonehastaken JavaScript Forum 1 Feb 25th, 2008 09:36
external javascript problem Damian PHP Forum 0 Dec 5th, 2007 09:44
newbie javascript problem c_martini JavaScript Forum 10 Sep 7th, 2007 08:19
Javascript problem zc1 JavaScript Forum 2 Jan 15th, 2007 17:01
Javascript problem/question kb3llm129 JavaScript Forum 0 May 6th, 2006 22:03


All times are GMT. The time now is 22:48.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43