Miss Swizzy,
you say you did some "testing", have you set up a remote site for this site, i.e edit your site & then check to see what settings you have. If you do have a remote site, remove this & then try it.
As far as I am aware pressing F12 displays the page in a browser, this will then...
Guys,
I'm still struggling with this??
The dissapearing text seems to have resolved itself but I still can't get the Town fieldset to line up correctly.
As I said previous this is all fine in FF.
Thanks.
You could set a width using a CSS class.
CSS
select.fixwidth{
width:50%;
}
HTML
<select class="fixwidth" name="ddl" id="ddl" onkeypress="if(event.keyCode==13) {document.search.submitID.click(); return false}" >
I may be wrong but it's one way of doing it.
RAC2, Looking at your code again I will need to produce the results for all the players so I wouldn't be able to specify 'WHERE Name ="JOE"'.
Any ideas how I would do this??
guys,
ignore the last, I have figured it out by using;
INSERT INTO newtable (blah, blah) SELECT blah, blah FROM oldtable;
Thanks for all the other tips.
Cheers Guys,
If I re-arrange my tables as you mentioned how would I append the existing data into the new table.
So I would want to append the name & game 1 into the new table & then name & game 2 below name & game 1 & then repeat up to game 4.
Otherwise I assume i would i am going to have to...
Hi,
My scenario is that I have a table like below
Name | Game1 | Game2 | Game3 | Game4 | Game 5
A | 20 | 25 | 35 | 12 | 40
What I want to be able to do is work out the average based on the best 3 scoring games? The other problem is that there may be cases where not...
I was like yourself about 6 months ago & a friend borrowed me Active Server Pages for Dummies. I found it easy to read with workable examples & it came with a CD with all the demos on.
I can't say it's learnt me everything I know but it was a good starting point.
I agree with Tarwn that...
Guys,
I have implemented your suggestions & I now have some new problems!! Try the previous link to see what I mean.
In IE it now doesn't display the text before the form & it is not lining up the 'Town' <fieldset> correctly. All this works fine in FF??
My new CSS code is :
/*-this is the for...
If you take a look at : http://www.e-ms.co.uk/research/navigation/reg_form.asp you will see my registration form. I want to try & make it fit a bit better by having the 'Towns' & 'Thematics' side by side but I don't know how to do it.
My CSS code is :
/*-this is the for the registration form */...
This is a weird one,
I have a simple page which shows a header, a button (which is done with CSS) & some text. This all works fine in FF but in IE it only shows the button until I move my mouse over the other content & then it appears. If I refresh the page it disappears????
My CSS code...
HI,
I have built my site & have been testing it in FF & IE. When displayed in IE it puts the navigation bar where I want it but in FF it displays it further to the right.
To get a visual you can look at it : http://www.mbgolfsociety.co.uk
my CSS code is (I have left some out that aren't...
NiteOwl,
I have another question, if I want to put some tick boxes on my form & give the user a choice of ticking all or one of them how would I implement an IF into your code??
thanks.
cLFlaVA,
this is great, how do i call 2 functions from one form. I currently have this code;
<form action="/navigation/links.asp" method="post" name="form1" id="form1" onsubmit="return validate_member(form1)">
cheers.
Hi,
First of all I'm no expert at JAVASCRIPT!!!
I have a form that requires 3 input fields to be entered before the form can be submitted to the database. In the database the first 2 fields are set to VARCHAR & the third is set to INT.
I have this below code which validates to make sure an...
Vragabond,
I have now changed it so that the footer stays at the 'bottom' by adding in to my #footer CSS;
bottom:0;
this now seems to have cured it.
thanks.
I've done a quick cheat to fix it for now & that was to make the content in the home page a bit longer so it knocked the footer down.
Not perfect but it's a workaround.
If anyone know's why this is happening I would appreciate some guideance.
Thanks.
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.