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

    how can i get the URL of referring page?

    i need to get the url of the page that referred the web browser to the current page. (the page the user clicked from to get here) i used to know how to do this in vbscript / asp - however, i have looked and looked in the php reference and cannot figure out / remember how to do this. can anyone...
  2. miahmiah

    CSS specificiations for combo boxes or radio buttons?

    hello, i have a question regarding the look of combo boxes being changed by cascading style sheets. i have successfully used style sheets to alter the look of text boxes, submit buttons, and list boxes - does anyone know where to find info about changing the look of combo/drop-down boxes or...
  3. miahmiah

    how do I close or show a pop-up window automatically?

    I tried using <body onBlur=&quot;window.close();&quot;> in a pop-up window created by window.open() but but the onBlur does not always activate immediately - can I use onFocus in the parent window? How do I close a window that is not the window that the window.close command is coming from...
  4. miahmiah

    how can i trap mysql error messages with php?

    does anyone know how to trap error messages that mysql generates, when coding with php? i want to stop mysql from printing to a page its error messages (like the &quot;0 is not an index&quot; error for a bad database connection attempt), and instead create user friendly messages and options.

Part and Inventory Search

Back
Top