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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nirmalgupta

  1. nirmalgupta

    svaing data on client side

    Hi, We are using JSP pages.There is one functionality, where we need to save some file on client side through browser. Javascript doesn't support writing file on to the clientside. Onpage load we are calling the file from server, but it opens on browser itself. Is it posible that it does not...
  2. nirmalgupta

    onresize and https problem

    We are facing one problem with all kind of browsers. Whenever user clicks minimize or maximize button on browser, browser is making call to the server and reloading the current page. In case of POST method it is resubmitting the data which can create problem for us. Our server is https server, i...
  3. nirmalgupta

    submit the form by pressin enter

    Hi, your code works fine, but when i use this funda in my page, i get the error, window.event is invalid ( in netscape). I am copying the code also.one thing more. Is there any specific reason to use k7? and how it is working in netscape? thanx Nirmal
  4. nirmalgupta

    submit the form by pressin enter

    Hi , I want to submit the form when user press enter on any of the textbox of that form. This should work in both IE and Netscape. TIA Nirmal
  5. nirmalgupta

    help in JavaScript: window.close()

    Hi all, when I write window.close() in JavaScript, browser asks for confirmation, whether it should close the window or not. how can I skip this confirmation message. TIA Nirmal Gupta
  6. nirmalgupta

    problem in saving xls file, when it is in frame

    Hi All, I am using frames to display the page. Lower frame displays xls file. two browsers IE5.0 and Ie5.5 behave differently, if I do save as. In IE5.0 it saves as .xml, but in IE5.5, it saves as html page with directory. inside that directory I can find this xls file as saved. Is there any...
  7. nirmalgupta

    layers problem in netscape

    Hi All, We are using layer to generate some HTML output. If area covered by this layer is larger than window, Scroll bar does not appear in Netscape browser. Is there any solution for this. TIA Nirmal Gupta
  8. nirmalgupta

    refreshing the page

    Thanx, but problem lies, how i can capture this event of refresh? rgds Nirmal
  9. nirmalgupta

    can i capture refresh event.

    Hi , is it possible to capture reload or refresh event. rgds Nirmal Gupta
  10. nirmalgupta

    refreshing the page

    Hi, I am using frames in my page. top frame remains same throughuot, and lower frame changes accordingly what I click on top frame. But http address does not change on address bar. so when i click F5 or refresh button, it reloads the very first page, and not the current page. How can i solve...
  11. nirmalgupta

    Euro -> text field formatting

    try this <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME=&quot;Generator&quot; CONTENT=&quot;EditPlus&quot;> <META NAME=&quot;Author&quot; CONTENT=&quot;&quot;> <META NAME=&quot;Keywords&quot; CONTENT=&quot;&quot;>...
  12. nirmalgupta

    size of textarea in netscape 6

    Hi, If I am writing the height property for textaea in netscape6, scrollbar does not come.How can I restrict the size of textarea and also can show the scrollbar in netscape 6. TIA Nirmal
  13. nirmalgupta

    problem wit frames.

    Thanx Tomas, Can you send me an example, how to do this.If you can send me the sample code at nirmal_gupta@infy.com , it will be great help to me. thanx Nirmal
  14. nirmalgupta

    accessing the form elements from jscript

    Hi finally i got the solution i wanted. try this document.forms[0].elements['nirmal.gupta'].value this works
  15. nirmalgupta

    problem wit frames.

    Hi, I have two frames . i want to synchronize top and bottom frames with one horizontal scroll bar. how do i go about it? TIA Nirmal

Part and Inventory Search

Back
Top