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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by limitup77

  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!

Part and Inventory Search

Back
Top