I think I have located the problem, however I do not know how to solve it. The warning about unsecure content only appears in IE6, not in IE7 and FF. In the the calender javascript an iframe is created if browser is IE6 or less:
if (navigator.appVersion.indexOf("MSIE")!=-1){...
Hi,
I run my web-app in https. On one jsp i present a javascript with a calendar. This calender has relative links to images. When calendar is loaded I get a warning about insecure content in IE (not in FF). I thought that since my img tags are relative the would also be https, but I guess I...
Hi, I have a texteditor that and uses iframe. Is it possible to include this iframe in tabindex? I want it to be number three after two input fields.
Best regards
Pichdude
Hi,
Does anybody know of a way, that works both in IE and FF, to define which of my buttons that should be used to post a form when the user hits Enter? As default I guess the first button is fired.
Best regards
Pichdude
Thank you all very much!
On this printer friendly page I also would like to "convert" all drop-down lists to only show the selected value as a text, i.e. no selection available. Is this also possible in some nice way?
Best regards
Pichdude
Hi,
I am wondering if anyone can help me. I have a print version of a page, displayed in a popup window. In this page I want to disable all links. My links have their "action" specified in "onclick".
Is it possible to remove that attributes somehow?
Best regards
Pichdude
Hi!
I have a h:selectOneMenu and a couple of f:selectItem tags. I use the itemLabel and itemValue attributes. Is it possible for format the output of the itemLabel in the outcoming drop down?
The drop down is presenting account numbers and these should be presented in a specific way. I do not...
Is it possible to retrieve a div from the original page (with the print-link) on print.jsp?
I.e. not passing the div-content on a request parameter, instead getting it by using something like getElementById that looks in the original page.
Best regards
Pichdude
Hi,
I am wondering if it is possible to pass the content of div as a request parameter to another page?
If I do this...
var printDivContent = document.getElementById("testDiv").innerHTML;
<a href="#" onclick="window.open('print.jsp?param=printDivContent', 'Help'...
Hi, I use this javascript to force a link click once the page is loaded.
document.getElementById('theLink').click();
But this only work in IE, does anybody know of a solution that also works for Mozilla?
Regards
Pichdude
Hi,
First I would like to say that I am not writing any malicious code.
Now to my issue that I hope someone can help me with. Is it possible to have a link, on a jsp-page, to an exe-file located on a common resource and have that software started? I do not want the exe to be downloaded to the...
No, I think it is more of a JSF question. If any JSF implementation has this feature already or if its possible to use javascript on a JSF component to achive this.
Hi, I am not sure if this is the correct forum for my JSF question, but I hope someone can answer me or direct me to the correct forum.
Is it possible to have a confirm popup (for example use javascript confirm) on a button. The functionality I am looking for is that the user can click a button...
Stupid me forgot to post the link to the script I found using screenTop.
http://blogs.x2line.com/al/articles/756.aspx
The reason I use it is that I only want to run onunload when the user closes the browser with the "X", not the close-button I also have on the page.
What I was wondering is...
Hi, I am using this script to capture the event when a user shuts down the webbrowser window using the "X". But is there anyone that can explain what "screenTop" actually do that makes this work?
Regards
Pichdude
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.