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!

Search results for query: *

  • Users: ro6er
  • Content: Threads
  • Order by date
  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.

    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...
  3. 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"; } ?>...
  4. 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...
  5. 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...
  6. 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 =...
  7. ro6er

    Asp request javascript onclick

    I'm trying to request an onclick link on a page: <a class="opacityit" href="#" onclick="javascript:showDiv();picx='<%=rs("ID")%>'"><img border="0" src="productimages/<%=rs("Thumbs")%>" width="79" height="79" alt="<%=rs("Alt")%>" /></a> How would I request this in asp? I can't seem to get this...
  8. ro6er

    Asp request javascript onclick

    I'm trying to request an onclick link on a page: <a class="opacityit" href="#" onclick="javascript:showDiv();picx='<%=rs("ID")%>'"><img border="0" src="productimages/<%=rs("Thumbs")%>" width="79" height="79" alt="<%=rs("Alt")%>" /></a> How would I request this in asp? I can't seem to get this...
  9. ro6er

    Passing var for menu position.

    Hi, It might be a simple one but I just can't figure it out. On the following page: http://www.eth3r.co.uk/funkfabriek/workleft.asp?pic=News when you use the thumbnails menu, and you click on one that's at the bottom that you have to scroll to using the more button, the whole menu jumps back to...
  10. ro6er

    function copy

    Hi, this is definitely an easy one, it's just I don't use javascript much. I've trying to get the copy function to work so when someone fills in the form it redirects with the data in the url eg?test=whatever the data is. At the moment it does this: ?test=%20+%20copythis2%20+ <html> <head>...
  11. ro6er

    Paging offset by ID

    Is it possible to page through a db offset by ID. For example. A user picks id 56 which is between 30 and 101 and then can go back and forth between these numbers. I can't seem to get my head around it. Here's the code I have been using and not yet changed to include this. Thanks for any help...
  12. ro6er

    I'm sure this is a simple. Either BOF or EOF is True line 0...

    Maybe it's because it's friday but this should work and it doesn't, it's probably something simple right? I should be able to run a simple query in a loop but for some reason I can't.. Here's my code: <!--#include file="database.asp"--> <!--#include file="homeheader.asp"--> <link...
  13. ro6er

    ASP bulk file uploader script, zip or other method?

    ASP bulk file uploader script, zip or other method? Any one know of such a script? Also something that doesn't require any server side installing Thanks in advance, Roger
  14. ro6er

    Image changer with href doesn't seem to work

    Here's what I have so far http://www.eth3r.co.uk/medialinksonline/golf/g29e-48volt.htm I want to add a link to the main image. I'm not so good with js but I can see that imagelist[blah] contains information for the image to be displayed but I can't add a link that way.. Also further down in...
  15. ro6er

    Contribute Font greyed out &lt;disabled&gt; when editing

    Hi, IN contribute when highlighting some text the right click to change the font it just says <disabled> is there any way of getting this to return to the standard list of fonts. I hardly ever use contribute I removed the css from the dwt template and that didn't work. Any ideas? Seems like a...
  16. ro6er

    Importing multiple HTML files into Access

    Hi, Is there a way of importing multiple HTML files into Access? It only seem to let you do one at a time and I need to get 2000+ into one table. Would this be possible with ASP? Thanks, Roger
  17. ro6er

    SQL Update error: 80020009

    Hi, I'm having some issues with using update on my form page. It might be something simple but i've been looking at it for days now and can't figure it out. I've tried loads of things which i'll now list. Here is the code for the first form page: <form method="post"...
  18. ro6er

    UPDATE!! (0x80040E10)No value given for one or more required parameter

    This is really annoying me I'm sure its something simple but what??? My first page is: <!--#include file="database.asp"--> <% mySQL = "SELECT * FROM login WHERE username = 'test'" Set rs = Conn.Execute(mySQL) %> <form name=frmCreate method=POST action="modify.asp"> <table> <tr><td valign=top...
  19. ro6er

    Passing a number across issue

    It's probably something simple but for some reason the quanity isn't being added from this page: http://eth3r.co.uk/buckles-test/index.asp?cat=biker to : http://eth3r.co.uk/buckles-test/cart.asp index.asp has the following code: <input type="text" name="qty" value="1" size="1"> <input...
  20. ro6er

    Unexpected error 0x8ffe2740

    My IIS has died I keep getting this error when I click start item: Unexpected error 0x8ffe2740 It just says error stopped under the IIS web sites :( I reinstalled it and it still does it. I checked the locations and changed the to different ones and its still not working. I turned off zone...

Part and Inventory Search

Back
Top