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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bluetang

  1. bluetang

    how can i get document.location.href to target new browser window?

    it worked - BRILLIANT!!! thank you! thank you! thank you!!! :-D
  2. bluetang

    how can i get document.location.href to target new browser window?

    thanks, but could you show me how i'd use that within the code i inserted? i really meant it when i said i have no idea <g>
  3. bluetang

    how can i get document.location.href to target new browser window?

    I'm currently using: <body onLoad=&quot;javascript:window.print();document.location.href='nextpage.cfm'&quot;> to print a page and then redirect the user to the next page without them having to do anything. i'd like to open the next page in a new browser window, but i'm really new to...
  4. bluetang

    this code used to work, but now it doesn't - what could have changed?

    Thing is, we didn't move any code when we reverted back to 4.5. The two versions are on two seperate servers so all we did was copy one Access database back to the original server, create a new 'website' in IIS on the original server and re-point the DNS. Thanks for all your help anyway :)...
  5. bluetang

    this code used to work, but now it doesn't - what could have changed?

    no, the contractor we got in to do the migration has upgraded our development and test servers and tested them before all this went ahead. the problems described above are in cf 4.5, not mx as we rolled the intranet back to its original server when mx lost it's database connections. i'll...
  6. bluetang

    this code used to work, but now it doesn't - what could have changed?

    I'm really hoping this is going to be one of those obvious things that I just can't see because I'm looking too close... Last Thursday we finally migrated our intranet from coldfusion 4.5 onto MX. Everything looked fine until Friday morning when it lost it's ODBC connection to the Access...
  7. bluetang

    cflocation and javascript onLoad

    Hi iza, Thanks very much for your help. I used the following javascript: <body onLoad=&quot;javascript:window.print();document.location.href='makertpline.cfm?RTP_no=#rtp#'&quot;> and removed the cflocation tag altogether. This means that now I can click on a button in one page to print...
  8. bluetang

    cf location and javascript onLoad

    Thanks guys 'n' gals, Kristof's code seems to be working ok so now I just need to figure out how to get the variables back to the original page, but as that's a cf thing I'll be off back over there now :-) Thanks again Sara
  9. bluetang

    cf location and javascript onLoad

    Hi, Firstly I apologise for putting a coldfusion related question in here, but it is javascript related too and I have already tried the coldfusion forum. I am trying to figure out how to get my page to print when it loads and then return to the page it was linked from without the user having...
  10. bluetang

    cflocation and javascript onLoad

    Hi, Thanks ever so much iza, I'll try there now :-) Sara
  11. bluetang

    cflocation and javascript onLoad

    Hi, Firstly I apologise for putting a javascript related question in here, but it is cf related too and I didn't know where to ask first. I am trying to figure out how to get my page to print when it loads and then return to the page it was linked from without the user having to click on any...
  12. bluetang

    Euro Currency Format function

    Thanks very much for your help. Kindest regards Sara
  13. bluetang

    Euro Currency Format function

    Hi, Thanks for the prompt reply. That's great, but how could I get the values to show in GBP (£)? Many thanks again :-)
  14. bluetang

    Euro Currency Format function

    Hi, Please excuse the dumb newbie question but I need some help. I need to format my code so that the values are all shown in £xx,xxx.xx format and I can't figure out how. At the moment: <cfoutput><i>#RTPValue#</i></cfoutput> is outputting the unformatted value ok. Any suggestions...

Part and Inventory Search

Back
Top