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 bkrike 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: *

  • Users: nomy
  • Content: Threads
  • Order by date
  1. nomy

    Accessing cells of MS Project in VBA

    How can i access or reffer the cells of MS Project in writing the macro using VBA. I want to access the cell information,make an excel file and write information in that file. Can we make excel file in VBA using file system object..? How? nomy
  2. nomy

    Determine whether htm is loaded ?

    Hi I am executing a javascript code in framed document. Script is being executed in a frame which loads an htm file in another frame and gets a property of document that is loaded. Problem is that the document takes time to load completely and when the property is tried to get, it gives an...
  3. nomy

    Response.Redirect("URL")

    Hello all, When i use Response.redirect and gives the path of .html file it works ok, but when i give path of .asp file i gives internal server error. Kindly help me regarding this. Nomy
  4. nomy

    controlling status bar on refresh

    Hello all. I am using counter for time controlling. When I refresh the window using refresh button the counter is also efreshed and used takes more time for doing work. How can i controll it. Nomy
  5. nomy

    Session_OnEnd

    Hi. all<br><br>Session_OnEnd in global.asa is not working.<br>I am using session variables and on change of page session on end event should proceed. but it did not. why???<br><br>Noman
  6. nomy

    Browser close control

    Hi all.<br><br>I want to know the values of my form fields (when user closes the browser using X from top right corner). I am using session variables and replacing my values in it.<br><br>Thanks<br>Nomy
  7. nomy

    Controlling Refresh Button

    Hello all.<br><br>Could u pl help me in controlling the refresh button of the browser. I am using session variables in my project and on refresh session variables are initialized. How to controll this issue or better how to controll the refresh button.<br><br>Thanks<br>nomy<br>
  8. nomy

    window.showModalDialog is not working on Netscape

    window.showModalDialog is not working on Netscape....<br>It is working fine on Internet Explorer.<br>
  9. nomy

    Document Object referrer Property

    Any function or utility to restrict the access of page. While we wan to restrict the user to directly access the page loging without the password page.<br><br>How to use the document object referrer property?<br><br>
  10. nomy

    How to make a local search engine

    How to make a local search engine. Only with in our local site. No matter the number of html pages in site.<br><br>Nomy
  11. nomy

    How to fix the width of combo box in Netscape.

    I want to fix the width of combo box in netscape. Irrespective of the length of string in the options.<br><br>I tried to controll the width of combo/option box in IE using stylesheet. How can i do this in NE.<br>supose i have options.<br><br>1. aaaaaa<br>2. aaaaaaaa<br>3. aa<br>4...
  12. nomy

    window.showModalDialog is not working on Netscape

    window.showModalDialog is not working on Netscape....<br>It is working fine on Internet Explorer.<br><br>Help me.<br>
  13. nomy

    Disable input type

    How to make disable Input type. It is working fine in IE. while we are using browser Netscape.<br><br>Why Netscape disturbs the length of form input types.<br><br>
  14. nomy

    How to recognize the browser in HTML code

    Any one pl. tell me about detecting the browser type using HTML. or Pl suggest other method
  15. nomy

    Select in Internet Explorer

    I used Layers in My HTML Page + i am using &lt;Select&gt; as combo box. Now Netscape doesnot show them as shown in IE. i mena i arranged them in Frontpage, make then equal sized. How can it display in Netscape as in IE.
  16. nomy

    Compatability b/w Netscape and IE

    Any one tell me how to make HTML code compatable on IE and Netscape. Whe i use layers in HTML Netcsape shows result ok but IE doesn't. Why is like this. Same is case with style sheets. Style sheet result is ok with IE but does'nt work with Netscape.
  17. nomy

    New in ASP need instructions

    What are the steps to start learning ASP. Like whether to install IIS first and other installations. Requirements of setting up ASP. etc.<br> <br> <br>
  18. nomy

    how to connect oracle database/table using data control in vb-6

    how to connect oracle database/table using data control in vb-6
  19. nomy

    crystal report refreshing

    I am using crystal reports for reporting purpose. Problem is that when i start the vb process it cannot update the data on crystal report unless i switch to crystal report and manually update data on report. How can i do this automatically in vb programm.
  20. nomy

    Rounding the numeric variable (declared as double) up to n digits

    I got problem in rounding the number declared as double in vb. I am using access database.

Part and Inventory Search

Back
Top