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 derfloh 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. lisa66

    $header

    sorry guys - just figured this out! hope you all have a good sunday .....
  2. lisa66

    $header

    i have NO experience in perl programming - in fact I have no experience in programming! - could someone guide me through getting an image on to my web page from a perl script. I have a script which gives me a list of user defined variables; one of which is: $header - string value containing...
  3. lisa66

    how do i open an existing html page from a perl script?

    The page i want to open is on my server - along with all my other pages including the perl file. I am trying to modify an existing script and have got to: $FH = "HTML"; $FilePath = "confirmation.htm"; print "content-type: text/html\n\n"; open (FH, $FilePath); close FH; but I am obviously...
  4. lisa66

    howto open an html file from perl script

    sorry guys - posted on the perl forum! thanks
  5. lisa66

    how do i open an existing html page from a perl script?

    thanks
  6. lisa66

    howto open an html file from perl script

    I am trying to open an html file from a perl script. can anyone give me the correct syntax? thanks Lisa
  7. lisa66

    javascript in an HTML form

    hello again - i can understand the problem here. I am asking it to collect this data before it has been entered. However I cannot work out how to get this done AFTER the customer has submitted. I have tried running my 'checkoutBasket' after my form has finished but this does not work. Can you...
  8. lisa66

    javascript in an HTML form

    thanks Dan - i'm gonna have go at this today. no doubt I will be back but I actually understood your point which give me hope!
  9. lisa66

    javascript in an HTML form

    thanks for the response niteowl, sorry for my delay in reply. The honest answer to your questions is I don't know. I am trying to copy code I have been given that so far has worked. I thought I could just add a few more fields ... guess not! I have changed my code as you suggested but...
  10. lisa66

    javascript in an HTML form

    thanks for the help; don't think I'm explaining this very well - b_email is the name of the text box on my page. I want the email address my customer enter into this box to be posted. I simply get b_email - will the quote marks fix this mbrooks?
  11. lisa66

    javascript in an HTML form

    strOutput += "<input type=hidden name=\"M_email\" value=\b_email\>"; i am trying to get my javascript to send particular info through to worldpay. the above is where I have got to but it doesnt work. b_email is my customer email field in the HTML form. When I run the script it simply sends...

Part and Inventory Search

Back
Top