| |
| |
| |
|
Page: 1 2 3
Comments:
<0> js <1> ok <0> alert(flag_vote) <0> apparently it flag_vote is null <1> maybe it is null...because i myself learned the answer to your question only 2 days ago and it works just fine <0> it should be <1> you can test it yourself by declaring it outside a function. then use another function to set a value, and another function to alert it...it will work <0> shouldn't <0> flag_vote=1 <0> on the last instruntion of the first function <0> err <0> it is working now <0> i had the vote funtion after the display one :\ <0> thanks mate <0> i owe u 1 <1> hehe
<2> any javascript coders on? <2> i got a advanced question <3> just ask the question already. <2> for this page here http://www.chicagomusicpromotions.com/musicsubmission.htm when they hit submit is their anyway to add a meter box so it comes up instead of it being in the status bar <2> basically to show a visual on the screen instead of in the status bar <2> for progress meter i guess <2> that pages runs off a php file <2> so i was just curious about how difficult it would be <3> not following. <2> okay <2> for example <2> you go to the page <2> upload your info, photo and mp3 and press submit <2> and while its processing <2> i would like a box with a blue percent meter <2> to come up on the screen <2> to show the users or artists <2> on their progress <2> for completion <3> your server-side have to suport that. <2> yes i run a dedicated linux platform <3> eh, your web-back-end. <3> not the platform on which you'r running it. <2> yeah the server is linux redhat <3> Are you running php/jsp!`? <2> yeah <2> the process file that runs that htm file is a process32.php file <4> How should the client know about the progress on the server? <2> well instead of it being in the status bar <2> like normal things <2> i would want it in a box in the middle of the page or something <2> like a popup blue meter <3> hm, what php version? <2> the newest one <2> they use all new versions on godaddy.com <2> here is the file <3> there are examples on how to do it, just google for it. <3> I use a similar approach for my wdb uploader, http://fatbrain.org/wdb/ <2> okay one sec <2> yes something like that <2> but a blue meter <3> well, that you have to figure out on your own, just google for "php progress upload" and you'll be home free. <3> the actual blueish-bar, that's something you have to write yourself. <2> thank you <2> for your help <3> yw <2> can i use some of the source on your page <2> for that number thing <3> I took it from somewhere, let me find the url <3> http://www.devpro.it/upload_progress/ <3> there you go <5> does anyone know what document.all means? <1> all the elements ? <5> N = (document.all) ? 0 : 1; <5> this is the code where it is used 'all' property <5> but i don't understand what could it mean <1> erm no whats going on there <3> N will be set to 1 if document.all is not present, otherwise 0. <5> and i searched w3schools document object reference and has no 'all' property <3> document.all is an IE thing. <3> N probably means Netscape
<5> ok <5> 10X <3> so, it's basicly a lame check if netscape script. <1> is there a way to stop the user/page from going back (using browser back button)? <3> not really. <1> no meta tags either? <3> no, none that I know of anyway <3> why do you want to prevent that? <1> no idea...my colleague here wants to <3> ok <1> i think to prevent t he user from going back and resubmitting the form <3> ok, I don't think you can do that. <1> told her that <3> great <6> how can i retrieve the exact version of firefox? appVersion always gives me the same (5.0) <6> ok userAgent ;) <7> why could I get errors that some function is undefined when i test a script on the remote server, even though on my local server works fine <7> everything is identical to local structure <8> given a listof numbers (with newlines), how do I split that into an array? I tried myarray=mylist.split("\n"); but seem to be getting a blank or something at the end of each number <9> can somone tell me if this applet loads <9> <Jason> http://webcam.vinylwelders.com:85/top/liveapplet.html <10> hey guys... i have a span tag inside a table cell ... but the margin or padding properties dont stretch the table? why? ... any help appreciated :) <8> if I do mystring.match(/foo(\d+)/); how do I ***ign the matched part to another variable? Do I *have* to build a special RegEx object? <8> ah ha. var myvar = mystring.match(/foo(\d+)/); now myvar[1] contains whatever matched (if anything did) <11> hi all <11> hi got a problem with a variable ***ignement <11> with document.getElementById <8> and? <11> firefox and IE say to me "***ignement to undeclared variable sel" <11> and the line in question is : sel=document.getElementById('dept'); <11> and dept is a listbox.. <8> did you declare var sel; anywhere? <11> nope <11> but when i delcare it it not say anything to me the function will not work <8> if you plan to use sel outside of the function, I beleive you need to declare it outside. <11> i don't plan that <11> it's for an ajax function ;-) <8> the error seems to be due to you not declaring the varaible. If it doesn't work, that's a second problem. <8> (best I can do. good luck!) <11> thx <12> hi <12> is there a way to retreive XML data from google from JavaScript? <12> i need to use google's image search but show them in a diffrent way <12> and i don't want to parse the HTML of the google page <13> optocus: no way <13> unles you create a tunnel <13> that will do the request for you server-side <14> o_O <14> you can use xmlhttp <13> RoBorg: you can't <14> although I'm not sure you can go cross-domaing <12> ok <12> then i'm left with loading the google image page in a invisible iframe and parse the html of it right? <14> nope <14> can't script across domains <12> wha? <12> i can't get a url in a iframe and parse it from JS? <12> f*** it ****s <8> too many spammers and porn site used iframe tricks. Most moder browsers have locked them down now <12> i see <12> how do i format a string as a url for get <12> like 'two words' => 'two+words' ? <14> encodeURI() <8> you might want to look around the google programming site <input type="hidden" name="OoriginalSubscriberID" value="<%= intSubscriberID %>" id="OriginalID"> <8> whoops, wrong clipboard <12> thanks <8> http://www.google.com/apis/ <8> they might have something to let you do what you want <12> neh <12> i need to p*** through my server <12> witch i will probably do... <12> i think i will use the API with SOAP on my server and use AJAX to retreive the images <14> uhuh
Return to
#javascript or Go to some related
logs:
1 sexin plz ok kıyamamki küçüğüm #chatzone #london linux vserver-x86 hosting sitook #linux irssi slap alias html page into a string managed c++ parseInt
|
|