Hi !
I was trying to pass formname and formfield as two arguments to javascript function ononClick event. But in the javascript function, it's not able to recognise the formname and fieldname as form objects. Something like this,
---HTML-----
<INPUT TYPE="button" NAME="next"...
Hi !
I have a form which has text fields and I got to do some addition based on the values in each textfield. The problem is, Iam using eval(document.formname.elements[index].value) to get the value from each field. It works fine if I enter the number without zero in front i.e., say 345 and 333...
Hi !
I have a page that holds five frames. Can I assign dynamic values for row value and column value in frameset and frame tag using Javascript variable. Early solution is appreciated.
Thanks
AJP
Hi !
I've used setInterval('doScroll()', 50) method in my application. I just want to make sure that the function doScroll() will be executed for every 50 millisecond, will there be any performance issue like 100% CPU usage in the client machine. What could be the optimal time interval for...
Hi !
I have a page that displays five frames. The alignment seems to be ok for the browser that has netscape set for language "english ", but it is misaligned for browser set for language "Japanese", being the resolution same. What could be the problem. And how to resolve it...
Hi !
I have a page that display five frames. I have specified the size of each frame in pixels, but on different machines the display of the frames is different. I guess this is because of different resolution of the machine. Could any one tell me whether frame sizing in pixel or frame sizing in...
Hi !
I have a page that has five frames. Is there any way to force the loading of frames. Like making first frame load first, then fifth, then second and so on.
Thanks
AJP
Thanks alot. Another question, is there any optimal value for the timeinterval for setTimeout or setInterval method, so, that would not cause a problem in low config systems.
AJP
Hi !
Is there any way for a javascript statement to get executed, only after another function is finished, or a functionality something like "sleep" function. Sample code is appreciated.
Thanks
AJP
Hi !
I have multiple frames in my application. My requirement is when bottom frame is scrolled the top frame should also get scrolled (the catch is top frame should not have scrollbar). I implemented the function and it performs well. I have a logic (ie a javascript function) that checks for the...
Hi !
I couldn't understand what u mean. My requirement is :
1. To get the name of the frame which has got the focus.
2. To call a function when scroll bar in one frame is cliked using mouse.
Thanks
AJP
Hi !
I have a page that loads multiple (five) frames. Is there any way to know that which frame has the focus at the current time. When I scroll(vertical) the bottom right frame, the bottom left frame should also scroll, so I implemented the scroll event method in both the pages to make both are...
Hi !
Let me be ellaborate in my question. I have text fields in my html page. I got to get the ascii value of the key pressed within the text field, if arrow key is pressed. The ultimate aim of this requiremnt is to move the focus from one textfield to another, something like excel spreadsheet...
Hi !
I have a table in my JSP page, which acts as the client for my bean. The problem is I have two frames one on top and the other on bottom(I mean two rows). On the top frame I have a table which has the heading (<TH> tag) for the data (<TD>) that has the data. The top frame doesn't have...
Hi !
I have a login screen with loginid and password field. I want to convert the entered value into uppercase and check that uppercase value with database for validity. How to convert it to uppercase. The catch is as the user enters the data, the displayed value in the text field should be in...
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.