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

    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...
  2. 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...
  3. 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
  4. 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...
  5. 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...
  6. 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[]"...
  7. 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...
  8. 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...
  9. 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...
  10. 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"...
  11. johnsimpson

    ASP E-commerce

    Hi guys, I've been asked to take a look at this website as the guy who originally built this site has left the company and it doesnt work!! One of the problems is that the e-commerce side of the site isnt sending the correct details through. for example if you order a wetsuit it doesnt send...
  12. johnsimpson

    Error on page

    Hi guys, My client tells me she is getting an error on one of the sites i built www.rareit.com/about.asp but am not getting any error notifications on my browser. It is saying error on line 24 In the source code it is showing this code which is not in my actual source code... <script...
  13. johnsimpson

    Implement RSS into Website

    Hi guys, I've got a client who wants RSS feeds on his site. Basically he wants a brief summary in the left nav with a more button linking throught to the story. But he wants the story to load into his website, as if its his content, correct styling etc... Is this what RSS feeds are meant for...
  14. johnsimpson

    Randomly swapping groups of images

    Hi guys, I am trying to build a page where i want the top banner and the bottom banner to change randomly on refresh of page. The trouble is the top and bottom banners are themed and so i need to somehow group them together so they change together in sets. i got the code for randomly changing...
  15. johnsimpson

    Javascript function

    Hi guys, I need a javascript function to do what this code here is doing: <select style="width:165px" onchange="var v=this.options[this.selectedIndex].value; if (v != '') selectStyle('style', v);"> <option value="">-- Select Style --</option> <option value="style-home">Home</option>...
  16. johnsimpson

    Using javascript with HTML dropdown lists

    Hi quick question, I have got a drop down list built in HTML and i want to add a feature to it so that basically if the client was to choose the option USA a secondary drop down box would appear which would contain a second set of options to select from. how can i do this? thanks in advance J
  17. johnsimpson

    using images with javascript

    ok really basic question here, how can display an image depending on a if statement? im using the following code: <script language="JavaScript1.2"> if (pr != ""){ document.write("Please wait while the page is loaded"); } </script> But i want to add an image before the please wait while...
  18. johnsimpson

    Styling ASP

    Hi guys, Bit confused here, Im fairly new to ASP and am having trouble adding a style to some text. Basically im creating a forgotten password for a cms system, all is working great, sends the email and everything, but the HTML email is in plain text format and i want to add a style to make...
  19. johnsimpson

    Retrieving a QueryString

    Hi guys, need a little help. Basically i have a HTML list menu (drop down list) and on selection the user will be directed to a specific page. In this link i am including a querystring ?state=New York When the user is taken to the appropriate page i am retrieving the querystring and using it...
  20. johnsimpson

    Variables in text files

    Hi Guys, Is it possible for me to store a value (i.e. 850) in a .txt file and then call upon and use this value for a variable i.e. var myvariablename = valueoftxtfile thanks John

Part and Inventory Search

Back
Top