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 Wanet Telecoms Ltd 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: Linnq
  • Content: Threads
  • Order by date
  1. Linnq

    Netscape Issue with JS function

    I have a script which detects whether or not the page was loaded from within a particular frameset, if so, the home button is not visible. If not then the home button is visible, works fine in IE but not in NS 7.1 or MoZilla 1.6 I have given the home button on the pages both a name and an id of...
  2. Linnq

    Frames, can the order in which they load be controlled?

    I have built a menu that grey's out a button when the corresponding page is loaded in the "main" frame, it works fine but when the frameset loads the menu page loads before the home page, therefore the menu page throws an error because it needs to load after the home page and determine which...
  3. Linnq

    getting correct Data from DB but have multiples of the same value

    If you have multiples of the same value being drawn from DB, how do you limit the select to only show the value once?
  4. Linnq

    Populate a select based on previous selection

    I have a select box populated with vendors, when the user clicks the vendor I would like to populate a select on the next page with that vendors item types, any help is greatly appreciated.
  5. Linnq

    Break into Frames

    I've opened a window outside of the frameset, now from that window I need to open a new page within the frameset and close the pop up. onClick="javascript:window.opener.open('Tips.html','Tips') I've tried various combos of "window.opener.top.parent.FrameName" with no luck. Any...
  6. Linnq

    Screenwidth Issue?

    This is probably an easy one, I'm having some difficulty getting an image to occupy 100% of a cell in a table. I'm trying to accomodate high resolutions by stretching a slice taken from the graphic. Here's the code <table align=&quot;left&quot; border=&quot;0&quot; width=&quot;100%&quot...
  7. Linnq

    How can I place a dynamicly generated text box in a specific row?

    I have a function dynamicly generating text boxes and would like to place the boxes in a specific row of a table.

Part and Inventory Search

Back
Top