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 bkrike 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: F430
  • Content: Threads
  • Order by date
  1. F430

    Image change onclick...and if clicked again change to another!

    hello, Im still trying to get my head round JS and am having difficulty. I have the following code in the head: function swapImage_new(sImg,sRImage) { document.images[sImg].src=sRImage; } function showtext(x) { if (document.getElementById(x).style.display == 'none')...
  2. F430

    Wierd error with CDONTS script, not sending to hotmail!

    Hello, Below i have made a CDONTS email script which sends perfectly to Googlemail, BUT ,my hotmail address does not recieve anything, not even the email! Do you know what it could be? <% If Request.Form("submit")= "send" then toname = Request.Form("toname")...
  3. F430

    How can a display an image in a CDONTS email!

    HI, I have written a scriptr that emails a client a eCard. it works fine, but i would like to email a picture in the body of the email. How can i?
  4. F430

    How can i execute asp script of submit is pressed!

    Hello, I have a page that will email a message one a form has been submitted. How can i execute the email script one the submit button has been pressed. Thanks PS. in asp ....obviously
  5. F430

    Can i view results in a form on next page?

    Hi, I know this sounds stupid, and when i find out the answer il kick my self. I have a preview link which when clicked opens a page which i want to display the text in the two textboxes on the previous page. I CANT USED A SUBMIT BUTTON as it is being used to add the entry. Im having one...
  6. F430

    How can i only display 4 rows from a returned recordset?

    Hello, How can i only display 4 rows from a returned recordset? Im using ASP and MS SQL Server. Would it be easier to create a query in the DB or just do it in ASP, i would rather have it in ASP tho! Thanks

Part and Inventory Search

Back
Top