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

  • Users: limitup77
  • Order by date
  1. limitup77

    Output the answer of a if expression to a text field

    Trollacious, thank you very, very much for that...it's been driving me mad. Not homework but a addition to a website someone else built for me.
  2. limitup77

    Output the answer of a if expression to a text field

    Hi and thanks to anyone who can help, I'm brand new to html and keen to learn, but stuck on what I think is a very simple problem, can anyone point me in the right direction. I want to return a value to a input field [Answer] based upon what is entered into another input field [width] I think...
  3. limitup77

    Performing text field calculations on a webpage

    Decided to go with javavscript as it seems to be easier??! So far I have this: Yet I can't work out how to write the answers to the field [Answer]...or if the variable is correct. Can anyone help? Thanks in advance <SCRIPT LANGUAGE="JavaScript"> function Calculate(form){ var Answer...
  4. limitup77

    Performing text field calculations on a webpage

    Thanks guys, as it's going onto the internet, a server side script would be better, I guess PHP.. have you any good education links or solution pages? Thanks again, RD
  5. limitup77

    Performing text field calculations on a webpage

    Hi and thank you very much to anyone who can help with this. I'm very new to html, so please bear with me. I have a form with an input field [Width] set to take cms. I have three other input fields [productcode], Quantity and [cost] I want to run a calculation where if the width is between...
  6. limitup77

    Automatically goto specific frame of swf when page opens

    Thanks oldnewbie. Basically the swf is being used for a menu system on a frames website. (EROL). Annoyingly the entire menu frame refreshes when a link is activated in the swf menu. This means on the next page, the swf has reset. There are hundreds of product pages so I wanted to insert a goto...
  7. limitup77

    Automatically goto specific frame of swf when page opens

    I know this issue has been dealt with before but I'm still really stuck, if anyone can help I'd be very grateful. I want to get my swf to open at a specific frame when the page is opened. I know it involves Javascript and I've been to plenty of sites but I can't get it to work. Does anyone...
  8. limitup77

    Automatically goto specific frame of swf when page opens

    I know this issue has been dealt with before but I'm still really stuck, if anyone can help I'd be very grateful. I want to get my swf to open at a specific frame when the page is opened. I know it involves Javascript and I've been to plenty of sites but I can't get it to work. Does anyone...
  9. limitup77

    VV annoying - Removing blank lines in a custom form text box

    Many thanks PHV, that works perfectly! For anyone referencing this, the full code is: =IIf(IsNull([Organisation]),"",[Organisation] & ", " & Chr(13) & Chr(10)) & IIf(IsNull([House Number/Name]),"",[House Number/Name] & " " & IIf(IsNull([Street]),"",[Street] & ", " & Chr(13) & Chr(10)) &...
  10. limitup77

    VV annoying - Removing blank lines in a custom form text box

    Thanks to anyone who can help with this, I have address fields that I want to place on seperate lines, removing any blank fields. I have the following code to do so: =IIf(IsNull([Organisation]),"",[Organisation] & ", ") & IIf(IsNull([House Number/Name]),"",[House Number/Name] &...
  11. limitup77

    Stop pictures resizing on import?

    Thanks to anyone who can help. Sometimes when I import a picture to the stage they resize to be tiny, others import the correct size, can anyone tell me why this is and how to stop them resizing. Thanks
  12. limitup77

    Open html page with flash in it and go to spec.frame?

    I'm slightly wary but I think I've solved it with named anchors, seems too easy....?!
  13. limitup77

    Open html page with flash in it and go to spec.frame?

    Still can't get the movie to automatically start on specific frame if accessed by a link on another page. Can anyone else help.. thanks
  14. limitup77

    Open html page with flash in it and go to spec.frame?

    Thanks again pixl8r, I had had a look in flash forum but strange titles make it difficult! Found it after scrawling for some time. Ps. For future reference anyone with the same issue: http://www.macromedia.com/support/flash/publishexport/scriptingwithflash/scriptingwithflash_03.html
  15. limitup77

    Alternative Jpeg to flash insert if ActiveX not allowed

    Thanks.. works close enough!
  16. limitup77

    Open html page with flash in it and go to spec.frame?

    Thanks to anyone who can help. Is there script that will allow me to open a html page with a flash movie on it and then go to specific frame in that movie. (but only if opened by that link. (Ie if page opened normally, movie will start at the beginning.) Maybe very simple, but thanks
  17. limitup77

    Alternative Jpeg to flash insert if ActiveX not allowed

    Thanks in advance to anyone who can help. Is there a way of displaying a single jpeg instead of a Flash insert if a browser doesn't allow activex controls to run?
  18. limitup77

    M/Soft Service Pack 2 and Active X content

    Thanks in advance to to anyone who can help. Some of the websites I have created use Flash but with the new Microsoft Service Pack, active x content is restricted (very annoying). For personal users that's ok, they can edit their security levels but in corporate cases this is sometimes not an...
  19. limitup77

    Flash Button to open specifically sized window

    You legend, solved instantly, many thanks Oldnewbie
  20. limitup77

    Flash Button to open specifically sized window

    Thanks in advance to anyone who can help and apologies if this is really easy problem or been solved before. I'm using Flash MX Version 6: I need to get a flash button to open a specifically sized window, centred on screen, with no scroll bars etc. I know under the actions section there is a...

Part and Inventory Search

Back
Top