@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet


Comments:

<0> http://www.pacalici.ro/bancuri-pacaleli/o-Poze_m-FullPic_id-62_direction-u/picture_poze_fun.html
<1> hey can anyone help me change this site
<2> can anyone tell me if there is a way to use javascript to check the url of a certain frame on a parent window from a a popup?
<3> opener.top.location.href
<1> im trying to make a search engine
<4> Elexia: in js?
<4> :)
<5> im trying to make a lot of things
<4> anybody here played with google api?
<6> sk8ing: yeah, kind of
<6> fine.
<6> leave.
<6> i don't care.



<7> hey
<7> if I got the "error on page" msg in IE, telling me that the error was on line 17, what line should I check?
<7> line 17 means only the lines where there is javascript?
<7> or it means the 17th line from the html source ?
<8> anyone tell me where to find code snippet to fill one drop down list on a page after information has been selected from another dropdown
<9> i get an uncaught exception in firefox (Node was not found code 8) when i use document.body.removeChild(object(id)) but it works in ie
<10> hi
<10> I need help
<10> =- need help`
<10> hi
<10> hello
<11> hi
<10> i need lettle help
<11> generally, you should just ask your question (put code in a pastebin if it's more than one line) and hope someone answers.
<10> ok
<10> I'm looking RFC 1738 encode function in javascript
<10> code in php : function path2url($path)
<10> {
<10> return str_replace("%2F", "/", rawurlencode($path));
<10> }
<10> need eq. in javascript
<10> thanks
<11> http://devguru.com/technologies/javascript/11459.asp ?
<11> or maybe encodeURI( uri ); ?
<10> no. escape() just repplace special ch.
<10> no encodeURI
<11> sorry, can't help then. You'll have to wit until the guys that really know JS well to login
<10> ok.
<10> you know forum ? where I can place the post with my q. ?
<12> http://xkr.us/articles/javascript/encode-compare/
<11> groups.google.com comp.lang.javascript
<11> anyone know why var jsonObj = eval( '(' + ajaxQuery.responseText + ')' ); would work fine in firefox but throw an error in IE6? .. "error: Expected identifier, string or number"
<11> nevermind, found it :-)
<11> IE doesn't like objects that contain a comma after the last hash bucket
<13> Hi again. If I load a specific page in a frame, my frameset is being blowed away and ONLY that page alone is loaded in the main window. Is there a possibility to avoid a page in an iframe blowing up an existing frameset?
<14> you are loading someone's else page in your iframe?
<13> yes
<13> I'm loading a database window in an iframe to ease the searching for products
<14> nothing you can do, you using someone else pages
<13> I don't want to change someone else's page, I just want to put it into a frame
<14> [09:47] <14> nothing you can do
<13> any other idea than putting it into a frame without generating a new window?
<14> [09:48] <14> [09:47] <14> nothing you can do
<14> [
<13> I had read your answer on my first question, but asked another question
<13> but if there is no other possibility, it's okay
<11> use an ajax call, scrape the info you want, and insert it into your own page?
<11> actually, if it's on a different server then I guess you can't do that
<15> does javascript have any kind of sleep functinality besides looping?
<14> no, not natively, you need to set it up yourself with the help of setTimeout
<13> hmmm... I found another way that works. All important pages are working with frames :)
<15> thanks, i'll try setTimout
<13> is it possible to change the size of an iframe via js?
<13> I tried window.frames['pcatframe'].height = "10px", but doesn't work :(
<14> .style.height ="100px"
<13> oh ... hehe okay
<13> hmmm... ie says "window.pcatframe.style is null or not an object" ... I don't understand
<13> erm, window.frames.pcatframe.style
<14> you may need to use getElementById



<13> I guess that's not possible
<13> it says, "the selected element doesn't support property or method"
<14> I am sure it is possible, you need to get it via the getElementById, so that you get iframe object not the window object with the frames collection
<14> make sure you give it an id
<13> window.frames['pcatframe'].location = something -> works
<13> window.frames['pcatframe'].style.height = something -> doesn't work
<13> this is weird
<13> window.frames['pcatframe'].src = something -> also doesn't work
<14> that's what I said there
<13> ah okay
<13> so what you meant is i.e. window.getElementById('pcatframe').src ?
<14> .getElementById is not a method of window, it is from the document
<14> and you can't get the location object since you are doing crosssite
<13> I understand. thanks for your patience :)
<16> Hello good people. It is possible to make an Ajax HTTP Request to any page? Or will a cross-domain request fail?
<14> cross domain is not possible with xmlhttprequest
<16> so how can i make a cross domain request with client-side javascript?
<14> it is not possible with xmlhttprequest.
<14> you can do that with javascript tag.
<14> to pull json cross domain
<10> hi
<10> I'm looking for function in javascript like:
<10> function path2url($path)
<10> {
<10> return str_replace("%2F", "/", rawurlencode($path));
<10> }
<10> in pph
<10> php
<10> anyone?
<4> sakaev: lookup encodeURIComponent
<4> you should combine encodeURIComponent with encodeURI
<4> and by the way, that function is wrong
<4> that's not how it should be done
<17> hello
<17> need help on something.. if i had this: 1 + 2 % 4 + 1 ... what does the % do in this?
<3> % is modulus
<17> % as we say 5 mod 3 = 2 ?
<3> correct
<17> thanks man
<18> could someone help me out a bit please ?
<18> anyone in ?
<3> read the channel rules
<18> hey [Torgo]
<18> http://www.qsinano.com/t_index.php
<18> actually
<18> http://www.qsinano.com/js/menu.js
<18> for some reason that menu has 2 px on the left and bottom - i cant understand where its coming from
<18> could you help?
<18> ?
<19> I'm not seeing it
<18> the js ?
<18> hmm just a sec
<19> the 2px
<18> could you refresh ?
<18> the t_index
<18> left hand side 1 or 2 px
<18> not sure why it comes in
<18> i tried a padding-left with -1 px
<18> but its not working
<18> any ideas ?
<18> VaranG|aN ?
<14> there is no such thing as -ve padding
<14> try -ve margin
<18> left-padding: -10 px no go huh ?
<18> worked out
<18> thanks ht311
<18> ht311 you around ?
<18> one more please : )
<18> for some reason z-index -1 works fine for IE but not on FireFox
<18> anyone ?


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

GHING HAI
liba ta mara
+toupper +identifier not found
#php
#AllNiteCafe
multiple ccies
#linux
#skype
#linux
#linux



Home  |  disclaimer  |  contact  |  submit quotes