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...
Hi Lars,
Thanks for your help. I can't get this to work. I select the forms Objects from the left hand menu.
I then select the form I am interested in and right click to go to design view.
Once in the form I right click anywhere on the form select properties and am given a menu with a drop...
Hi, I am new to access and Access forms.
I have inherited a database which uses access forms.
Please can you advise how I can view the underlying data behind each and every form. So I can work out a data information flow?
For example I would like to be able to Chart exactly which database...
Can any one help me refactor this SQL statment so I can read it?
SELECT Tblevents.eventid, Tblevents.eventname, Tblevents.details, Tblevents.date, qry_home_cs_all.CountOfcontactid AS Totalatt, qry_CS_status_1.CountOfContactid AS Uni, qry_CS_status_2.CountOfContactid AS Biz...
To create a liquid flexible layout as described you should not be absolutely positioning the navigation elements on the page.
I would highly recommend completely restructuring your css using floats.
A simple tutorial can be found here:
http://css.maxdesign.com.au/floatutorial/tutorial0801.htm
Hi PHV,
Thanks for this is all very usefull. I can see for example a form that I would like to edit has a SQL query of the following.
SELECT Tblevents.eventid, Tblevents.eventname, Tblevents.details, Tblevents.date, qry_home_cs_all.CountOfcontactid AS Totalatt...
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.