| |
| |
| |
|
Page: 1 2
Comments:
<0> this is where batch idea come in, when you start processing, make all the outstanding jobs in a batch, and you only process all the jobs form the table where batchid=thecurrentbatch. you cna still add jobs to the table <0> or move all the jobs going to be done to another table first <1> i suppose. makes sense. <0> or inside a store proc, select all the job id into a temp table and fetch the job id one by one to process them <0> all is same idea <1> sleeps ville. <2> hi <2> is there a way i can force every link in the page to open in a new window? (without each a tag having target field) <3> you could read href attribute of all the <a> tags on a page and then add an onclick event handler to open the links in a new window
<2> the <a> tags are added dynamically over which i have no control <2> so while the page is displayed, it could have <a> tags added to it <2> (and keep on adding) <3> what do u mean? dynamically from server side? <3> you need to make a function that runs when the page has fully loaded, and then this function will do what i stated above <2> not from client, client copy pasting rich text into the page... (tht text can have a link) <2> not == no <2> then when client clicks on tht link on my page, it opens in same window, i want it to open in another window <3> read what i wrote <2> im sorry, but i cant understand what u exactly mean <3> do you have any idea about javascript? <2> if u dont wana explain further then thats fine, but you have no right to insult me <2> sorry i asked <2> bye <3> weirdo <4> hello, i need some help, how do I convert string to integer ? <4> parseFloat(var) <4> god damnit guys <4> :) <5> if you need an integer, i think parseInt(var) makes more sense then parseFloat(var) <6> hello... how to put something like var[0] != 0l in javascript? <1> in an if statement? <1> if (foo[0] != 0) <6> if((FORM.var[0] == "1") // is this corect? <6> or if((FORM.var.value[0] == "1") ? <1> if(document.FormName.elementName.value == 1) <1> or if it's an array of elements with the same name: if(document.FormName.elementName[0].value == 1) <1> http://www.w3schools.com/js/ <6> aham..... var[0].value .... thanks <7> how i insert php code in javascript? This is not working onClick="copiaza('<?php echo $rand["nume"]; ?>')" <1> the same way you insert php code into html <1> you just have to make sure the output is acceptable to js
<8> Hm. <9> hello <8> Hell <8> o <9> :) <10> Hi there. Just after a bit of advice please, a bit stumped. Got this questionnaire type question inside a form. http://www.hackeradio.com/questionnaire.html <10> so each line of radio buttons is for one question. Im trying to validate those <10> they are allowed to click any, but they can only submit one answer 1, one answer 2 etc, else they get an alert <10> any ideas how I could do that? <8> Advocated: You do travel around the irc-networks ,) <8> ;) <10> of course, multi taskin ;) <10> the more response and idea, the better really <8> at its finest <8> indeed. <8> <- guilty of doing the same. <10> don't really want the code as such, just an idea how to do it so i can have a play <10> tis the law ;) <8> ^-^ <10> i couldnt see a way of doing it without having to say like, if question_1 = 1 then question2 cant be, and so on.. i'd be there for ever <8> Let me give it a look <10> thanks :) <8> so, only one answer at column '1' and so on? <10> yea they can tick any because people dont want to have to tick each answer and get a msg box, but i mean once the submit it does the validation. <10> can you bare with me a few mins, dins is cooked, if you answer i'll be back in a few <8> sure, give me a few min <8> the name aren't unique <8> you should give all radios unique-ids <10> back <10> but theyre for a set <10> ie question12_answer1 can be 1-8 <10> ill get that answer, and p*** question12_answer1 as being whatever number to my sql statement <10> get me? <10> fatbrain did you get anything of what i said last? got cut off <8> Advocated: no <8> still checking <10> ok cheers <10> bit of a tricky one aint it <10> fatbrain.#
Return to
#javascript or Go to some related
logs:
#chatzone C2079 uses undefined class forward php_writeexcel merge cells #MissKitten #AllNiteCafe problems of imigrations #AllNiteCafe tfajlit #php ducacus quotes
|
|