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

    closing parent window - URGENT PLEASE HELP!!!

    Thanks snt, I did that and now it's asking me to confirm the close. Is there a way to bypass this confirmation? Thanks for your help Kiran
  2. amutinu

    closing parent window - URGENT PLEASE HELP!!!

    Hi, I am new to javascipt and am trying to close my parent window when the child window is closed. Can someone please help me. I really need to fix this by tonight as i have to submit this project to my client tomorrow. i would really appreciate your help, thanks, Kiran ON PARENT...
  3. amutinu

    Pop-up window not working

    Thanks spewn for your response, On your question regarding child window, i want the child window to always stay on top until it is closed, no matter what other window is focused, child window always remains in top position/visible i would appreciate your quick answer Thanks
  4. amutinu

    Pop-up window not working

    Hello All, I have an application where i am opening a pop-up window thru. javascipt. Is there a way to set the focus such that the child window is always on top? Also if i have some other application (Excel) open in the background and if i open the javascript window and then close it, the...
  5. amutinu

    Pop-up window - URGENT - PLEASE HELP

    Hello All, I have an application where i am printing files from the client-side javascript using a looping structure. Now the problem is that if the user has requested 10 copies of the file and if the user accidently closes the javascript pop-up window, it will stop the processing and will...
  6. amutinu

    Print Document Button

    Hi TECHMAN007 I was wondering if you found a solution to your problem. i have a similar issue and am looking for a solution. can you please let me know if you have found a resolution to your problem? thanks and appreciate it thanks
  7. amutinu

    Can I print multiple .pdf files from a html page with javascripts?

    Hi Petal, I have a similar issue with printing one pdf file from an asp page when the user clicks on the print button. have you found a solution to your problem? i would really appreciate your help, thanks
  8. amutinu

    Client Side ActiveX component using WScript - Please Help!

    Hello All, Is there a way to use "WScript.Shell" from within asp to retrieve some registry information on the client side. I want to retrieve the default printer name from the client's registry using "WScript.Shell" One of my friend mentioned this to me but am not sure...
  9. amutinu

    WScript within ASP

    Hello All, Is there a way to use "WScript.Shell" from within asp to retrieve some registry information on the client side. I want to retrieve the default printer name from the client's registry using "WScript.Shell" One of my friend mentioned this to me but am not sure...
  10. amutinu

    Default Printer from ASP Page?? Please help

    lobstah and fhlee thanks for your responses, but i wasn't really looking to bypass the print dialog for printing. I only wanted to retrieve the default printer name so that i can display it on the asp page. So when the client is accessing the site and they want to know what the default...
  11. amutinu

    Default Printer from ASP Page?? Please help

    Hello All, I was wondering if there is a way to retrieve the default printer name when the client accesses the asp page. I need to be able to code my asp page so that when the user clicks "Print", it shows which default printer it's going to print to. I do not want to display the...
  12. amutinu

    Please Help - Combining Binary Files

    chiuchimu & Alt255, thanks guys for your responses but i was wondering if this would work for adobe pdf files. the binary files i have are pdf files and somehow when i use your code, it doesn't combine the files. It just creates the third file with the content of the second file. Any...
  13. amutinu

    Please Help - Combining Binary Files

    Hi JohnYingling thanks for your response but the code that you have mentioned does not combine/merge two binary files. All it does is creates a new file with the first binary file's content. I am still looking for a way to combine/merge two binary files into one file. i tried puting...
  14. amutinu

    Please Help - Combining Binary Files

    Hello All, I am creating a VB App that will merge/combine two binary files into one large file. I am using the Open command to open the file in binary read mode and the output file in binary write mode. But somehow the two files are not merging. I only see the 2nd file in the document...
  15. amutinu

    How do I merge two pdf files on IIS Server?? Urgent

    Hello All, I am trying to merge two pdf documents into one on IIS Server so that the users can select which two checkboxes to click and merge the two documents. I cannot install Adobe Acrobat on the production server because Adobe doesn't support server licences. Can someone please tell me...
  16. amutinu

    Opening word files from ASP

    Hello LindaH, The code is attached below. All i had to change was the MIME type on my ASP Page. I am using Sql Server as my back end database. In your case (for word documents) you will have to change the MIME type to "application/vnd-msword" i think. But you may want to...
  17. amutinu

    "AcroExch" Not found. Please Help!!

    Hello All, I am trying a sample from for inserting pages from one file to another and somehow i get a "Cannot create component object" error at the following line of code. I am new to pdf and would appreciate your help. Please let me know, Dim PDDocSource As Object Dim...
  18. amutinu

    Sort Formula field from ASP - URGENT

    Here you go Ken the contents of the formula, @Weight 0 @ContactsComplete If {v_Report_ManagerQuestionnaire.ContactsComplete} = "YES" then {@Weight} + 15 Else {@Weight} + 0 @OrgComplete If {v_Report_ManagerQuestionnaire.OrganizationComplete} = "YES" then...
  19. amutinu

    File download from IIS to local disk in background

    Hi Nick, It is possible to display a dialog box for the user to download the document. I have an asp page that lets the user view the file and also another button that gives them the option to save it to their hard disk. Can you please share any sample code if you have any, thanks and your...
  20. amutinu

    Sort Formula field from ASP - URGENT

    Hi Ken, The formula is a sum of other fields on the report. This is what's in the Score Edit Formula: {@ContactsComplete} + {@OrgComplete} + {@ProfComplete} + {@ClientAssetComplete} + {@CompletedProductsScore} Please let me know if there is a workaround. thanks

Part and Inventory Search

Back
Top