@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<0> window.location='www.bbc.co.uk' ???
<1> location.href = ''
<1> thats the corrrect
<0> ok i will try both! thx a bunch!
<2> hey again :)
<3> hi, i'm using this function to timed redirect to a document that i want users to be able to doenload but the page doesn't load the file, any idea why?
<3> redirTime = "0000";
<3> redirURL = "../factura_proforma.rtf";
<3> function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }
<3> redirTimer()
<2> i tried the following code to get the SHA1 checksum of a string: http://pajhome.org.uk/crypt/md5/sha1src.html
<2> but it always returns the same value (9844f81e1408f6ecb92137d33bed7cfdcf518a3) - could it be that the SHA1 tool is buggy?
<4> hi there. anybody worked with the new java ee 5 (gl***fish) application server ?
<5> Anyone can help with this -> http://html-channel.com/pastebin.php?id=15
<5> It's really simple, but it doesn't work and I don't get it
<6> hi all



<5> Hi
<6> i want to set "example" in : document.add.+example+.value with a parametre into the function add(parametre)
<7> var jour = datefr.getDate(); <- try getDay or getWeekday... and then, tell us whats the problem caud "It doesn't work" is not a problem, it'S the result of a problem
<8> dobe: try using the alert() function to see where your script doesnt return the good value
<6> i want to set "example" in : document.add.+example+.value into the function add(example) *
<6> do you understand ?
<9> hello guys, i have an absolute div with 70% black alpha bg.. do you have any tips so that the buttons behind it will be unclickable?
<9> this is on IE
<5> StaZ; it return mois = 9 instead of changing it for "Septembre"
<7> oh indeed
<7> case "9" <- here you're comparing 9 and "9" which are completely different, use case 9: mois = "Septembre";
<7> 9 is the integer and "9" is the chracter 9
<5> oh okay thanks
<5> brb
<6> Who can help me ? ^^'
<6> i want to set "example" in : document.add.+example+.value into the function add(example) ...
<10> ?
<10> you should rephrase if you want an answer
<6> ok
<6> i'll try by an example
<6> function add(variable) { new_element = new Option(document.add.+variable+.value...
<6> if variable == "thing" , new_element will be = new Option(document.add.thing.value...
<10> document.add[variable].value
<6> document.add.[variable].value you mean ?
<10> no
<10> document.add[variable].value
<6> "add" it's the name of that : <input name="add">
<6> then document.add.[variable].value, isn't ?
<10> and wtf is variable?
<6> a number
<6> <input name="add" onClick="add('.$var.')">
<10> document.forms['myFormName'].elements['add'].value = variable;
<10> that's what you want?
<6> ok i'll try.
<6> a basket
<6> function ajouter(n){
<6> var endroit = eval("vonck"+n);
<6> it's right, sk8ing ?
<6> for document.ajout.[endroit].value
<10> I still don't know what you're trying to do
<10> and I don't know what vonckX is or what you want to do with it
<10> at least tell us what you're trying to achive
<6> I have a button <?php echo '<input type="button" value="Add" onClick="ajouter('.$n.')">'; ?>
<11> Since HTMLElement is undefined in IE, how can you add new proprties for all page elements in IE?
<11> In FF I can just use HTMLElement.prototype
<6> I also have before <?php echo '<input name="vonck'.$n.'" type="hidden" value="'.$rang['vonck'].'">'; ?> from a MySQL request.
<12> Bilge, cannot be done
<6> but I have $n buttons and $n <input name="vonck'.$n.'">
<12> have to manually add them
<11> WWWHHHHHYYYYY~~~!
<11> Doess Bill Gates hate Internet?
<12> domapi for instance, does this from a separate prototype
<11> What do you mean from a separate prototype?
<12> there is no standard for prototyping dom elements, can't expect them to do that
<6> if i do a button <input ... onClick="ajouter();"> , it only works if i have one button on my page. but there are a lot of buttons. "Add", for each MySQL request
<11> I didn't think FF was in the business of implementing non-standard things
<12> Bilge, domapi has an 'Elm' prototype that contains all the custom methods and properties
<12> these are then merged into html el;ement instances
<11> By iterating them all?
<12> Bilge, think again
<12> they're huge hippocrites



<11> I'm not your stereotypical FF fanboy, but I do like to develop with FF since it gives much more useful feedback
<12> only difference is they usually prefix their garbage with 'moz-'
<11> For debugging
<11> laff, that
<11> But that doesn't account for much
<11> Well I only know of moz-opacity
<12> are you using a jscript debugger?
<11> I use whatever comes with the browser
<11> FF has a Javascript Console thing
<12> ah
<11> Even though it displays all page errors
<12> that is the problem then
<6> As i've a lot of buttons, i have to make a input with a dynamic name as "vonck1" "vonck2" , else javascript doesn't know on wich input he has to work..
<11> I am sure someone wrote a better "add-on" for IE but I didn't go looking
<12> for ie, it's a separate install
<11> You mean one MS provides?
<12> yes
<11> o rly
<12> there are two, one is garbage, one is p***able
<12> stay away from 'script debugger'
<12> embrace 'script editor'
<12> ships with office and vstudio.interdev
<12> . == /
<6> sk8ing are you there ? :)
<11> Doesn't sound like it's easy to get ahold of then
<12> well if you have office, it's a snap
<11> Well I suppose I do but I never found it
<11> I can't see why such a thing would come with office
<12> it's not installed by default
<11> I'll take a look then
<12> do 'modify' from add/remove programs
<12> under tools, it's called 'html editing' or some such
<12> make sure ie and outlook are closed before attempting
<11> lol this is a load of flaming BS ;p I hope it's worth it
<10> Lasher`site, I already told you how
<12> well, if you need to debug anything in IE, it is
<12> i generally code everything in moz first, then tweak it to work in ie
<12> at which point, it becomes invaluable.
<6> how what ?
<10> how to access those elements
<12> other valuable tools are drip and fiddler
<6> which elements ? :s
<11> I just installed it and nothing seems to have changed
<12> bilge, should be a debugger entry on the 'view' menu within ie
<12> and the next time you have an error, it will prompt if you want to debug it
<11> No such entry, and I just had an error
<12> might have to reboot then, or you installed the wrong item
<11> Nope it was exactly as you described
<11> May have to reboot yes
<11> Or it doesn't work with IE7
<12> oh, i can't speak to ie7
<11> Well I sure as hell aint touching 6 ever again ;p
<12> "Be warned, Ive already found that the above mentioned script debugger DOES NOT work with I..."
<12> http://www.google.com/search?hl=en&lr=&q=ie7+%2B%27script+debugger%27
<12> more info in groups
<12> http://groups.google.com/groups?hl=en&lr=&q=ie7%20%2B'script%20debugger'&sa=N&tab=wg
<12> let us know what you find out ;)
<11> Well I have VS.NET 2005 Pro
<11> But I never tried to set it up for JS debug
<12> urg, shouldn't have installed the one in office then
<12> might be ok though
<11> I knew trusting you was going to be a bad idea ;p
<12> well, i clearly said it was in office OR vstudio
<11> Interdev
<12> vstudio/interdev
<11> Being some weird thing I've never used
<12> that's what vstudio used to be
<13> JS debugging in IE is such a pain in the ***
<13> im wondering why MS does not do something similar to javascript console in firefox
<12> maybe they will
<12> i personally don't have any problems with their current editor
<12> (once you get used to it)
<14> a lot of popular dot com sites have heaps of JS bugs


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #javascript
or
Go to some related logs:

#c++
ubuntu p1120
What future yippie leader was the first male cheerleader at brandeis
#skype
ubuntu GLX_EXT_texture_from_pixmap is missing
only numberjavascripttextbox
#linux
#windows
#linux
#linux



Home  |  disclaimer  |  contact  |  submit quotes