Ya i am using perl , I have solved that problem , But Is there will be pure javascript solution to that . I have saved its status in hidden variable and used that.
Thanks
User Profile
Collapse
-
-
Well i dint got expected result let me give you some snippet of the code.
...Code:<input type='radio' name='productradio' id='proname' value='prod_name' onClick='document.frm.submit();' />Product Name <input type='radio' name='productradio' id='procode' value='prod_code' onClick='document.frm.submit();' />Product Code <input type='radio' name='productradio'
Leave a comment:
-
Radio Button onClick Javascript should call only once
Dear all,
Let me tell you the scenario , i have called javascript function on radio button selection , Ex.
Suppose There are 3 Radio Button .
Let us consider i have clicked on one radio button then
javascript is called on that and
it get 'checked' But again if if i clicked on that radio ,
Then again it will call the javascript .
So i dont want to let it happen , If radio button value... -
Div display on same position where mouse clicked but window focus go on top
Dear all ,
I am giving you snippet of the code , where i have taken div which is i have put above the row of one table and[br] on mouse click changing the position of the div and showing it as per the x-y coordinate but every time suppose i have scroll the it again goes to to top...[br]
...Code:function setVisible(t,e,obj) { if(e || t){ var posx -
I am sorry but not getting you ... Can you please elaborate it again ...Leave a comment:
-
ya the function is called on onLoad ,
And might be this is the reason behind that , so any solution.Leave a comment:
-
-
Error - working in IE and MOzilla but giving error null or not a object
Error - working in IE and MOzilla but giving error null or not a object:
Guys i am giving you snippet of code , where it is javascript digital clock , It is showing time and working properly but it is giving error in log
...Code:function adidas(){ theTime=setTimeout('dotime();',1000); ser_sc = ser_sc+1; var hr= ser_hr+100 ; var mn= ser_mn+100 ; var se= ser_sc+100 ; -
ya actually it was silly mistake ..
i have included one file(javascript ) above prototype.js and forgot to close script tag.
Thats why it was not able to find prototype.js file....Leave a comment:
-
Thanks to reply buddy ...
I have used tag in my code forgot to give here ...
Anyways thanks for reply ...
It is resolved now ...Leave a comment:
-
Effect is undefined
Dear all,
Please help me out, i am using scriptaculous in my script. But it is giving error to me that Effect is not defined .
...Code:<head> <script type="text/javascript" src="/js/prototype.js"></script> <script type="text/javascript" src="/js/scriptaculous.js?load=effects"></script> <script type="text/javascript" -
Thanks BUddy ..
But i have tried it with that i was getting time in 822 format with passing it in hidden variable ...
But giving error ...
So can you try it out with the code something ,
Thanks In advance..Leave a comment:
-
-
Can you elaborate it please?...Last edited by Niheel; Jun 1 '10, 11:04 AM. Reason: please use full sentences, punctuation and proper spellingLeave a comment:
-
Thanks for reply, But not getting you. Can u give me some example or snippet?Leave a comment:
-
How to get Server time & pass to javascript to display clock
I have created a gif based digital clock but problem is that it will show me the client side time . I am a perl developer so i am getting server time, i mean , i can fetch that time , to pass the javascript .
Can we do that i will fetch the server time only once and from that will create time .
snippet of code given below :
...Code:function dotime(){ theTime=setTimeout('dotime();',10000); -
Two table rows Alignment
Dear all
Below i have given example of my HTML table structure Where two different <Td> are containing separate table both having same no. of rows but second table having some rows where textbox & dropdown is used which increasing the height of rows .....
So how i can manage that ....
...Code:<td> <table> Having 14 row </table> </td> <td>
-
-
No activity results to display
Show More
Leave a comment: