Forum: JSP Aug 26th, 2005 |
| Replies: 3 Views: 29,609 How can I store a javascript variable in jsp session |
Forum: JSP Aug 26th, 2005 |
| Replies: 0 Views: 12,523 how can I store the value of a javascript variable in jsp session |
Forum: JavaScript / DHTML / AJAX Aug 26th, 2005 |
| Replies: 1 Views: 2,203 Is there a solution for this in javascript ? |
Forum: JSP Aug 26th, 2005 |
| Replies: 2 Views: 3,937 Hello,
I have a menu.jsp included in all the jsps. When I click a link in the menu it calls the respective page and the menu.jsp is also refreshed.
I want to write a java script to highlight the... |
Forum: JavaScript / DHTML / AJAX Aug 26th, 2005 |
| Replies: 1 Views: 2,203 Hello,
I have a menu.jsp included in all the jsps. When I click a link in the menu it calls the respective page and the menu.jsp is also refreshed.
I want to write a java script to highlight the... |
Forum: HTML and CSS Aug 19th, 2005 |
| Replies: 3 Views: 2,402 We have decide to use safari on mac instead.
Thanks for your replies |
Forum: HTML and CSS Aug 18th, 2005 |
| Replies: 3 Views: 2,402 Ok.
But It seems its a requirement in our project that it should work on Mac IE. And they are asking me to find some work around.
Is there no work around? :cry: |
Forum: HTML and CSS Aug 18th, 2005 |
| Replies: 3 Views: 2,402 I have a popup calendar on my page. The calendar works fine on Windows IE and Netscape. It even works fine on Mac Netscape browser.
But it fails on MAC IE 5.2. The error I get is... |
Forum: JavaScript / DHTML / AJAX Aug 12th, 2005 |
| Replies: 1 Views: 24,448 I have created a progress bar .The Progress bar works fine. The only issue is that it flickers. I am not able to find out why that is happeneing. Can anyone tell me what is wrong in my code.Below is... |
Forum: HTML and CSS Aug 9th, 2005 |
| Replies: 3 Views: 4,037 Thanks for your reply.
I added Window02.document.open() before Window02.document.write
but it doesn't help. If i remove the Window02.close() then I see that after sometime it displays the last... |
Forum: HTML and CSS Jul 29th, 2005 |
| Replies: 3 Views: 4,037 I have a code to open new window and display a progress bar .The code works fine in I.E and Netscape4.7 but in Netscape 7.2 it opens a new window and displays nothing in it . Below is my code. Can... |