@# Quotes DB     useful, funny, interesting





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



Comments:

<0> Why do I get showlink() is not defined when ....onclick="showlink();" working properly, but not <a href="javascript:showlink()" target="_blank">Show it</a>
<1> because it's opened in another window?
<2> ah, could be the target="_blank"; and you should not use the javascript: anyway
<0> ht311 thx, I removed target=... and now, it's working the way I want! thx
<2> it is better to use the onclick, javascript: is deprecated
<0> <a href="#" onclick="showlink()">Show it</a>
<0> ?
<2> <a href="#" onclick="showlink();return false;">Show it</a>
<0> thx!
<3> Hi i have a drop down list that when selected it shows me another dropdown list with options. How would i change this code to make a fileupload box appear when the item "Page 3 " is selected for example. the code is here: http://codedemons.net/pb/?show=5619 (ignore the php tags that where automatically inserted)
<4> has to go now 2 dell xps laptops. price 500 for one 650 for 2. shipping included. message if interested
<2> hmm, this what happen after dell brought alienware? :D
<0> into a div I have some divs... how to read the content of the first div into the container div ?
<5> hello
<2> hi
<5> hey look, i have weeks trying to find a good javascript that rotates banners each time i click refresh, but i dont only want to put jpg, i want it to support .swf files, but i cant find any of that, do you know where i can find a good website with that??? or if u could help me i would apreciate that :)



<2> http://www.hotscripts.com/JavaScript/Scripts_and_Programs/Banner_Rotation/index.html
<2> i never use those
<6> why do you need javascript for that?
<2> just ask google for more
<6> use the server side script
<5> what's that?
<5> i use html
<2> and Aquel` is right, you only what it to rotate for each refresh
<2> ....
<5> yes
<5> what u recommend me?
<6> php, asp, jsp, whatever language you know
<6> or visit ht311's link
<7> Aquel: better using Javascript in that case
<5> i want something i could insert it into html
<7> its non security wise thing
<5> something easy that loads fast
<7> and won't put irrelevant load on the server
<2> nah
<2> without server, you can't track impression
<7> better using the client's memory resource
<6> VaranG|aN, i'm not sure, no point using javascript when you can do the same on the server side
<7> the server is already loaded up much
<6> no it's not
<2> it is more a server job
<7> its not ?
<6> it's not
<6> :)
<7> more a server job?
<6> yeah
<6> javascript is done for client side scripts
<2> and who the still use custom banner anyway, isn't google own every banner already?
<7> what do you ht311?
<5> :P
<5> so ?? wich u recommend me i could insert in frontpage
<6> it's an easy job for a server to generate a page
<6> tit0, are you hosted?
<5> yeah i am goin to host with aplus, 170gb of space 2000 gb on bandwith
<5> Aquel` -> what you recommend me then?
<6> i'm looking at aplus's website
<5> i am goin to register the Solo xR plan on unix hostings
<6> humm
<6> you shouldn't
<6> actually
<6> the disc space is interesting
<6> but it seems they're not offering any server side language
<5> why i shouldn't?
<5> for what is that?
<6> my mistake
<6> http://hosting.aplus.net/soloxr/software.html
<6> use php then
<6> that's an easy and powerful server side scripting language
<5> can i insert php on frontpage?
<6> frontpage ****s
<5> :P
<5> dreamweaver?
<6> dreamweaver is better but that is not a language
<6> just a user friendly interface
<5> wich program u recommedn for creating website?
<6> dreamweaver is good for beginner
<5> why u dont recommend frontpage/



<5> ?
<6> because that's the poorest software of the world
<6> and that's a microsoft's one :)))
<5> u hate micro?
<2> NO
<6> no
<6> but they're not the best
<2> it because html it produces is not vaild
<5> i dont like dreamweaver :/
<2> in a single word, ****s
<2> me either, use a good text editor, learn how to write html properly
<6> ht311, you're totally right concerning the validity of the code
<6> there is not that many editor that produces clean and tidy code
<6> there is / there are / **
<2> I hand code all the page
<5> damn
<5> :S
<2> seem the new ms expression web editor is very good too. the page it produce is so standard and break in ms own IE as well :D
<6> http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http://www.microsoft.com
<6> just a test for fun :)
<6> quite interesting
<6> http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.microsoft.com%2Fwindows%2Fdefault.mspx
<6> microsoft doesn't know (and doesn't care) what norms are
<5> can i make an included content page in dreamweaver like frontpage?
<5> ??
<6> try <?php include ''; ?> :p
<5> i dont know php tha tmuch :P i love frontpage :)\
<2> you don't learn frontpage, learn html
<2> if you know enough html, you will hate frontpage
<6> indeed
<5> jejeje, i just know a lil bit :) but i dont like making all those codes by me, that's why i love that software, it makes everything for me :
<5> :P
<2> may be you should just use save as web page in word or openoffice ;)
<5> :P =)
<5> guys i have a code here
<5> i would like to show it to you
<8> hi all
<8> here are someone here?
<2> people keep thinking there is 24/7 instant support
<9> yup thats nerds for you
<10> hello
<10> how can I get the first ul element of a ul list, starting from an inner element?
<10> basically, when I click on a li element I call a function and reference to the calling li element using "this" inside the function
<10> from here, I want to get the id of the first ul of the list
<2> loop childNode until you see the ul
<2> check node type as well
<10> ok, but what if I can have unlimited nested uls?
<10> and multiple lists in the same page?
<2> you just want to first ul child or you want to get every first child?
<10> I want the first ul parent of the list
<2> no matter what it is same function to handle that
<10> basically the ul that started it all :)
<2> huh?
<2> you want the root?
<10> yes, the root ul
<10> not the childs
<2> that will be silly not to save the root id somewhere
<10> basically, I have multiple trees, each with its own ID. When a user click on a li element on any of the trees, I need to find out the id of the ul that contains that li element
<10> don't know, probably I am doing it the wrong way
<2> anyway, look at the parentNode
<10> ok
<11> could someone please take a look at this code and help me: http://pastebin.ca/105657 (Explanation is on pastebin about the problem that I'm having.)
<12> good evening
<12> i need someone to check a codeline... i dont see whats wrong with it, but its not workin...:
<12> if(Check == true) parent.content.location.href = 'take.php?aid='+aid+'&SID='+Sid;
<12> anyone?
<1> that line appears to be valid
<12> yea
<12> but it does not work.
<1> what's the error?
<12> the page does not load.
<12> but the original reloads.
<1> so you have a frameset?
<12> yes


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

#networking
#london
xghari
#AllNiteCafe
wittards
12 yo lols bbs
#c
#linux
ghala zobbi
#skype



Home  |  disclaimer  |  contact  |  submit quotes