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 strongm 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: JamesManke
  • Order by date
  1. JamesManke

    Strip out variable values

    ahh I figured it out! Thanks Guys
  2. JamesManke

    Strip out variable values

    Sorry what I was looking for was.... $a = '[size=18:5aa59a030f]TIPS & TRAPS FOR LANDLORDS[/size:5aa59a030f]Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed tempor, enim pulvinar interdum convallis, justo urna varius arcu, id luctus lectus justo id magna. Donec.'; to return...
  3. JamesManke

    Strip out variable values

    Say the variable read... [size=18:5aa59a030f]TIPS & TRAPS FOR LANDLORDS[/size:5aa59a030f] then there was more text bla bla bla If I wanted to remove everything in the [] and have "TIPS & TRAPS FOR LANDLORDS" bolded but the rest of the variable not bolded. Is it possible to do this? Thanks...
  4. JamesManke

    Strip out variable values

    Hi there, I have a variable with the following value... [size=18:5aa59a030f]TIPS & TRAPS FOR LANDLORDS[/size:5aa59a030f] I want to strip out anything in between the [] so that I am left with ... TIPS & TRAPS FOR LANDLORDS How would I go about doing this? Thanks for your help!
  5. JamesManke

    Date help

    Thanks Guys! Works great - nice to a variety of options!
  6. JamesManke

    Date help

    I am using DATE("M-d-Y",$type[showdate]) $type[showdate] in the database is 2001-05-05 For some reason when using DATE("M-d-Y",$type[showdate]) it reads Dec-31-1969 Is this weird or what! ......heeelp!
  7. JamesManke

    Date help

    I have a variable in my database called date. Example: Say the variable date in the databases value is 2005-05-05 How do I make this variable say... May 5th, 2005
  8. JamesManke

    MSSQL DB setup troubles

    Hi there - I have NEVER had to set up a MSSQL DB before - I usally use MySQL. I have a client who wants me to transfer her site over to our new hosting and I need to find out how to set up the database. I have 2 files ( .LDF and .MDF) that were given to me to set this site up. I also have a SQL...
  9. JamesManke

    Spacing issues in IE

    That did not work... If you view the site in Internet Explorer, on the right habd panel under the dashed line there an image called berkal_bottom.jpg . It looks like a gap sort of. I would like this image to be flush bottom just as it looks in Firefox. Thanks
  10. JamesManke

    Spacing issues in IE

    Great, that solves that problem. How about the left hand image, how would I get that to go to the bottom?? Thanks James
  11. JamesManke

    Spacing issues in IE

    Hey there. I am having some spacing issues with a site that I am creating. It looks great in Firefox (of coarse!) but in IE there is a space under "Shopping Basket" link. Aswell the Image berkal_bottom.jpg on the right hand pane is not valign bottom due to the height of the table. IE does not...
  12. JamesManke

    Escape character will not XHTML validate!

    When using the code below internally on my page (which I must do because I am using ColdFusion variables), the page will not XHTML validate because of the escape "\". Is there a way around this? Example: <script language="JavaScript" type="text/javascript"> document.write("&nbsp;<a...
  13. JamesManke

    change the selected item

    Is there a way to have javascript change the selected item in a select box without refreshing the page. Thanks
  14. JamesManke

    Change CF variable via javascript

    After using javascript to change the value of a field without refreshing the page is it possible to store the changed value information into a CF variable? Thanks Heres what I got so far... <script language=javascript> function changeColor(newColor) {...
  15. JamesManke

    Change filed without refreshing page

    Thanks very much, quick response!
  16. JamesManke

    Change filed without refreshing page

    What I want to do is have it so when you select a color in the form, it automatically changes the field "color_change" without refreshing the page. Here is the code if you would like to alter it and post back. Thanks <table> <tr> <td name="color_change" id="color_change">Show Color Name...
  17. JamesManke

    Finding variable in array

    EXAMPLE: session.cart[1].id = 23 session.cart[2].id = 54 session.cart[3].id = 76 What is a function that can find a certain id. What I want to do is scan the array and see if a certain id remains in the array. For example, if I scanned the array shown and asked if id number 54 was in it, it...
  18. JamesManke

    Clear Session?

    Is there a way to clear a session based on it cftoken and cfid. I need to specify the cftoken and cfid in order to clear the right session. Thanks
  19. JamesManke

    Carry over sessions?

    I have run into an issue where I have to send a query to a outside merchant account where it then comes back to my site to an approved or declined page. The problem is, when it returns to the approved or declined page it starts a new session. How can I carry over the same the session so I dont...
  20. JamesManke

    Load bar sticks when using function

    Thanks guys, works great now!

Part and Inventory Search

Back
Top