I'm not great with JQuery but I've got quite far this time..
I'm trying to get the below to display the search result when typed, which it kind of does if you type 'rob' and click 'B'. The alphabetical selector works ok:
http://tm.eth3r.co.uk/test3.html
I've popped all the code here, which...
The "in stock" and amount seems to load ok in IE/Chrome but in Firefox it doesn't. If I replace the js number with hard coded html (by in stock) it's all ok and inline. I've been googling but not much luck. I've noticed using firebug you can see the amount figure appears under the div when it's...
Yeah yeah I get it. Any who, all sorted I just popped in a count and got the desired effect, which was to have a tag appear once and once only. Thanks for kick up the arse/help
else {
$count=$count+1;
if ($count<=1)
echo "<ul>";
echo "\t";
echo $catname1;
echo "\n";
So I can place <ul> tags either side of the list of the data that is outputted where it says $catname1;
It's for a little drop down I'm working on and it's a nightmare. I keep reinventing the wheel. Don't worry I'll proceed to triangle, circular wheel's were never that cool.
I'm sure I've...
I don't get this, it should be simple one but I keep getting an error:
syntax error, unexpected T_ELSE in
All i want to do here is place some data in between the statement, in this case "Some text here..".
if($level_depth1 ==0 or $level_depth1 ==1) {
echo $catname1;
echo "\n";
}
?>...
Solved it. I found the following on a forum:
the deal is to randomize the xml loaded everytime
eg: xmlTodo.load("laminas/"+numeroLamina+".xml?bola=" + Math.random());
that way the flash is forced to look for the new version of the xml because there is no other called like that.!!
Roger
I've been testing on ie7 and it always caches the flash on the following site when you change from "weddings" to "Products"
http://www.karensaylephotography.co.uk/default.asp?cat=Product
I know this is something flash is known to do but whats odd is it works fine on every other browser just...
I've been trying to pass a checkbox var to a php page with little success. I've googled for ages and can't seem to find much that works or helps.
I've tried this but it doesn't seem to work
FireSafetyConsultant = FireSafetyConsultant.text
loadVariablesNum("text.php", 0, "POST");
php
<?php...
Ah how about checkbox's? It seems to use the groupname var in the flash. So when I add them they don't seem to work. I might see if I can remove the groupname var part in the actionscript somehow.
Thanks I need something with radio buttons. I had some issues getting components to work. Text input fields are easy enough. I'll check it out any way. And see if I can get it to do what I want.
Hi, I can't seem to post via my php formmail. Here's my actionscript:
name.backgroundColor = "0xFFCC00";
company.backgroundColor = "0xFFCC00";
address1.backgroundColor = "0xFFCC00";
address2.backgroundColor = "0xFFCC00";
postalcode.backgroundColor = "0xFFCC00";
email.backgroundColor =...
Hi,
thanks that seems along the right lines but I still can't get it to work. Here's my full code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>...
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.