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

    Trouble trying to open a link from a menu into a new page

    I have a drop down menu. I am trying to set it up so that when the link is clicked, the page, or in my case the pdf loads ina new window. I have tried target:"_new" and target:"_blank" already with no success. Below is the code. menus[4] =...
  2. skills

    help with assembly compiler, linker, loader, and locator

    Does anybody know of a good site or faq that explains how each of these items assembly compiler, linker, loader, and locator works? Skills
  3. skills

    read keystroke in middle of function, not in form

    I need to be able to read in a keystroke in middle of a function. All the help I have gotten before is only helpful if used in the form area. What I have is something like this: function example() { ... ... checkkeystroke() ... ... checkkeystroke() ... ... checkkeystroke() } and function...
  4. skills

    Reading in a keystroke using javascript

    Is it possible to have javascript look for a keystroke, and if the key is pressed, then do something? Skills
  5. skills

    problem using javascript to write to a different frame

    I have 2 frames. In one frame I have a form. In another, I have results show up. I can get items to appear when writing to the different frame. My problem is that all the code on the results page that was there before writing to it is no longer there, such as the background. I also have a...
  6. skills

    resizing a background image

    Is there html code to automatically resize a background image from say 600x800 to another size. I have an image that looks great on a 600x800 resolution, but when viewed at a higher resolution, the image is displayed multiple times to fill the screen. Thanks, Skills
  7. skills

    CSS question about text-weight in a table

    I have a table as such: [code] <TABLE CELLSPACING=&quot;5&quot; CELLPADDING=&quot;5&quot;> <TR> <TD> XXXXXXXXX </TD> <TD> <A HREF=&quot;...&quot; id=&quot;...&quot; target=&quot;_top&quot;>...</A> </TD> </TR> <TR> <TD> XXXXXXXXX </TD>...
  8. skills

    div layers do not lay over two different frames.

    I have a frameset, with menus that use div. The top frame has this code: ... <DIV ID=&quot;cs2menu&quot; style=&quot;position:absolute; left:193px; top:45px; width:120px; height:60px; z-index:1; background-color:#FFFFFF; layer-background-color:#FFFFFF...
  9. skills

    anchor array help

    I am trying to access the array of anchors. What I want to do is take either the name or id and assign it to a variable. This is used later on in an internal search engine. I am having a problem with null. What I have now is this: pdf_link = first_window.document.anchors[i]; Is it possible...
  10. skills

    search engine coming up with random results

    I have designed an internal search engine. I have it working to the point that it will search and find what I am looking for. My problem is that it is inconsistent, and when running the search engine with the same search string multiple times, it finds a different number of results every time...
  11. skills

    problem with opening a window

    Can anybody see the problem with this line of code. I get an invalid argument on it every time, and I don't see the problem. var first_window = window.open(&quot;eso.htm&quot;,&quot;first window&quot;,&quot;width=100,height=100&quot;);
  12. skills

    parent.frame.document problems

    I have a problem with using parent.frame.document in my code. I have multiple instances of parent.frame.document to change a frame url being performed in a row. The frame that is being changed is hidden. My problem is that only the last parent.frame.document of a selected group will actually...

Part and Inventory Search

Back
Top