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 Chriss Miller 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: platypus55
  • Content: Threads
  • Order by date
  1. platypus55

    Variable interpolation in LH regexp: s/$x/$hash{$x}/

    I have this file, I want to substitute stuff into it and print it out.  So I have this hash of all the stuff I want to substitute.  The stuff I want to zap is the keys and the values are the stuff I want to substitute in for them.  The test file has multiple...
  2. platypus55

    disguising a cgi as a javascript: HOTSHOTS TAKE A STAB!

    this guy is providing dynamic content that can be accessed from any server. He does it like this...<br> <br> &lt;script language='javascript'<br> src='<A HREF="http://www.websitebox.com/bin/box.js?oneliners&200&Comic%20Sans%20MS&3&null&null&000000&000066&EEEEEE"...
  3. platypus55

    hiding a cgi inside a javascript: HOTSHOTS TAKE A STAB!

    this guy is providing dynamic content that can be accessed from any server. He does it like this...<br> <br> &lt;script language='javascript'<br> src='<A HREF="http://www.websitebox.com/bin/box.js?oneliners&200&Comic%20Sans%20MS&3&null&null&000000&000066&EEEEEE"...
  4. platypus55

    Dumb question: document.referrer into a form

    I want to put document.referrer into a form before sending it off. <br> <br> form is name theform (let's say) <br> has a hidden named theurl //this is where I want document.referrer to go<br> <br> After all the html for the form I say<br> <br> &lt;script...
  5. platypus55

    check if url is done loading

    I am loading a page not belonging to me in a new window. Before I start messing with the new page I want to wait until it has completely loaded. Obviously I can't set an onload handler because these are not my pages. I tried looping until window.status has &quot;done&quot; in it but that didn't...
  6. platypus55

    changing a link color back to unvisited

    I kind of think you can't do this but thought I'd ask anyway.<br> Suppose you have a link on a background which matches the linking color. Once you click it, it changes to the vlink color and becomes visible. But on reloading the page, how<br> can I set it so that it reverts to the unvisited...
  7. platypus55

    putting something in a textarea under script control

    I decided to try another tack. <br> <br> I would like to open a pre existing html file in a new window. This pre-existing file has an empty textarea called custom<br> in a form called puzzledata. My script is doing a beautiful<br> job of generating html code. How can I take the beautiful<br>...
  8. platypus55

    can't write "&lt;SCRIPT....." to new window

    I'm opening a new window as "", and writing a page to it. Some of the content is dependent on user input but the header<br> is always the same, so I can just say:<br> <br> newWindow.document.write("&lt;HTML&gt;\n"); etc., etc.<br> <br> all fine until I try to say<br> <br>...

Part and Inventory Search

Back
Top