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

    Call to undefined function: mysql_connect()

    I checked phpinfo() and it lists this info beside Configure Command './configure' '--with-mysql=shared,/usr' '--with-xml' '--enable-track-vars' '--with-apxs=/usr/local/apache/bin/apxs' It appears to have been configured with MySql support. tia for any input on this, tryangle :-)
  2. tryangle

    Call to undefined function: mysql_connect()

    Hi, I looked through the scripts and didn't see it, so I'm guessing that it's part of a library. I think this has something to do with the $PATH, but I'm not sure, because I'm not familiar with the MySql configuration. safe_mysqld --defaults-file=/etc/my.cnf is running. The my.cnf file is...
  3. tryangle

    Rendering with a DTD

    Hi, I couldn't find an xhtml forum, but I'm hoping someone here could help me on this... For some reason, I can't get my page to render with the doctype header. When the DTD is there, the page will validate to xhtml1 transitional, but the page is all messed-up. However, when I comment out the...
  4. tryangle

    How can I substitute for an Ad when it doesn't show?

    Hi, You know when an ad (or any image for that matter) doesn't show, it leaves a blank box with a red x... Is there a way to 'test' to see if the image makes it on the page and if it doesn't, to substitute another image for it? Thanks in advance for your input on this... :-)
  5. tryangle

    Tweeking DNS for Host Header domain

    Hi, I set up a (C)name for 'www' using the same fully qualified NS as the Default Website and set up its corresponding (A)record with the static IP address. I set up 'lan' as a domain. I set up a (C)name for 'lan' using a fully qualified 'name' and set up its corresponding blank (A)record with...
  6. tryangle

    DNS for Host Header

    Hi, I did the host header thing to setup a new site on a single static IP. But everywhere I've looked, the info is so vague about what is involved with the DNS config. I added a new forward lookup zone, so far, with a records and c names. But when I've tried to Start the site in IIS I get this...
  7. tryangle

    select picture menu

    Hi, I'm using a <select> as a menu to display pictures of different sizes in a table. What I'm having difficulty with, is that the table somehow gets set to the size of the first picture displayed, then all the rest of them are being displayed (distorted mostly) at the same size. They're mostly...
  8. tryangle

    Coordinated output...

    I'm using Math.random() to generate a random picture in a table, and it works fine. But then I'd like to put another graphic- in a different table that coordinates with the first one... I did a document.write(string) of all the code in-between set to a variable- including the sets of graphics...
  9. tryangle

    overflow:'scroll' (2 parts)

    I asked this question in the Javascript forum, but didn't get any responses... but I've been still digging around trying to figure it out... I think maybe it's a CSS question instead? I'm interested to know if the color for this scrollbar can be changed separate from the fullwindow scrollbar- I...
  10. tryangle

    overflow:'scroll' (3 parts)

    I'm using a <div> to place content in a scrollable box... but I only need the vertical scrollbar. Is there a way to eliminate the horizontal scrollbar? Also... I'm interested to know if the color for this scrollbar can be changed separate from the fullwindow scrollbar- I can change the color...
  11. tryangle

    Shifting focus from Select...

    When I use the onClick=&quot;window.focus()&quot; within the <select> tag then the dropdown list doesn't stay down unless I hold the mouse button down. It there a way to shift the focus off the Select AFTER a selection has been made- which is usually the 'second click' of the mouse button...
  12. tryangle

    Alt=&quot;&quot; Title=&quot;&quot; Tooltip for Select Dropdown...

    Is there a way to have a Tooltip box come up over the text window of a Select dropdown menu? I've tried using both alt=&quot;Whatever&quot; and title=&quot;whatever&quot; on both the Select line and the Option lines... Also, I'm looking for a way to change the text color of the associated text...
  13. tryangle

    marquee withStyle

    This is what I call a 'Simple Workaround' to get more than one message on a marquee without the messages having to be scrunched together. I'm showing it here with the marquee tag, but it will also work with a crossbrowser javascript. Although the cursor is set to default so you don't get a hand...

Part and Inventory Search

Back
Top