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

  1. topcat1a

    Write new lines into txt file

    thanks for the help
  2. topcat1a

    Write new lines into txt file

    Oh well, I am trying to automatically generate an XML file and need to enter <> and / as characters into the text file, does anyone know how to do this?
  3. topcat1a

    Write new lines into txt file

    Thank you, just out of curiosity how would I add the actual "\n" to a text file if it is meant to be there. i.e not act as a new line symbol
  4. topcat1a

    Write new lines into txt file

    Hi, Simple question: I have three variables, I want to write each value to a txt file. I can do this. How do I write to the file so that each value is on its own newline? Ta
  5. topcat1a

    include char for strings

    Thank you lpb71
  6. topcat1a

    include char for strings

    Hi, What is VBScript’s special include character, as in when I want to include any special character in a normal string?
  7. topcat1a

    ASP session variable madness

    Hello, I am including one ASP file within another. <head> <!-- #include file="inc/finalGlobal.asp"--> I then call a function within the included file, the result of this is a few session variables are set. <%breadcrumb()%> I then try and access a session variable within the meta tag...
  8. topcat1a

    attach to query string

    Thanks for the help. Does anyone know if I can find out if the user clicks the back button of their browser? Or in that case the forwards button?
  9. topcat1a

    Javscript to ASP

    thanks for the help, I think i have found a way around the problem
  10. topcat1a

    attach to query string

    Hello, When a user clicks away from the page (There are multiple ways of doing this) I need to attach the title (of the current page) to the end of the query string. Anyone know how to do this?
  11. topcat1a

    Javscript to ASP

    If anyone is interested: I have been looking to see how to do this. It looks like when using JavaScript in an ASP page treat it as if you where writing it in any other run of the mill page. Which his nice. But the second you want to know anything about the page your working in (as in the...
  12. topcat1a

    Javscript to ASP

    Can I add <%%> round the script and set the language to JavaScript then some small changes (document.write to response.write) and hope for the best?
  13. topcat1a

    Javscript to ASP

    Help! I've written something in Javascript and I need it to be executed on the server. Before the page is given to the user. Does anyone have any idea how i can do this?
  14. topcat1a

    Page hanging

    Thank you it works OK now. One thing though, I have not got the document.open() All I did was get rid of the <body onload="breadcrumb()"> and move it into the script tag you have put up.
  15. topcat1a

    Page hanging

    Hi the page hanging is all gone however the html is not being displayed, any ideas? I have added document.close() on the end of the breadcrumb() function.
  16. topcat1a

    Page hanging

    Looks like we found our expert, thank you tsuji
  17. topcat1a

    Page hanging

    Hi, When the following code executes it gets to the end of inProductSearch function and doesn’t return back to the body of the HTML to write ‘5’. In IE the page finishes and everything up to number 2 is displayed, it does not write '5'. The same in Firefox, however in Firefox the hourglass...
  18. topcat1a

    Create Links

    To dynamically create the URL by adding JavaScript variables: Var finalString // Some processing of finalString… document.write("<a href = 'http://www.asd" + finalString + ".co.uk'>" + finalString + "</a>") Sorry for the confusion, I think I just needed some practice on constructing the URL...
  19. topcat1a

    Create Links

    Are you saying take the querystring and use this to pull already stored URL's out of the database?
  20. topcat1a

    Create Links

    Sorry I’m not making myself clear. It is not just to provide a link to the previous page. An example will help me: http://www.holiday.co.uk/details.asp?search= TheParisGuideBook The idea is that from the information in the above URL I can deduce that they must have navigated to the page along...

Part and Inventory Search

Back
Top