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 Mike Lewis 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. pbarry30

    submit() does not work in IE5 .

    Weird - I know that I have done this in the past but cannot get it to work on IE5 for myself:( What you need to do is first replace the <a href=&quot;#&quot; with <a href=&quot;javascript:void(0);&quot;> since #, the anchor is a valid url within a page. Also make sure that the script is within...
  2. pbarry30

    HTML buttons

    I am not clear if the question pertains to creating an image that functions as a button or something else but create or &quot;borrow&quot; an image that you like and use <input type=&quot;image&quot; src=&quot;nameofimage.jpg&quot;> This will act as a form submission in place of the usual...
  3. pbarry30

    Delete lines from textarea?

    Here is a solution to what I believe you need. A regular expression is used to obtain only wellformed urls and from there the dups are checked for as the new output is built. <html> <head><title>Test TextArea</title><head> <body> <form name=&quot;example&quot;> <table border=&quot;0&quot;>...
  4. pbarry30

    Run JavaScript on any webpage

    I want to be able to run a snippet of javascript on any particular page in a web browser. I have seen it done before where a link with some JavaScript (in my case turns the borders on for all tables on a page) is dropped as a shortcut on the links section in the browser. Clicking on it executes...

Part and Inventory Search

Back
Top