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?
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
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...
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?
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...
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?
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.
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.
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.