Forum: Java Mar 27th, 2009 |
| Replies: 0 Views: 172 Hi All,
I successfully deployed my application in Jboss server. My application is working file But my problem is when I first time access my application then I am getting the following error but... |
Forum: JavaScript / DHTML / AJAX Feb 26th, 2009 |
| Replies: 8 Views: 1,523 But Bob tell me how can I use this approach for my application. I create the url (url given by server API) to the file and just open that file.
Now question is how will I display the file content... |
Forum: JavaScript / DHTML / AJAX Feb 26th, 2009 |
| Replies: 8 Views: 1,523 Hi almostbob,
Thanks for your continuous help.
Actualy according to your code, if we click on "Important Information" button, it display the content under <div> tag.
But in my application, I... |
Forum: JSP Feb 26th, 2009 |
| Replies: 13 Views: 2,513 Hi
Can any buddy tell me, Is It possible to change the title of popup window. Is there any control on pop window title.
Any help/suggestion is highly appriciated.
Regards
Nishant |
Forum: JSP Feb 25th, 2009 |
| Replies: 13 Views: 2,513 Yes I tried to set the title in my jsp page from where I am opening the popup window. It is not showing this title for popup window.
Don't know it's possible or not. As i told i created a new... |
Forum: JavaScript / DHTML / AJAX Feb 25th, 2009 |
| Replies: 8 Views: 1,523 Hi almostbob
I added your code into my jsp page. it is showing one button "importtant information". When I click on this button it is showing some script error ("object expected").
<%@ taglib... |
Forum: JSP Feb 25th, 2009 |
| Replies: 13 Views: 2,513 That's already there. Actualy we are creating a new window. for this popup window we have to set the title. Even I tried like this also...
oNewWindow.title="hello";
I passed the title in... |
Forum: JavaScript / DHTML / AJAX Feb 24th, 2009 |
| Replies: 8 Views: 1,523 Hi almostbob
Thanks for the response.
I am using internet explorer version 6. The code, which I posted, is working fine. Even I tested this code in internet explorer version 7 also.
Let me... |
Forum: JSP Feb 24th, 2009 |
| Replies: 13 Views: 2,513 As per my understanding, we can't hide the titlebar. But we can rename this. I am surprised why this code is not showing the title whatever I am passing the title name string in window.open method.
... |
Forum: JSP Feb 24th, 2009 |
| Replies: 13 Views: 2,513 Hi stephen84s
Thank you once again for your response.
I got the below code from the google. It is working fine. This code helps to hide the address bar of popup window. But user is still able to... |
Forum: JavaScript / DHTML / AJAX Feb 24th, 2009 |
| Replies: 8 Views: 1,523 Hi All
Could anybuddy tell me how to rename/hide the title in the popup window. I found the below code from google. this code is working fine. Actualy I don't want to show the url to the user.... |
Forum: JSP Feb 24th, 2009 |
| Replies: 13 Views: 2,513 Can you please tell me how to hide the address bar in the pop up.
Regards
Nishant |
Forum: JSP Feb 24th, 2009 |
| Replies: 5 Views: 515 Hi javaAddict
thanks for this honour. I didn't mean to give any offence to hinasaeedali. I just want to tell hinasaeedali that he started appliaction without knowing the basic concept.
Anyway,... |
Forum: JSP Feb 24th, 2009 |
| Replies: 13 Views: 2,513 Hi stephen84s
Thanks for the response.
You are right. we can achieve this by <jsp:forward> tag.
As I told i am creating url for a file in jsp and from same jsp I am opening this file in new... |
Forum: JSP Feb 24th, 2009 |
| Replies: 5 Views: 515 Sorry hinasaeedali,
I can't help you. Some time you are asking you are facing problem while making shopingCart and now you are asking how to get parameter. You didn't clearly mention your problem.... |
Forum: JSP Feb 24th, 2009 |
| Replies: 5 Views: 515 what type of problem you are facing in making the shopping cart using jsp.
Regards
Nishant |
Forum: JSP Feb 24th, 2009 |
| Replies: 13 Views: 2,513 Hi All
I am creating a url for a file, which is uploaded in content management server, in the jsp page and from this jsp, I am opening a new window for this file to show the content to the user.... |