@# Quotes DB     useful, funny, interesting





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



Comments:

<0> how can i make a button.. when i push it to open more than one widow .. with the same link ?
<0> Pilum ?
<1> Seperate with ; in the event handler.
<0> i don`t know java i`m i little noob. :)
<0> <FORM name=feedbackform onsubmit="var multi_submit; if (multi_submit) return multi_submit(); for a=1 to 10 "target="_blank" action=http://mail.yahoo.com method=post><INPUT type=hidden value=muie name=pula><INPUT type=hidden value=asl name=kkt><INPUT type=hidden name=lwp><TD vAlign=top width="80%"><INPUT style="WIDTH: 222px; HEIGHT: 22px" type=submit size=28 value="hello! ">
<0> how comes here ?
<2> Hey everyone
<1> ElGuta: What are you doing there? Heh.
<2> I'm wondering if it's possible so that when a user clicks on a link, or an image, it activates a submit button
<2> I know the whole onclick=function(); part but I don't know how in my function to get it to activate the button. I tried document.getElementById("submit").click but that didn't work. It was a longshot :P
<1> ElGuta: onsubmit="return multi_submit();"
<3> isn't there an image submit type in html
<1> There is.
<2> Is there?
<1> Yes.
<1> <input type="image">



<0> Pilum i want to make just a crazy button :).. to open more than one window with yahoo..
<2> thanks Pilum
<1> ElGuta: And?
<4> hey all
<0> Pilum and i don`t know how .. :|
<5> alright, i have a problem
<1> And what might that be?
<5> nothing serious, joking aside. no, i would like to create a text tree menu... not a tree menu including any graphics, only text
<1> Start by reading up on events then.
<1> http://www.quirksmode.org/js/introevents.html
<5> my english is too poor for that
<1> Well... you'd better learn then. All programming languages I've seen thus far were in English. :-)
<6> LOL
<5> fair go
<7> hi
<8> lo
<7> users who have google toolbar installed, on their machines onunload event doesnt fire.. bcoz its a kindof way google used to supress popups
<7> im doing some cleanup code with regards to XMLHTTPObject on unload event
<7> but google supresses my onunload event
<7> ive seen ppl saying that onbeforeunload event can be used on IE for that purpose
<8> NeoFuture is away so you missed
<7> ive seen ppl saying that onbeforeunload event can be used on IE for that purpose?
<7> sorry
<8> onunload ****s anyway
<7> what method would you guys suggest?
<8> spam popups
<9> hmm, i don't think onunload have problem
<9> let me see
<8> does google toolbar clocks the popups he is trying to do
<8> blocks
<7> it does, it varies from machine to machine, on my pc i have google toolbar installed, but onunload works, but at another machine it doesnt
<9> like NeoFu7ure said, they got spyware with popup maybe
<7> a search on google tells that google toolbar is supressing the onunload event to in anticipation that popups are going to occur from that event
<7> when document is closing/unloading, i need to execute my cleanup code for xmlhttprequest, where shud i do that then?
<9> if there is popup to be open in onunload ..
<9> use onbeforeunload as suggested then
<7> ok, but it doesnt work on FF then
<9> use onunload in ff
<7> ok ill check if google toolbar has same problems in FF onunload
<10> can i get some help on an script that doesn't work on firefox? where can i paste some code?
<9> use a pastebin
<10> what's that?
<9> pb.html-channel.com
<10> k
<10> http://cpp.sourceforge.net/?show=16004
<10> pasted it here
<10> thing is it works perfectly in iexplorer
<10> and in firefox does nothing
<10> doesn't even do the document.write
<10> what could be the pb?
<9> everything
<10> everything?
<10> but in iexplorer works fine
<9> the page is not valid at all.
<10> it does the gradient
<10> not valid?
<9> and document write ****s, if you start learning, learn the rigth way
<9> check the javascript console in FF , what it said?
<8> ht311 how you getting on with ya product mate
<11> function gallerypop(imagename) {



<11> popwin = this.open(imagename, "gallery", "width=500,height=375, toolbar=no,menubar=no,location=no,scrollbars=no,resize=no,noresize");
<11> popwin.focus();}
<11> function gallerypop(imagename) {
<11> popwin = this.open(imagename, "gallery", "width=500,height=375, toolbar=no,menubar=no,location=no,scrollbars=no,resize=no,noresize");
<11> popwin.focus();}
<11> how do I set the title of the popup window?
<10> it says lots
<9> DivXp, you have live url ?
<10> what's that?
<9> NeoFuture: we are at MRP and CRP
<9> is your page online?
<8> how you getting on theo
<8> tho getting sales yet ?
<10> no it is not
<10> why?
<10> closed all firefox tabs
<9> NeoFuture: we have a client already, the others are still talking, as soon as we finished , there should be anyproblem
<10> javascript console says nothing when i open only the html
<10> no errors at all
<10> no warnings
<10> nothing
<10> ok so can you tell me why this works in iexplorer and in firefox doesn't?
<9> unless i make a file, copy the content, save the file, open it in FF,
<8> ht311 when your closer to getting something ready leme know if you can set me up a demo version and do some kind of documents i might have some customers in the UK for you
<10> you want me to upload it somewhere?
<10> i can do that
<9> NeoFuture: sure, but that will be months aways :D
<10> http://www.freewebtown.com/DaXpert/grad.html
<10> done
<10> this is it online
<10> same thing
<10> but try it in iexplorer. it works
<10> what could be the pb?
<8> months is fine
<9> DivXp, put something in the cell
<8> why you doing a gradient like that !!!!
<9> and you really should relearn the way how to write a page
<8> thats hell on browser resource
<9> that page really really bad
<10> how do you recommend i do the gradient?
<8> background image
<10> eh...that would require more resources
<10> tried putting something in the cell. firefox doesn't display it
<8> wtf an image is rendered by the browser NOT the js enterpreter
<8> it used far less client side resource
<8> if you really must use gradients use Filters and screw firefox off like me and ht311 do
<10> yeah but what's smaller? a js or an image?
<10> filters for gradient in firefox?
<8> its not whats smaller
<8> its what makes the best browsing experience for the user
<8> filters wont work in ff
<10> so i must generate the gradient
<10> think for example if the user has a big screen res
<10> how would the bg picture look like?
<8> http://www.neofuture.co.uk/tbr/acc1.jpg
<8> http://www.neofuture.co.uk/tbr/acc2.jpg
<10> if it's a gradient and i stretch it
<8> http://www.neofuture.co.uk/screenshots/screenshot1.jpg
<8> thats microsoft filters
<8> DivXp your over complicating things
<8> http://www.neofuture.co.uk/screenshots/screenshot.jpg
<10> how do you make a gradient bg that fits all resolutions?
<10> you tell me
<10> in firefox where there are no filters
<10> my script does that but it has a "small" compat pb
<10> i could do a layer over the bg and put the content there
<8> 1 layer position absolute 100% width 100% height single pixel width gradent gif with scaling width =100% height=100% set the z-index in the background
<8> make the grad 800x1 px
<10> could work
<10> but i've always had pb with document.write . what did you say i can replace it with?
<10> tried once to play with children and parents and messed a script really bad
<10> can you give me an example?
<8> <div style="position:absolute;width:100%;height:100%;"><img src='grad.gif' style='width:100%;height:100%;'></div>
<10> might work


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

wat does selam mean
#linux
funny chequers board
#skype
#teens
#mirc
#php
#linux
#apache
need rndc



Home  |  disclaimer  |  contact  |  submit quotes