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 Mike Lewis 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. gia999

    New to XML - how to extract a specific element - please help

    Hi guys, I have the following XML structure : <Categories> <Category ID="430009746">Crime</Category> <Category ID="430010217">Headline Channel</Category> </Categories> I can extract the "Crime", "Headline Channel" via : Set NodeList = ANArticleNode.selectNodes("Categories/Category") For...
  2. gia999

    return false; form help - ready to give up :'(

    Thanks guys, I will give that a go see if I can do it like that. Your help is much appreciated.
  3. gia999

    return false; form help - ready to give up :'(

    Sorry another trail of thought I had, which maybe completely wrong, is if I could just change the current form set-up to actually action, but still allow the javascript to work, but then I could request.form("") the value for use in ASP too? When I tried this though, whatever I was doing to try...
  4. gia999

    return false; form help - ready to give up :'(

    Hi there, Thank you so much for getting back, so much appreciated. Basically, yeah the Javascript all works perfect, my only problem is, is that I need to then also access the PostCode form field value via ASP when you hit submit, but I obviously cant as it is a Return false; form, so it...
  5. gia999

    return false; form help - ready to give up :'(

    Hello everyone, I have spent the last 2 hours trying to get this to work and am so lost and just cant get it to work no matter what I try :(. Basically I have a form which controls a google map which lets you put a Postcode in, it then finds the nearest pointer I have added to this based on...
  6. gia999

    Help controlling multiple dropdowns

    Hi there, I wonder if anyone can help me... I am trying to get AJAX working with my form and I am just learning.... Basically I want to control the contents of various dropdowns from one set of radio buttons. Now, I have one dropdown working for the Location, but I don't know how to get it to...
  7. gia999

    Javascript not working in Firefox (onchange + location.href)

    Hello, Thank you so much for your help everyone. I actually used your suggestion Dan and it now works perfectly in Firefox which is fantastic!! Thank you again, Gia
  8. gia999

    Javascript not working in Firefox (onchange + location.href)

    Hi Jeff, Thank you for repying, I have tried what you have suggested and sadly it still doesn't work at all in Firefox :( Do you know anything else I can try? Many thanks, Gia
  9. gia999

    Javascript not working in Firefox (onchange + location.href)

    Hello there, I am using an onchange event to trigger my javascript code, this code them refreshes the page to change form field options depending upon what the value of another selected field is. This works fine in IE but just wont work at all in Firefox :(. I have done some testing and...
  10. gia999

    Hide div menu on mouseOut problem.... :(

    Hi Dan, This is great thank you :) Sorry I did not get back to you sooner to thank you for your help, I have only just had chance to play with this tonight as I had to go away this week. I have it in a test file, so am going to integrate this into my final site tomorrow, and remove all my...
  11. gia999

    Hide div menu on mouseOut problem.... :(

    Hi Dan, Many thanks for your suggestions, it makes absolute sense re the timer... but would it be at all possible to show me an example of this code you say you have used? I am afraid I am just no good with JS, I can code in ASP fine, but with javascript I am so limited and on this one...
  12. gia999

    Hide div menu on mouseOut problem.... :(

    Hello there, I have this problem... basically I have a popup <div> tag which contains a heading, paragraph, floating divs and link lists - a sort of large menu pop up area... Anyway, I basically wanted to put a hide function onto the main <div> tag so that when you rollout of it it...
  13. gia999

    Pop Up menu problem :(

    Thank you SOOOOOOOOOOO MUCH to you both, something so simple and I have been trying all sorts of crazy things. I would never have thought of that. Life savers!! thank you again :)
  14. gia999

    Pop Up menu problem :(

    Hi there, I am trying to get a menu (a div which will contain a list of links) to pop up when you rollover a link and this pop ups just beneath the link which calls it. I have it working in IE and Opera, but it just will not work in Mozilla Firefox :(. I have been trying different things for...

Part and Inventory Search

Back
Top