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 gkittelson 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: *

  1. johnsimpson

    Multiple options into a mysql table

    ok I will try the propper way and see how I get on... i understand it is a much better way to do this the propper way especially seeing as you have been so kind to give me the functions etc but CI/Rapyd is a funny system which isnt easy to implement direct code / functions as it uses its own...
  2. johnsimpson

    Multiple options into a mysql table

    hi jpadie, many thanks for this really appreciate it! I will try both but I think the cludge method prob easier for me... problem is I am using CodeIgniter with Rapyd and direct scripting is not easy, If I can do the propper method then I will but I assume its easier for the cludge way for...
  3. johnsimpson

    Multiple options into a mysql table

    Hi I am struggling a little with the best way to do this and its quite hard to explain, Im sure there is a simple answer tho... I am doing a portfolio website and making it all cms driven, the problem I am stuck on is that I have multiple categories which jobs could fall under. i.e. a project...
  4. johnsimpson

    spry validation with 2 buttons

    Hi all, I have just posted about this in the javascript area and they told me Im better asking in asp/c# forums... I have a form built in c# which has 2 buttons on, one is to take you to an amend order page and the other continues. Im using some of adobe's spry elements for form validation...
  5. johnsimpson

    Adobe Spry and multiple buttons

    ok thanks for your help, I just thought with it being a javascript app it wouldnt harm to ask. I will have a try with your suggestion and also enquire on a asp/c# forum thanks again John
  6. johnsimpson

    Adobe Spry and multiple buttons

    not quite... our form is a asp/c# form and the other button is to take the user to an amend details page. the button we want the form to validate from is the submit button but this example may work... I will speak to our developer and ask him if he can add the onclick to the buttons, i presume...
  7. johnsimpson

    Adobe Spry and multiple buttons

    Hi All, Im using some of adobe's spry elements for form validation but I have an issue. Basically my form has 2 buttons on it and I only want the form validation to activate on one of the buttons. Does anyone know if this is possible and how i might achieve it? thanks John
  8. johnsimpson

    Advanced image script with cross fade and user control

    Hi guys, I am looking for a script to cross fade images... The first requirement is that I can have a set of images rotating automatically with a cross fade transition. But as well as that i want the user to be able to rollover a menu button and it fades to that image. It is aimed at a...
  9. johnsimpson

    Cross browser positioning

    oops link changed http://www.2percentinspiration.com/lifestyle/new_site_v1/templates/lifestlye_v1/index.html thanks john
  10. johnsimpson

    Cross browser positioning

    Using DIVs is far more complicated - suppose it gets easier the more you use it... must keep going!!! i got another question ie/firefox problems again!! in firefox it isnt putting a margin between my divs - its a duplicate div container but will be used for some different content. I have...
  11. johnsimpson

    Cross browser positioning

    thanks for pointing that out!! didnt realy understand the difference before but i do now!! thanks John
  12. johnsimpson

    Cross browser positioning

    Hi guys, first website using full css and divs rather than tables! having a little trouble with cross browser compatibility. the website shows fine in ie but in firefox my footer seems to hide under the top image. link is...
  13. johnsimpson

    Dynamically alter list items

    Hi guys, I am making a contact form that will have a list of items. What i want to do is depending which page the user comes from to get to the form i want to pass a querystring through that will automatically select an option from a list. the code for the list is: <select name="course[]"...
  14. johnsimpson

    Audio clip

    Hi guys, I want to add a couple of audio samples to a clients website. I would prefer it if they would just simply play on the actual page (only when a button is pressed though) rather than them downloading the clip or it redirecting to another page. The pages are all in php and HTML. What...
  15. johnsimpson

    Changing content

    i did yes thanks Dan, I ended up using some show / hide div code thanks for checking!! John
  16. johnsimpson

    Working with databases

    ok... sorry should have thought it through... firstly, forgive me for being dim, but as i said its my first time... where would i put the code above? Currently the code for presenting the data is as follows: <% sqltxt="select * from tblMeetings order by MeetingDate asc" objRS.Open...
  17. johnsimpson

    Working with databases

    Hi Guys, got a couple of questions for you. I'm making a basic content management backend for a website... its my first one but i am trying to learn as i go... I want to display some information from my access database but i want to have the first row with a background of grey and the second...
  18. johnsimpson

    Changing content

    Hi guys, not really sure if this is the right forum for this forgive me if its not!! Im creating a website which is going to have a portfolio of my work on it. I have several images for each different project I have done but want to change the information without leaving the page. eg...
  19. johnsimpson

    User login problem

    Hi Guys, I'm trying to fix an error for a client and I cant work out whats wrong. Basically when i try to log in using a correct username and password i keep getting the error "unrecognised User or Password" can anyone spot any errors in this checking script? <%@LANGUAGE="VBSCRIPT"...
  20. johnsimpson

    ASP E-commerce

    ok thanks i will try that tonight and see if it works. Would this be code that is for the search facility? <% if request.form("cmbCategory")<>"" then category=request.form("cmbCategory") else category=request.form("txtCategory") end if if request.form("cmbSubCategory")<>""...

Part and Inventory Search

Back
Top