| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> Ugly_Duck :D <0> hows #cgi these days <0> http://demo.affinitygo.net <1> write a javascript forward page see if the page redirect to where you want? <2> noscript comes in handy huh <1> yes, if you just want to tell the user they ****s <1> :P <2> just wanted to specify a hight for a table using javascript, but if js was disabled i wanted a min-height: is all <3> NeoFuture.. What a great work!! Congratulations!! <3> Cool!! <3> Are you using a ToolKit such as DOJO? or everything by hand <3> ? <1> Dojo still very primitive <1> another domapi user make this http://www.epistolaire.fr/Logiciel_gestion_de_courrier_GED_galerie_epistodoc.php <1> compare to my app, mine is a bit plain right now <1> NeoFuture hand code his stuff
<1> my crap http://vix.myvnc.com:8088/dropbox/untitled3.gif <3> my god.. <3> you're terrific!! <3> very good job <3> all those listgrid you update directly the database using Ajax? <1> some doing post, some send the json back with ajax <3> I'd like to do that. <3> unfortunately, the docs at domapi is not so good. <3> you know, I was working just with background interfaces and html static.. Now I'm trying to catch you my friend.. <3> I was just a perl programmer <1> most of you see in my page is html <1> i only use domapi for grid , tabs etc <3> yes.. but very dynamic. <1> all other are css layout <3> yes.. and you make fun of me about that domapi was making myself spoiled.. <1> the doc may be a bit weak, I just read the test example to learn and read the code for missing stuff after <1> you will learn a lot by reading the code <3> yes.. a long road until there.. <3> But that's the way to learn.. <3> my friend.. I'll try to solve the Iframe.. <1> you need to learn js the hard way :) <1> same go for using any library <3> yes.. I know.. <3> do you have a tool to work? <1> http://www.google.ca/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=writing+content+to+iframe&spell=1 <1> ultraedit, visual studio, eclipse etc <3> Antechinus? <3> I work with ultraedit <1> you can try jseclipse <3> is it good? or do I have to install java ? <1> and eclipse <1> it check error while you type <3> including the dependencies? <3> the library.. ? <1> just syntax <1> it dose the intellisense drop down across all open files <3> I'm gonna use this so.. <4> guys, i need help with floating iframe <4> iframe has a search functin, but i dont know how to make it search the page underneath <4> i have an example of what i im talking about at this url : <4> http://www.iol.ie/~mariah/tazmedia/export.html <4> any help would be greatly appreciated! <4> hopefully someone in here can help me what to do! <4> are there any other channels i can go to get help also, just wondering thanks alot <3> ht311, I really couldn't make it to work.. <3> do you have any tips ? <1> http://forums.hostrocket.com/archive/index.php/t-16957.html <1> is workspace.getDocument() working? <1> if so, use open , write , close <1> or just write <1> try with simple string/html first <1> http://www.irt.org/script/853.htm <3> ok <3> I'll read the docs.. and then I'll warn you if I can't ok. <3> thanks <1> I am sure it can, I don't that before like 6 7 year ago <1> I just cut 1.2 second from the listgrid , i am happy <5> say, what's the function that converts a number to a string? <1> 1+""; <5> ? <1> answer to your question
<5> does that work for negatives, also? <1> you can just try it <5> It didn't work for either one, actually <5> ballotcontents = "<td style='background-color:gray;' align=right>" + pspread[x] + ""; <1> it work for me both case <5> that's my line... it displays 0 when pspread[x] is negative :( <1> huh? <1> you add a string to a pspread[x] already, it will become a string for sure <1> check what you have in pspread[x] <5> yes, it became a string... 0 <1> impossible <5> pspread[x] = -10 <1> I testing in ff js console, it said the otherwise <5> lemme check the page source <5> hmmm scratch that... that's part of a subroutine... the formula, itself, is in the page source :) <1> ;) <5> lol <5> I want to convert numeric -3.5 to string 3.5 It ain't working!!!!!!!!!! <5> boohoo <5> to string -3.5, rather <1> Math.abs(-3.5)+"" <1> you need another slaps? <5> hmm <5> that doesn't work, either <5> this is weird <1> are you in the right channel? <1> check between the keyboard and the chair <5> seriously, it doesn't work :( <1> seriously, it is only you problem and I have a feeling that you are not writing javascript code <6> .. <1> I tested what i have there too <6> Rex_G: can you paste what you have at pastebin.com? <6> !paste <6> paste <6> bleh, no bots, ohhh well <1> paste only the html source <5> it's OK... I just wrote a subroutine to do it for me. <1> you writing vb code? <1> subroutine ... <5> Don't get all snooty <5> I'm just a rookie trying to get somethign done :) <5> a function... whatever you call it! <1> you writing a function, call it a function <1> sub and function is different even in vb <1> and really have no change that Math.abs(-3.5) + "" didn't work <1> we just trying figure out what you are really doing, you can continue to have fun then. <5> touchy! <5> Are you that SNL guy? LOL <5> that was mean <6> the snl guy? <6> hopefully not Farrell, can't stand that dude, he really thinks he's funny, which is like twice as terrible, he ain't <5> well, as it turns out, pspread[x] = 0... for some reason, my SQL query is not working properly <6> sounds like an SQL statement issue, not a js one <1> and you add Math.abs in your sql statement? <5> No <5> I'm not THAT much of a rookie <1> I don't know, ask CommandPromp <6> right, he ain't no rokie man!!! how dare you!!!! he's probably doing some Madskillz js through some ASP.net IDE <1> heh, my bad <5> You'd be impressed with what I'm doing :) <5> not too bad for a rookie, actually <6> depends <1> right .... <6> lemme guess, DreamWeaver? <6> :P <5> No, PHP and MySQL and Javascript. <5> enumber1 = "-" + enumber1; <5> ack <5> sorry <5> Is there a way I can define a submit button, but only make it visible and active when a certain condition is met? <5> For example, if a user has to make 10 selections on a page, the submit button becomes available only after he has selected 10? <1> document.formname.elementname.style.display =""; or "none" to hide
Return to
#javascript or Go to some related
logs:
Michella Oy #linux #linuxhelp javascript resresh #mirc #AllNiteCafe #teens suders + gentoo #slice romania cservice
|
|