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: Zilflic
  • Content: Threads
  • Order by date
  1. Zilflic

    Using javascript to open a new window and display parent's source

    Is there a command or way to open a popup window and display the parent's source code in IE? I'm in an IE only environment where all the menus, tool bars, address bar, and right-clicking is disabled, but am expected to debug js. Any help would be appreciated!
  2. Zilflic

    How to fire an event when javascript changes a value

    I am using one select box to populate another through ajax. If there is only 1 option to be popuplated, I will default it to that option (which they can blank out by selecting '--none--' with an empty string value, so there are a min. of two options once the first dropdown value has been...
  3. Zilflic

    Project Tracking Software

    Does anyone here use or develop software that is web based for project tracking? I'm looking for something similiar to MS Project on a smaller scale and open souce is alway a plus for my company. Thanks, Ann
  4. Zilflic

    Print Search Results

    I have done a search entire site for a session variable and it came up with 1105 items in 178 documents. I was told to print a list of the pages and where it is used and I would prefer not to type out all instances of this variable. Does anyone know how I can either print out my search results...
  5. Zilflic

    Is more validation necessary?

    I am assigned to adding validation to our project. It is a web application for internal use in small companies and we are selling the package requiring javascript. Our forms include customer entry, inventory entry, invoice entry, and several number collecting screens. In this stage, we are...
  6. Zilflic

    Replace String while upping number to replace with

    Hi, I would like to do something similiar to the following: $counter = 1; $year = "year: NDX year: NDX"; $year = str_replace("NDX", $counter++, $year); and get the result: year 1 year 2 It echos out 1 for both years, so how would you guys go about getting this result? I made this...
  7. Zilflic

    Maintaining Sessions in multiple windows/tabs

    I have a system that is required to force a page to its main section after thirty minutes of inactivity. Then after another hour of inactivity the user is logged out. I have done this using JavaScript, but now have a problem with multiple widows open. When a user is using only one window/tab...
  8. Zilflic

    $_SESSION verses a database call

    When my company initially designed our project we expected it to be a small addition to another much larger system. We figured there would be about 4 screens that would need the same information and we were planning to use $_SESSION variable. After we got started the president of the company...

Part and Inventory Search

Back
Top