Won't work on FireFox367 (10/16/2006 5:33:49 PM) comp.lang.javascript Something is wrong, the tag in the string for some reason is the cause from what I can figure. When I remove it, it runs but not as it should since it is a broken HTML then. function showme(){ a=window.open... Alex
Download with a timeout117 (9/20/2006 1:02:04 AM) comp.lang.php Hello, I am trying to download a few files one after another from a remote server. Problem is that I don't know how to, or if I am able at all, set a time out for download. I don't want to time out whole sc... a
Entering a big string as a block...224 (8/20/2006 6:34:12 PM) comp.lang.php There was some PHP built in syntax method to enter huge strings as blocks of text. I don't remember exactly how it goes and not many people use it, thus, google search was unsuccessful to me: $a = [MYKEY] tex... a
GreaseMonkey - page load question366 (8/11/2006 10:21:54 PM) comp.lang.javascript Sorry if this is not a correct forum to post to. I have a page from my service provider that loads 1000's of table cells. These cells load for 3-4 mins and links on that page usually not available untill the w... Alex
Is there anything wrong with this SHORT code?279 (2/27/2006 5:34:47 AM) comp.lang.javascript Trying to change a few tags by swapping color values to my own. It doesn't give any error, yet it doesn't perform. Is there an error in my logic somewhere? var my_i = document.getElementsByTagName( 'td' ); for... Alex
Element Insertion question388 (2/25/2006 5:40:27 AM) comp.lang.javascript I am trying to insert Javascript code with grease monkey so it would insert to a page a call to a parent frame function al() I tried (portion of the code): x.document.createElement('script'); x.setAttribu... Alex
a.r.austin's replies:
Items(1) /1
Contest to create php script1421 (9/20/2006 12:12:52 AM) comp.lang.php I will give $5 via paypal to the winner of the contest outlined below. 1) Make a php based url brute forcer. It will search a given location in a site for a specific filetype using brute force attack technique... flyingsloths(7)