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

    iframe input values

    Is there a way I can get the value of a text input box that is inside of an IFrame? Peace out, Peace Co.
  2. peacecodotnet

    flash iframes

    I was Googling around looking for a straight answer to this question, but the closest thing I could find was somebody in another forum who asked the very question I'm researching: Any help on this would be greatly appreciated Peace out, Peace Co.
  3. peacecodotnet

    port connections

    How do you connect to ports on a remote host and send requests to the ports (and recieve responses)? Peace out, Peace Co.
  4. peacecodotnet

    window location

    I want to perform different actions depending on what a user types after a # symbol to a web page. For example, if they visited page.html#hello, a screen would say hello to them. But if they visited page.html#goodbye, it would say goodbye. I'm not asking how to make the content appear, but...
  5. peacecodotnet

    Connection check

    Is there a way to tell with Javascript whether a user is online? Obviously this is going to be running on a page that is saved locally. Any help would be greatly appreciated! Peace out, Peace Co.
  6. peacecodotnet

    extreme newbie needs template

    I'm an extreme newbie to C++. So far I have only been making console applications and the like. However, I'd like to have a very simple Windows program that just displays two boxes, User: and Password:. There is only one correct combination of User and Password, and the window will not close...
  7. peacecodotnet

    Partition

    I have a laptop on which I would like to make a second partion. I want both partitions to be windows. However, the current single partition takes up the entire hard drive, and when I try to make it smaller it won't let me. How can I make the default partition smaller so that I have room to...
  8. peacecodotnet

    Getting JavaScript to work in IE

    This is a possible doctype problem...or maybe I just suck at coding JavaScript. Here is the page in question: http://www.andrewpeace.com/tools/spamnow_form.html I'm making an Emailer for myself with PHP, but before the form gets submitted I want a JavaScript just to make sure that all fields...
  9. peacecodotnet

    Can't get rid of extra space in table, possible css problem

    I posted this one awhile ago, and somebody gave me an answer that looked good like it was right...but turned out to be wrong. I am making a site for a local theatre. The design is currently located here: http://www.andrewpeace.com/hjt/test2.html See how there's two white lines going through...
  10. peacecodotnet

    Can't get rid of extra space in table, possible css problem

    I've been working on a template for somebody, and I just added some CSS dropdown menus to the navbar. The problem is, there is now a space above and below the TR that the dropdowns are in. I've tried everything but I can't seem to get rid of it. A CSS solution would be ideal, because my next...
  11. peacecodotnet

    CSS dropdown menu IE compatability

    I am working on a site that was given to me, and I am trying to add CSS drop down menus to the main nav bar. In FireFox (which is what I like to use) it looks wonderful. However, in Internet Explorer, it gets all screwed up, and any web developer knows an accessable site must work in IE. It is...
  12. peacecodotnet

    preg match

    i'm looking for a preg_match_all pattern that would return a nice array of all email addresses in a string thanks! Peace out, Peace Co.
  13. peacecodotnet

    find all links on a page

    I have an HTML document in a string $HTML. I want to use preg_match_all() to print out all of the pages that this page links to. So if $HTML contained <a href="http://www.google.com/">hi</a> <a href="www.tek-tips.com/index.cfm">hiagain</a> The php script would print out...
  14. peacecodotnet

    list all of a site's pages

    Is there a way that you could connect to another server's port and list all of the pages they have? For example, I might want to see what pages www.andrewpeace.com would have, and it would give me something like: index.php blog.php face.jpg Or something like that. Can this be done? Peace out...
  15. peacecodotnet

    mdb reading program

    i have a mdb file that i made with microsoft access awhile back. since then, i have had to uninstall access, but i still have the file and very badly need to access it. is there any way i can do this without access? Peace out, Peace Co.
  16. peacecodotnet

    create a subdomain

    I would like to create a subdomain to a folder using PHP. The folder's name is "test" and I want the subdomain to be "test.mydomain.com". How do I do this through PHP? Peace out, Peace Co.
  17. peacecodotnet

    complex form target

    i want to have a form targeted to a certain frame in a certain window. for example, i will use javascript to open a window like this: window.open('thewindow.php','thewindow','toolbar=no,status=no,width=500,height=320'); in that window, there will be an iframe named "theiframe". how do i get a...
  18. peacecodotnet

    preload images

    i'm not really that good at JS but i need a little script that will preload images so that my rollovers work faster. any help is greatly appreciated! http://totalwebtalk.com --Good forum :) Peace out, Peace Co.
  19. peacecodotnet

    Flash stick autorun

    I have a flash memory stick that I use very often. Every time I plug it into my computer, a Windows Explorer window comes up...but I use a special program to navigate my files, so I don't want Explorer to come up. I tried right clicking on the Flash drive and setting the Autorun properties or...
  20. peacecodotnet

    MYSQL random row

    I am using php to read from a table in a mysql database. I need to be able to run a select statement that selects * where field1='value1' and field2='value2' I know how to do that, but then I need to select a random row from those results. How do I do that? Any help would be greatfully...

Part and Inventory Search

Back
Top