Hi,
I am trying to implement a consistent top navigation across a number of different site collections and am not having much joy. All the solutions I can find for this seem to be for MOSS 2007 whereas I need this to work in SharePoint 2010.
I would like to go down the route of a Custom XML...
That's great news - Care to post the code you found so that others searching with the same problem can make use of it?
Tony
---------------------------------------
http://www.SpiraxSarco.com/
I use the following to select random records from a SQL Server database (also for a quiz). Not sure if it works with Access though:
SELECT TOP 20 field1, field2 FROM tbl_Questions ORDER BY NEWID()
Tony
---------------------------------------
http://www.SpiraxSarco.com/
Hi,
I have also posted this question in the SQL Programming forum (forum183)
I would like to create a recordset built from data from a number of SQL Server 2000 databases and also several Access databases. All databases are running on the same server.
To put my problem into context, I am...
Hi,
I have also posted this question in the ASP forum (forum333)
I would like to create a recordset built from data from a number of SQL Server 2000 databases and also several Access databases. All databases are running on the same server.
To put my problem into context, I am trying to show...
Hi,
I have a parent window that opens a child window. The child window has a button to return focus to the parent.
Works fine in IE but no response in FireFox.
Here is the code that opens the child:
<a href="resources.asp" target="ResourceWindow">Saturated Steam Table</a>
and here is the...
Yes I'm just looking at those now - they look very promising. I hope to get this sorted this morning. Thanks for all your help - like I said, I'll let you know how I get on.
Tony
---------------------------------------
http://www.SpiraxSarco.com/
Thats great thanks - I'll take a look at that link and let you know how I get on.
Tony
---------------------------------------
http://www.SpiraxSarco.com/
Thanks both
I already have my table structured exactly like that Smeat :) but I was unsure whether it was the best way or not. I also dont know how to do the recursive link so that was stopping me from getting it developed any further.
I have asked the question again in the SQL Server...
Hi,
I am trying to get my head around this problem. I am designing an application that allows our sales force to login and do a multiple choice test to assess their knowledge of our company's products.
The problem I have is that I need to return test results for all people that sit beneath a...
Hi,
I am trying to get my head around this problem. I am designing an application that allows our sales force to login and do a multiple choice test to assess their knowledge of our company's products.
The problem I have is that I need to return test results for all people that sit beneath a...
I always use a variable for my website virtual directory that I declare in an #include file. Then I only have to change it in one place if I move my site.
For example:
myinclude.asp
Dim strSitePath
strSitePath = "http://localhost/mywebsite/"
mypage.asp
<img...
Google is your friend - http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-GB%3Aofficial&hs=KhJ&q=how+to+read+atom+feeds&btnG=Search
Tony
---------------------------------------
http://www.SpiraxSarco.com/
This message has also been posted in the ASP forum - thread333-1412530
I have the following code creating emails based on information submitted through a form. The bodytext of the email (in Russian) is showing up fine in the delivered email, however, the subject is showing all the Russian...
I have the following code creating emails based on information submitted through a form. The bodytext of the email (in Russian) is showing up fine in the delivered email, however, the subject is showing all the Russian cyrillic characters as question marks.
I have set the charset of the...
You still need validation running server-side to catch the users that dont use javascript.
I agree that javascript validation should be used though - just not on its own.
Tony
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.