Forum: Java Aug 30th, 2005 |
| Replies: 1 Views: 4,336 Hi All,
I am new to java/jsp. I have made a jsp page. And i have included the java code in jsp itself using <%,%> tags. Now i want to move the code to java files keeping this as plain jsp. I think... |
Forum: JavaScript / DHTML / AJAX Jul 11th, 2005 |
| Replies: 2 Views: 17,969 Hi,
Thanks a lot. I hope it works.Let me try.
Regards,
Soni |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2005 |
| Replies: 2 Views: 17,969 Hi ,
I have a function as :
function doCheck(str1,str2)
{
top.LocalCacheLoadStatus = false;
parent.SearchFrame.location.href=str1;
g_str_Mode = str2;
alert (g_str_Mode);
} |