Hello,
I am referring to another html page using the standard link tag: <a href="intro.html"...
Suppose I am transferring a parameter to this page, like this: <a href="intro.html?myVal=hello"...
Is it possible to read it from the intro.html file using client side technologies, such as plain...
Hello,
I have a page which is using AJAX to call a JSP that gathers some information from the backend database and sends it to the client for display.
Everything is working OK.
The problem I have is that if I change the database content is changed the new content is not displayed to the user...
Hi Dan,
Now that I am thinking about it I don't want to submit the form. What I have is a client image map of the globe. Whenever the user hovers on a country the above javascript function is being activated. It calls a java object that, based on the country the user is hovering above, pulls...
Hello,
I have this function in Javascript, which is calling a server-side Java method and is working fine:
function setCountryData(currentObj)
{
var country = currentObj.title;
currentObj.title = '<%=popC.getCountByCountry()%>'
}
I would like to tansfer the var country ar a parameter to...
Hello,
I am pulling from a database a date which is a string with this representation: For February 2007 it will be 200702, For March 2007 it will be 200703 and so on.
I need to transfer it to this format: 02.2007, 03.2007 to use it in a different source.
Can someone help me with this...
Hello,
I would like to put some long text at the alt property of a certain element. Is it possible to include in this text some line breaks (i.e. <br>) so the text won't "spread" on the screen?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.