Hi thanks for your help got there in the end:
<script language="javascript">
function changeAction(eventid) {
if (document.form1.veg1[0].value == "cabbage" && document.form1.veg1[0].checked) {
window.location = "http://www.google.com/";
}...
Hi Long time since I had to look at any javascript I get the error changeAction is not defined please advise?
I basically want to redirect the user to different pages based on the selection of a radiobutton.
javascript:
<script language="javascript">
function changeAction(eventid) {...
hi I second that I created a custom theme for my friends site using wordpress check it out http:\\www.rememberremember.co.uk.
thanks and merry Christmas
AG
Hi i would like to know if anyone can recommend a simple (freeware) ASP CMS.
I have a client who wants a website of roughly about 6 or 7 pages with a custom designed UI Which will allow him to update the content through a simple WYSIWUG system.
Can anyone recommend one?
Many thanks
Angus
Just create a stored proc and call it twice.
Stored proc:
CREATE PROCEDURE [dbo].[Term_Date]
-- Add the parameters for the stored procedure here
@Qtr int,
@Year int,
@StartDate varchar(10) OUTPUT ,
@EndDate varchar(10) OUTPUT
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets...
Hi,
I like the look of your site!
I noticed that your doctype tag is rendering the page in all browsers in quirks mode.
I would suggest that you try changing the Doctype tag to one which renders the page in Standards compliant mode first. Then revalidate the css and html and see if there are...
Well I am not sure exactly what you want to achieve? If you have got the latest version of Power Point ie. 2007.
You might be able to achieve what you want to achieve with the use of "Content Controls".
Have a look at this http://www.codeplex.com/dbe.
Note that it referees to word content...
Hi,
I am web designer who is now been forced to create a simple ASP.NET 2.0 event booking application (I have some ASP/PHP/SQL Server/SQL knowledge but tend to make a mess of server side code).
This app will have an administrator (back end) interface (web or windows based internal to my...
Hi Ramou,
thanks for getting back to me. That was a great help. So you need to use parenthesis in MS Access.
can you confirm to me if I was to add a third table to the query i would the syntax as follows:
select
cou.name,
cou.details,
cou.startdate,
cou.venue
from ((tblCourses as cou
Right...
Hi can anyone advise why I get an error running this query:
I get an error saying Syntax mistake by the keyword FROM.
If i remove the 2nd Right Join the query runs?
select
cou.name,
cou.details,
cou.startdate,
cou.venue
from tblCourses as cou
Right Join tblCourseAttendees as ca ON...
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.