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 SkipVought 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: *

  1. Baldwin238

    Layout breaks with window resizing

    For a friend of mine, a pole dance fitness studio site. My layout breaks, looks like the middle white/gray content area shifts to the left/right (depending on browser, weird) about 1-2 pixels when the window is resized (smaller in Moz and maxed in IE) FF on Mac with non-maxed screen size...
  2. Baldwin238

    DateToStr question

    I am looking for a way to convert today's date to a string in the following format: yyyymmdd without any delimiters such as "/" (yyyy/mm/dd). Can you use DateToStr or is there a better way to accomplish this? Jeff Baldwin http://www.absolutelyfreerolls.com http://www.golf.jbaldwin.net
  3. Baldwin238

    a pop up issue with code

    still no luck, sorry. First suggestion results with same error. Second suggestion results with: SELECT A.AM_ID, A.AM_TEXT, A.AM_COUNT AS 'AlertsToDo', B.AM_DATA_ID , B.AM_NAME, B.AM_COUNT AS 'AlertsDone' FROM FORUM_AM_DATA A LEFT JOIN FORUM_AM_DATA B ON A.AM_ID = B.AM_ID WHERE ((B.AM_NAME =...
  4. Baldwin238

    a pop up issue with code

    The reason I ask is because when I set up the alert in the admin section, it says the START DATE and the END DATE MUST be in the format of YYYYMMDD, but when I did the Response.Write strSQL the date comes out in this format: '5/8/2006 4:03:10 PM' Here are the results of the entire strSQL...
  5. Baldwin238

    a pop up issue with code

    COuld it also possibly have something to do with the Access DB table? Namely the type of fields originally created? Alert Members [CREATE] AM AM_ID AM_START#varchar(255)#NULL# AM_END#varchar(255)#NULL# AM_TEXT#varchar(255)#NULL# AM_COUNT#int#NULL# [END] [CREATE] AM_DATA AM_DATA_ID...
  6. Baldwin238

    a pop up issue with code

    Hmmm. I remember reading that JOIN expressions arent supported by Access. Now I am getting that error. JOIN expression not supported. I appreciate your help Sheco, but I honestly do not want to take up any more of your time. Thank you again. Jeff Baldwin http://www.absolutelyfreerolls.com...
  7. Baldwin238

    a pop up issue with code

    I truly apologize for being such a pain, but now I get error: Microsoft JET Database Engine error '80040e14' Between operator without And in query expression ''. /forum/forum2/inc_alert.asp, line 43 I also emailed the author of the mod to see if he ever came up with a fix for the problem...
  8. Baldwin238

    a pop up issue with code

    Wow, thanks for the effort you have given to my problem! I truly appreciate it. However, I am now getting this error... Microsoft JET Database Engine error '80040e14' Syntax error (missing operator) in query expression 'A.AM_COUNT 'AlertsToDo' B.AM_DATA_ID'. /forum/forum2/inc_alert.asp...
  9. Baldwin238

    a pop up issue with code

    This is the source code from the main default page of my forum...the pop up script is actually the last line of code in the text file. Source.txt Here is a copy of inc_footer.asp (which is where the include file inc_alert {from above} is inserted into) inc_footer.asp is referenced by every...
  10. Baldwin238

    a pop up issue with code

    Which page? It occurs on every page of the forum no matter what, everytime. It seems to me like the code isn't adjusting the members AM_COUNT when a pop up shows. So when the code is rerun again (with a page refresh or if the user browses to another page in the forum) the database is saying...
  11. Baldwin238

    a pop up issue with code

    Sorry, Here is the correct working link to the .txt file http://www.jbaldwin.net/inc_alert.txt Jeff Baldwin http://www.absolutelyfreerolls.com http://www.golf.jbaldwin.net
  12. Baldwin238

    a pop up issue with code

    I use Snitz Forums on my site and I am having a problem with one of the"mods" I am adding in. No one over at their support forum like to answer my questions I post so I coming to my second home in hopes of finding an answer. The problem is in http://www.jbaldwin.net/forum/forum2/inc_alert.txt...
  13. Baldwin238

    Suckerfish DD menu & IE problem

    no suggestions on this? I guess I can live with it as it doesnt look that bad or cause the page to break down, but I will notice every time... lol. Jeff Baldwin http://www.absolutelyfreerolls.com http://www.golf.jbaldwin.net
  14. Baldwin238

    Suckerfish DD menu & IE problem

    I am using the Suckerfish (actually the Son of Suckerfish) dropdowns and OF COURSE it is having a problem in IE, but works perfectly in FF. My site is still in the process of building, but here's the page with menus. http://four2aflush.com/index4.html The DD's are supposed to come out UNDER...
  15. Baldwin238

    If...Then Problem with my forum

    if (strTitan <> "") OR (strAbsolute <> "") OR (strFair <> "") OR (strPokercom <> "") OR (strBetfred <> "") then The strTitan and the other similar ones were integer variables of 1 or 0, I actually needed to check the status of trim(Member_Absolute) and ther other similar ones. Jeff...
  16. Baldwin238

    If...Then Problem with my forum

    Need some help. This if..then statement does not seem to be working. Can anyone see why? This takes some data(IF it's present in the DB) and outputs into the topic.asp under the "# of posts" area under the avatar. It does outout the data like it should, but if no data is present at all, I...
  17. Baldwin238

    Alternating table row colors?

    I love this site and the members. You all have helped me with every problem I have had. Thanks very much, worked like a charm! Jeff Baldwin http://www.absolutelyfreerolls.com http://www.golf.jbaldwin.net
  18. Baldwin238

    Alternating table row colors?

    I need help yet once again. I saw a reply by VRagabond to a similar question I have, but I can't seem to implement it correctly in my code. I want to have alternating table row colors. I was able to code it correctly in .asp, but in php, somethings not clicking. I do use CSS Stylesheets and...
  19. Baldwin238

    Replace links in an XML feed

    Thanks for the reply! Right after I posted, I tried one more time with a clear head and nailed it. Not sure if it was the best way, BUT it works. I didnt try your method, however I thank you anyway! -- Jeff (this is what I did:) <?php $file = 'http://www.freerolls.net/feed.php'...
  20. Baldwin238

    Replace links in an XML feed

    I am at my wits end. I am using a feed on my site. It contains links as part of the feed. However, I want to replace the links in the feed, with links of my own. Here is the code I use to put the feed onto my site: <?php $file = 'http://www.freerolls.net/feed.php'...

Part and Inventory Search

Back
Top