I don't think you understood my question correctly, May be I
haven't explained it correctly.
My requirement is to have a single GIF file which is common to all clients and should be able to pass colors to render the image. If I can do some how then I don't need to maintain multiple copies of...
Hi All,
I don't know this is the right place to post this question. Here is my requirement.
We are building an application which supports multiple clients. In our application there are about 50-60 images.
As of now we are building all these images for each client because each client uses...
Hi All,
I have a strange requirement. I have mulitple JRE's installed on my system like microsoft,sun ...etc.
I have to connect two external applications, one application
works with microsoft while as other only works with sun jre.
When I open new popup window, some how I have to set...
May be it is my ignorance. How do I know the user has clicked on that link. Somehow I would be able to identify that action has performed on the function handleOnClose() which will be invoked on onbeforeunload.
Regards
Shri
I don't think so QueryString works in this scenario.
In the example it was given reading the parameter from the form submission.
var qs = new Querystring();
var face=qs.get('face','Times New Roman');
Here "face" is one of the form parameter. My requirement is read the parameter from the...
I tried , I am getting the value of Action parameter as null. Here is how I did.
function handleOnClose() {
alert("123");
// I want to access the value for Action Parameter of the URL
alert("value="+ new Querystring().get("Action"));
}
Am I doing something wrong?
Shri
Hi All,
I did some research on the internet before posting the question on this forum. I didn't find useful link. Any help is appreciated.
javascript function handleOnClose is invoked on body onbeforeunload. In that I would like access value for the action parameter the url...
Snippet which is giving JS error.
<tr>
<td align="right">
<%if(_ddStatus == ARebalanceLookup.DOC_DEVELOPER_ENABLED){ %>
<script language="javascript" src="https://www28.qa.advisorcompass.com/adv_capl/applauncher/launcher.js"> ---This part is giving error? Error apprears on window status bar...
In the same JSP file I am changing the SRC URL. This is JS located on external application, I don't even know what would be the content of JS file. I can't reach from our dev environment.
Still my question is why I getting error during the include because I am not invoking any functions on the...
Hi,
I have a requirement to invoke external js on a given JSP.
This is how I am including the javascipt.
<script language="javascript" src="https://www28.qa.xxx.com/adv_capl/abc/abc.js"></script>
I am getting the following error.
Line 4
Char 13
Expected ;
Code 0
URL xxxxxxxxxxxxx...
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.