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

    POP UP WINDOW RETURN VALUES

    In window "x" I want to open a pop up window "Y" that provides a list of values. when the user choose two of the values(by clicking a button next to them) window "x" will be closed and the values will be placed in the window "Y" inside text boxes. What...
  2. marknav

    automatic print

    are you sure that by writing : <script ...> function printMyPage(){ : window.print(); : return true; } </script> The user will not have to be involved in clicking on the print dialog? (I want the page to be printed immediately afetr clicking...
  3. marknav

    automatic print

    I want to print a page automatically. the user will press submit and the information will be printed and then submited,without making the user click anything else. (so I don't want to use the window.print()) Also I want to make sure that if the page was not printed then the page will not be...
  4. marknav

    spacing

    Thank u!!! I liked this solution very much! Two more things: 1. I want to use a table with fixed width and height for the cells, however the information in the cells is dynamic, and therefor - one cell become wider than the other or higher than the other. Is there a way to make the cells all...
  5. marknav

    spacing

    How do i do that? &quot;Make the table cell border for the header to have only a bottom border, and the table cell border for the footer to have only a top border&quot;
  6. marknav

    why to use double &amp;&amp;

    I transfer parameters with: file.cfm?param=value1&param2=value2 However i noitced an example written this way: file.cfm?param=value1&&param2=value2 Why to use double && ? Thank you
  7. marknav

    spacing

    i am trying to create a page that is framed with 2 lines at top and at bottom for ex: this is header text ___________________ page content __________________ This is bottom text i want that in my html page the space between each text and its line will be zero. i was working with HR, br...
  8. marknav

    remote procedure call

    I have a windows 2000 professional. In the services i changed (by mistake!) the properties of the service- &quot;remote procedure call&quot; from automatic to disable. Apparently it is an important service, because now most of the services don't work and i can not even enter properties to cahnge...
  9. marknav

    How to enable remote procedure call

    I have a windows 2000 professional. In the services i changed (by mistake!) the properties of the service- &quot;remote procedure call&quot; from automatic to disable. Apparently it is an important service, because now most of the services don't work and i can not even enter properties to cahnge...
  10. marknav

    transfer parameters

    I am need to use parameters in page A but the parameters are not defined in page A, but in page B which i included in page A as <cfmodule template=page b..>. I know that if i change the tag to <cfinclude template=page b..> then it suppose to work, but in my specific case i have a different...
  11. marknav

    stored procedure sp_detach_db/sp_attach_db

    Hi, I want to use a system stored procedure sp_detach_db and sp_attach_db. I am not familiar with sp and need help to execute one. These sp are not displayed under my DB but i did find them in the master DB. How do i run them? Can i run them from the master DB but make it work on my db? and...
  12. marknav

    edit/minimize transaction log file

    Hi My database's transaction log file is too big. there is no space on the disk for it to grow, and other operations can not be made. i tried to truncate the file but it didn't do anything . i was also thinking to change in the DB properties the location of the file , so it will be saved on a...
  13. marknav

    reading from a text file by line

    Hi I need to read information from a text file. I need to find the line when a certain name appears and print this line. I already did the first part, when i read the information from the file to a parameter, and than by the find function i found the position of the name inside the line. My...

Part and Inventory Search

Back
Top