Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. arunjp

    Geting windowsNT domain name and username from Javascript

    Hi ! Could anyone tell me how to get the windows NT (or any client user's OS) domain name and username, from Javascript. Thanks AJP
  2. arunjp

    How to pass form field to javascript function

    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=&quot;button&quot; NAME=&quot;next&quot...
  3. arunjp

    Getting values from text field

    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...
  4. arunjp

    dynamic value for frameset ...

    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
  5. arunjp

    setInterval() method in my application ...

    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...
  6. arunjp

    Frame alignment problem ...

    Hi ! I have a page that displays five frames. The alignment seems to be ok for the browser that has netscape set for language &quot;english &quot;, but it is misaligned for browser set for language &quot;Japanese&quot;, being the resolution same. What could be the problem. And how to resolve it...
  7. arunjp

    About frames in HTML

    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...
  8. arunjp

    Loading multiple frames in netscape ...

    Hi Jared! Thanks for the response. Could loading of multiple frames can be controlled in netscape. 'coz the user uses only netscape 4.7 . Thanks AJP
  9. arunjp

    Loading multiple frames ...

    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
  10. arunjp

    Something like sleep function

    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
  11. arunjp

    Something like sleep function

    Hi ! Is there any way for a javascript statement to get executed, only after another function is finished, or a functionality something like &quot;sleep&quot; function. Sample code is appreciated. Thanks AJP
  12. arunjp

    setInterval() method ...

    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...
  13. arunjp

    Which frame is in focus

    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
  14. arunjp

    Which frame is in focus

    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...
  15. arunjp

    arrow key event.

    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...
  16. arunjp

    arrow key event in Javascript

    Hi ! How to get the key code in javascript for four arrow keys with in a form text field, that should work in netscape 4.x . It is urgent. Thanks AJP
  17. arunjp

    URGENT !!! - scrolling in netscape

    Hi bangers ! Could u send me the sample code that would work in netscape too. Thanks AJP
  18. arunjp

    URGENT !!! - scrolling in netscape

    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...
  19. arunjp

    Scroll event in I.E and netscape ...

    Hi ! Is there any chance of capturing scroll event that works both in Netscape and I.E. Explanation with sample code is appreciated. Thanks AJP
  20. arunjp

    How to convert the entered data to uppercase in text field ...

    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...

Part and Inventory Search

Back
Top