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

    php emailer

    Hi Below is the standard mail.php from a php mailer Can you tell me why the SUBJECT fails to show up in the autoresponse e-mail that is set out. Instead I get the body of the mail sent in the subject In the calling program I have the following <input name="recipient" type="hidden"...
  2. lakeside12

    Sliding image

    Hi Is there a way to have a cloud image drift across the webpage from left to right just once and vanish. I did search for previous solutions on the forum but did not get a clear answer. Many Thanks :)
  3. lakeside12

    Opening and executing multiple URL's

    Hi there Can you help me, I have 20 URL's that I need to open up or execute with a 20 second interval in between each URL being executed. I am currently doing a copy and paste and it is very tedious. Is there a way to do this in javascript that will be automatic. There is no database...
  4. lakeside12

    creating a Outline to a font

    Can you help How do I create a "Black" Outline on a font which is in white and I would like if possible to vary the thickness of the outline as well. Many thanks
  5. lakeside12

    Redirect a website output to a file instead of screen

    Hello there can I automatically redirect a website output to a file instead of displaying on screen There are a number of websites that serve up useful links that can be used on a after sales page etc I want to find a way to extract these useful links and save them to a HTML file, nothing...
  6. lakeside12

    Capture a Webpage

    Hello, I am not sure which forum this really needs to go in, but I will start here. In Unix and the old days of DOS you could redirect a page from displaying on a monitor to a file with the double chevron such as MyPage.txt >> saveit.txt I know you can do this with webpages where what you...
  7. lakeside12

    Document to Document control

    Hello Thank you for all your help and patience with me as a newbie, I am very very grateful ok I have a javascript function called update(); in FORM_A.html The user has hit the submit button on FORM_A.html and is now on FORM_B.html So there are 2 windows open FORM_A.html & FORM_B.html...
  8. lakeside12

    Creating a Child Window

    Hello Is it possible to create a child window that would not be affected by a popup blocker, if I can create a smaller child window on top on the parent window that i can populate with info I would be really happy. Is this possible? I saw one last week, it was definitely a child window inside...
  9. lakeside12

    Error handling on Same Page

    hi I apologize for starting a new thread, it was just too convoluted to add this in.... Question:Is there a way to use this on form validation method (below) in a hyperlinked method i.e when you click the hyperlink it verifies the form before executing the hyperlink to the next page FORM...
  10. lakeside12

    Window focus

    Can you help with my process flow please. I was successfully using some javascript error handling to force the user to go back to the page 1 with errors and correct them. It worked a treat! <html> <script type="text/javascript"> { alert("<% Response.write "Please correct your: " &emsg %>")...
  11. lakeside12

    DNS splitting websites on one domain name

    Please can someone help We had an old website that is sitting on a windows 2008 Server running IIS (it is an ASP coded site) on hosting company A, with a fixed IP address Our new site is at Hosting company B, fixed IP address, but it is a Joomla website PHP, unix Our goal was to have both new...
  12. lakeside12

    Window Open Order

    Hi, I have a question on window open events I have an event that calls a function on a mouse event and it works fine The function is this function SureTab() { window.open('MyURL?zip=<%=request.querystring("Zip")...
  13. lakeside12

    OK BOX and History -1

    Hi Please can someone help me. I am trying to have a Popup occur and when the OK button is pressed on a Modal dialogue box, Then have the browser goes back one page in it's history I got this far, the popup works, but not the history, please can someone help, <html> <script...
  14. lakeside12

    Extended formating for the image

    Hi This is a simple question I have some formatting to do on an image. Ordinarily I would use the following state after the image in HTML border="0" style="background-color: #FFFFFF; border-style: none; padding: 0px; How do I apply that to this lien in javascriopt...
  15. lakeside12

    Complex Hyperlink with mouse events

    Hi Please can someone help, I have tried to combine a few things into one and hit a brick wall. I wanted a Mouseover function and the Div Hide/show combined into one operation Which I have below here Individually they work, but combined they fail totally I want the mouseover to swap the...
  16. lakeside12

    How do I swap the Button Image ON click

    Hi, I have a Hyperlink that uses a graphic image, pretty standard stuff I need to swap that graphic image for a different image once the hyperlink has been clicked. For instance the button image might change from saying "Next" to "Complete" Is that at all possible? Many Many thanks
  17. lakeside12

    How do I verify pre-submit

    Hello I have a form and it has a submit button as follows <a href="javascript:document.forms[0].submit()"> ... url > Is there a way to do a test on 2 form fields when the consumer clicks or hovers the mouse over the button, without leaving the form to process all the information...
  18. lakeside12

    Show / Hide Form Fields using Hyperlink

    Hello, I was searching for some code to show/hide form fields and I found this on your forum http://www.tek-tips.com/faqs.cfm?fid=4585 This is almost perfect, except that it uses a check box, I need to use a hyperlink, please can someone show me how to do this, can I convert this code you...

Part and Inventory Search

Back
Top