The setting is a jsp page, call it graph.jsp, that resides in the Iframe of a parent jsp page. When certain buttons are clicked in graph.jsp, I execute a javascript function that tells the parent j...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_21124907.ht...
Zones:
HTMLDate Answered: 09/15/2004 Rating: 8.6 Views: 0
I need to add 2 combo box within the given code below and get the values of the combo box from the database. We are using an innerHTML to display the current values. I need to add 2 combo box to th...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23387845.html
Hi,
I'm trying to call the javascript blur function in the onFocus event, for the Select (dropdown) element on my page. It doesn't work. Any idea why this doen't work?? But it works for other el...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_23703887.html
Zones:
JSP,
JavaScriptDate Answered: 09/10/2008 Rating: 7.0 Views: 22
I am opening a popup window using window.open.
Inside this popup window i want to add event handlers like onclick on table rows.
so how can i write a javascript functions inside this popup window...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Jquery/Q_238593...
solution to previou question worked fine for me.
Now i want to get id of element which caused the event something like below:
tmp.write('function submitquery() ');
tmp.write('{');
tmp.writ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Jquery/Q_238662...
I am calling a function with an onload event that sits on an iframe that nested 3 levels deep from the top page.
That onload event needs to refresh another iframe that sits on the top page. My ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_24084077.html
I have a .jsp pages that returns an Oracle query, works great.
I want the page to load by querying everything, then the user clicks a button and this filters the query.
So I need a variable, ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_24131992.html
I have a string that contains a URL, when I launch the application to point to this url, the browser points to the string and not what is contained in it.
Example:
function aFunction(){
var aU...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_24463487.html
Zones:
JSP,
JavaScriptDate Answered: 06/05/2009 Rating: 7.2 Views: 0
I have a variable that is determined based on clicking a normal link.
I have an onClick event that gives the value to the variable.
onclick="doBoth2(); dynamic_layouts_id2='<%=ResponseBean.getD...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_24084656.html
Hi Everybody.
I have 2 htmls , they are one.html and two.html
one.html
-----------
<span id='sp1'></span>
<iframe id="id1" name="ifn"></iframe>
<a href="server.html" target="ifn">Click H...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22905958.html