@# Quotes DB     useful, funny, interesting





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



Comments:

<0> any of you guys know what i am missing in my script to make it move with the mouse: http://pastebin.com/717609
<1> nap`: .... you're trying to do a drag deal, right
<1> nap`: is a little backwards, to have one function for the mouse coordinates onmousemove
<2> hello, i would like to ask, i am doing form and after clicking i will display values on screen and then you must submit again. but i want to make back button, when i use onclick="javascript:history.go(-1)" it display empty form without before typed values. is there any other solution ?
<1> ..
<2> hm
<1> Samuel: are you also doing the server script?
<2> yes using php
<1> Samuel: how about if you instead just press the back button on the browser? does it show the values previously entered in the fields
<2> if i press back button on browser it will do the same.. remove all values and form is empty again
<1> Samuel: then you want to check your php processing it
<1> for I think that's where it lies the fields not being cached
<1> short from that, history.go(-1) is fine
<1> js wise
<2> hmm i see... simple i will remove go back button :P
<1> hehe



<1> if it works, sure =P~
<2> thank you for your time
<3> I know hardly anything about javascript, I found a calendar script I want to use but the date it returns is not in the format I need it currently returns 5/9/2006 and I need it to return 05/09/2006, please help
<3> http://pastebin.com/717656
<0> CommandPromp its the first time im trying somthing like that
<0> soo i dont relly have a clear idea of what im douing ..
<1> nap`: you want to do what exactly?
<0> be able to drag somthing when i click on it
<1> then you need onmousedown and onmouseup instead
<0> i didnt find any basic and clear script soo i tryed to figur out somthing by my self .. but for now it move but i have to click on the box each time i want it to move
<1> onmousedown, call your function that gets the X,Y of the mouse and ***ign to the Div with a timeout, like say, every 250 milliseconds, onmouseUP disengage the function
<0> hum i relly need a timeout ?
<1> is the efficient way to do it
<0> darn
<0> lol
<0> first time i do somthing like that
<0> hum the timeout will get the y,x value of the mouse and asign it ?
<0> but i tought that captureEvents was douing it
<4> hi, could someone tell me how you would reference a <map ...> tag in a js function?
<4> or point me to a generic reference :)
<5> why var myregex = new RegExp("\\d+(\\.{0,1}\\d{0,2})?","g"); return myregex.test(str + String.fromCharCode(key));
<5> dont have the same result that return /^\d+(\.{0,1}\d{0,2})?$/.test(str + String.fromCharCode(key));
<5> the second way works fine
<5> i only put a numbers #(1...N).##
<5> but the first way
<5> i can put more .
<5> is the same logic
<6> goal! :-)
<7> Grey's !
<7> you have too much hockey :D
<6> :-)
<8> c
<9> hi can anybody tell me the basic of java?
<8> its a language
<8> just like english
<9> no i want to learn the basic
<8> ur not gonna learm much
<8> start with the very basics
<8> english is the most basic thing u need to know for java
<9> but where?
<9> and how?
<9> ei
<9> anybody here
<9> he he
<9> its look like that you guys are all busy
<9> or sleepy
<9> he he
<10> good morning people
<11> Morning
<12> read how to get mad traffic: http://25peeps.com/r/445
<13> anyone active in here?
<11> Define active.
<13> lmao
<13> that could be considered...partly active
<11> Hehe.



<13> so um yeah...what's with all the programming rooms having idle people?
<14> http://www.digitalkb.com
<14> click on the adsense
<11> Why?
<14> cause i said so, why else not
<14> i want to see how quick a click comes though the account
<15> lol @ NeoFuture
<15> Hello Pilum, ht311
<7> 'morning
<16> why it gives me a javascript error? its works fine, but i dont want this error.. http://www.tzhok.co.il/jokes2.php?page=1&cid=8
<16> is this worng?
<16> <script>document.getElementById('iframe').src = 'iframe396.php?cid=8&page=1';</script>
<17> some one knows how to clear the content of iframe?
<17> i can write some thing but i cant clear
<11> iframeref.document.write("")?
<17> no no
<17> look http:/
<17> http://ibcb.no-ip.org:1234/site/ibcb/teste.html
<11> A complete mess, but what about it?
<11> Btw... don't ever use 'javascript:' in your code.
<17> with .body.innerHTML i can i think
<17> ty
<11> And do yourself a favour and fix your html.
<11> Though in your case it's probably faster to start over from scratch.
<18> what is the javascipt symbol for 'M'
<18> you know
<11> Huh?
<18> there are a sequence of symbols for every alphanumeric character
<11> That's not a "javascript symbol"
<18> ok
<11> And you'll find the numbers in ascii tables.
<18> what is it
<18> what am I lookingfor
<11> Depends on what you're doing.
<10> good night people
<11> Lo dave-e
<19> yo
<20> lo
<21> i need some help with javascript
<21> can anyone help me figure out how to change the code so that instead of going to default.asp, it goes back 2 pages in history
<21> document.write("</TD><td><a href=\"default.asp\" onClick=\"return(visitargs('default.asp','','URL'));\"><img src=\"***ets/images/btn_continue_shopping.gif\" alt=\"click to return to the catalog\" border=\"0\"></a></td><TD>");
<20> onclick="history.go(-2); return false;"
<21> do i replace both instances of default.asp with this
<20> the other one is for people who have javascript disabled - in this case there's no way to go back 2 places in the history without javascript
<21> let me tell you what I'm trying to do maybe you can think of a better solution
<21> in the basket page, we have a "continue shopping button"
<21> right now, every time a shopper clicks it, it takes them to the home page which is annoying
<21> is there a way for them to go back to the same page where they selected a product
<20> store it in the session?
<21> so it is possble? I'm not the programmer, it's a compnay doing this for us and they're saying it isn't possible
<21> that we have to buy some 500 dollar special feature
<20> it depends on the software
<21> i see.. thank you
<21> can you tell me if i have the right syntax
<21> document.write("</TD><td><a href=\"default.asp\"
<21> onClick=\"return(visitargs('history.go(-2); return false;','','URL'));\">
<21> <img src=\"***ets/images/btn_continue_shopping.gif\" alt=\"click to return to the catalog\"
<21> border=\"0\"></a></td><TD>");
<20> err no, just do it like i said :)
<21> you mean replace the whole thing with onclick="history.go(-2); return false;"
<20> yeah
<21> but how can i have the option of sending non javascript enabled customers to the default page
<21> so that they don't click the button and nothin happens
<20> it will still do that
<21> okay but how do I tell it to do this only when the button is pressed
<21> document.write("</TD><td><a href=\"default.asp\"
<21> <21> onClick=\"return(visitargs('history.go(-2); return false;','','URL'));\">
<21> <21> <img src=\"***ets/images/btn_continue_shopping.gif\" alt=\"click to return to the catalog\"
<21> <21> border=\"0\"></a></td><TD>");
<21> document.write("</TD><td><a href=\"default.asp\"
<21> <21> onClick=\"return(visitargs('history.go(-2); return false;','','URL'));\">
<21> <21> <img src=\"***ets/images/btn_continue_shopping.gif\" alt=\"click to return to the catalog\"
<21> <21> border=\"0\"></a></td><TD>");
<21> sorry


Name:

Comments:

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






Return to #javascript
or
Go to some related logs:

#linux
#linux
#java
#linux
ryan_18
nytanjel
#c++
#windows
#MissKitten
#linux



Home  |  disclaimer  |  contact  |  submit quotes