Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ro6er

  1. ro6er

    jquery Recursively filter with tab-switch

    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...
  2. ro6er

    Firefox JS appearing outside CSS for some reason.

    Yep its on a slow server sorry, can take a while to load
  3. ro6er

    Firefox JS appearing outside CSS for some reason.

    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...
  4. ro6er

    How can I place data between if else

    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";
  5. ro6er

    How can I place data between if else

    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...
  6. ro6er

    How can I place data between if else

    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"; } ?>...
  7. ro6er

    Internet explorer 7 and caching

    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
  8. ro6er

    Internet explorer 7 and caching

    I've tried the following which didn't work :( <META HTTP-EQUIV="Expires" CONTENT="Mon, 04 Dec 1999 21:29:02 GMT"> <meta http-equiv="CACHE-CONTROL" content="NO-CACHE" /> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META HTTP-EQUIV="Expires" CONTENT="-1">
  9. ro6er

    Internet explorer 7 and caching

    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...
  10. ro6er

    Flash php form with checkboxes

    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...
  11. ro6er

    Flash php form

    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.
  12. ro6er

    Flash php form

    Cool thanks, i'll give that a try in a bit. Roger
  13. ro6er

    Flash php form

    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.
  14. ro6er

    Flash php form

    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 =...
  15. ro6er

    Asp request javascript onclick

    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>...

Part and Inventory Search

Back
Top