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

    Outlook Express: Email works on one identity, not another

    I opened up Outlook Express yesterday, and I noticed something weird. All of my folders that I divide my mail up into were all messed up and out of order. Then, when I tried to receive my mail from my 3 accounts, I got errors for all of them. I couldnt figure it out, the only thing I did was run...
  2. JoeM6

    Link Validation not working correctly

    After connecting to my database, I use the following to make sure the links are working properly: use LWP::Simple; while(my ($id, $Name, $Cat, $Type, $Players, $Object, $GameURL) = $sth->fetchrow_array()) { if(head($GameURL)){ } else { print &quot;Not Working: $GameURL<br>&quot; } }...
  3. JoeM6

    using mail2mysql without MHonArc?

    The following code should read the mail in my inbox, add it to a mysql database, and then delete it. However, I do not have the MHonArc module installed to run it. That module is used to strip html code(from what I read). All of the emails I get at the address I want to log will be undeliverable...
  4. JoeM6

    Importing data into excel

    I have a CSV file. It has 9 digit part numbers in it. Some of the part numbers begin with zeros. The zeros are there in the CSV file, but when I open it up in excel, they are removed. Is there away I can format the cells to text before opening the file so the zeros are there? JoeM6...
  5. JoeM6

    DHTML Scrollbar

    I have a scrollbar in DHTML on my site. It works fine, but if you click on the bar (not the arrows), it sticks, and no matter where you move the mouse, the page scrolls. To see what I am talking about, go to http://www.jlhsband.com and click on 'Media'. Click on the music notes. The source of...
  6. JoeM6

    Is there a Perl &quot;maintenance&quot; script to close site for updates?

    I want to close my site for a few hours while I perform some updates, but I dont want anyone viewing the site while the site is being updated. Is there a Perl script that can redirect like every page to a page that says like maintenance in progrss or something? If not, can it be done in PHP...
  7. JoeM6

    MySQL and Php

    I am building a website in ASP. My webhost just sent me php files to create databases and tables. Can I create the databases and tables in Php, then add/edit/delete records and with ASP? JoeM6 JPMJR11@aol.com http://gamecentral.20m.com
  8. JoeM6

    Easy Q: Same script 2x on one page

    I want to put the following script on my page twice, in two different places: <SCRIPT Language=VBScript> if screen.height = 480 Then document.write ('480') End if if screen.height = 600 Then document.write ('600') End if if screen.height = 768 Then document.write ('768') End if </SCRIPT>...
  9. JoeM6

    Removing Banner ads like Tek Tips does

    I want to make it so people who join with my site have the option to remove the banner ads like on tek tips and all unregistered users dont have the option, is there a way to do this in asp? JoeM6 JPMJR11@aol.com http://gamecentral.20m.com
  10. JoeM6

    Adding Records to a Database - Expected Identifier Error

    I have a script that adds a record to a database. I get an Expected Identifier Error when it processes. Ill show you what i have. ------------- add.asp This is the page where all the information is put in: <form method='post' action='add2.asp'> Game ID: <small>(Auto Number)</small> Name of...
  11. JoeM6

    Database and Auto Numbers

    If i have a database, and have a field that has an auto number, will that increase when i add records using a form online? JoeM6 JPMJR11@aol.com http://gamecentral.20m.com
  12. JoeM6

    Can you use a form to write to a database?

    Can you use a form to write to a database? I know you can use a form to write to an .asp file, but i mean like a .mdb file. JoeM6 JPMJR11@aol.com http://gamecentral.20m.com
  13. JoeM6

    Login script wont work

    I got this login script from a website. When I test it, it says that the login.asp page cannot be found. The script goes like this: <%@ Language=VBScript %> <% Response.Buffer = True %> <HTML> <BODY> <% UserName = Request.Form(&quot;username&quot;) Password =...
  14. JoeM6

    Does netscape support asp?

    I dont have netscape, so i dont know if netscape supports asp, does it? I know that it is a &quot;microsoft thing&quot;, and needs to be on a microsoft server so i dont know. Thanks JoeM6 JPMJR11@aol.com http://gamecentral.20m.com
  15. JoeM6

    I am looking for an ASP script that....

    I have seen on many sites that have tons of links that instead of links, they just use an Id number. Example. Lets say i wanted to link to www.somesite.com. Instead of the url being www.somesite.com, i want it to be www.mysite.com/redirect.asp?ID=123 Do you get what i mean? If not i can try and...
  16. JoeM6

    New window script problem

    I have a script that opens in picture in a new window to make it large. It works fine in IE, but in AOL, it keeps opening window after window until a) my computer freezes or b)I close the MAIN window. The link is http://gameworldx.homestead.com/files/screenshots.html JoeM6 JPMJR11@aol.com...
  17. JoeM6

    Backgrounds

    U know how if you have a background image that is too small it will start on the left, then fill in any remaining space on the right? Well is there a way to get it to start on the right and fill in remaining space on the left? JoeM6 JPMJR11@aol.com http://gamecentral.20m.com
  18. JoeM6

    Alert Message - only alert once

    Any one know the script to have an alert message only pop up once instead of every time the page is viewed? JoeM6 JPMJR11@aol.com http://gamecentral.20m.com
  19. JoeM6

    click one link to open a page in 2 windows

    Sorry if the subject sounds confusing, but ill try and explain my problem. I have a page, and I want it so when i click on a link, it opens a new window with a page in it, and also opens a page in the first window as well. Is there a way to do this? JoeM6 JPMJR11@aol.com http://gamecentral.20m.com
  20. JoeM6

    submit a for using text, not a button

    How do i submit a form using text instead of using a button. I know how to do a button and a graphic, but not using text, can someone help? JoeM6 JPMJR11@aol.com http://gamecentral.20m.com

Part and Inventory Search

Back
Top