| |
| |
| |
|
Page: 1 2 3
Comments:
<0> startkeylogger <0> so much for that: http://www.hm2k.org/news/1137968795.html <1> no nut head here use norton <1> :) <0> i'm trying to think of what would be a good channel to try it on <1> high user count, channel for downloading <0> bah, tried a few mIRC favourites, now i'm just looking like an arse <1> change your nick before doing that <1> :D <1> hmm, it could be a nice m***ive attack <0> lol <0> i checked the comments in the thread, best result ws 3/1700 <1> i wonder will this work in aol or msn chat room <2> i'm trying to compare two strings to see if they contain the same text and the compare is failing even though when I output the text to screen it's identical
<2> the comparison is "if ( jobname == scheduler[i][1]){" <3> Insufficient data. <2> what do you need to know pilum ? <3> The rest of your code for preference. <1> it is a quiet day <4> OK, so I have a .js file in my asp page like this: <4> <script src="/Members/coolmenus_frame.js" type="text/javascript" LANGUAGE=\"JavaScript\" id=MenuScript></script> <4> i have a timer (using setimeout) fire every 30 seconds <4> it goes and gets the contents of the web page async. <4> if it is different, i need to run the .js code again........ <1> you don;t have to redescribe your problem everyday <4> the .js code puts <Div> tags into my html..... (innerHTML) <4> didn't see you in here... <4> here's something new... <4> i cannot get the innerhtml of the "new" page <4> just the outerhtml (like "view source" <4> so those div tags that it puts in my code are no longer there. <4> that's why the menu no longer works after the inner html of the current page is updated <4> but i found out that it MUST be run because it sets a butt load of variables (actually, an array) <1> change the menu.js then <4> the question is: is it possible to "RUN" a webpage (just like when it is loaded or refreshed) without refreshing....using javascript, of course <4> i can barely follow it...there's alot going on there <1> you are not follow it at all <4> variables are named b and x and y2 and L5.... it's crazy <4> i don't know what is what. <1> look at the menu.js , if there is doucment write, you are so screw, and you pick a very bad menu to use <1> if not, find out which function it run when loaded, then call the function manually <4> any way, besides RELOAD / REFRESH is there a way to say, "re run this page and execute all of the script in it" ?? <4> i did that <1> NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO <4> it erases ALL of my code and puts in about 10 DIV tags <1> i am almost sure it do document.write <4> no html tags, no body tags .. no nothing <4> it does...well to put the dive tags in <4> then it uses getelementbyid <4> i managed to get the div tags back into the innerHTML..... I can see it - it looks perfect. but for some reason, the array(s) are destroyed - there is no longer a reference to them <1> update the content only need to be update, don't wipe out the script or menu div <1> you use ajax for really wrong way <4> i'll probably update it later when i have more time....but i am running out of time and this needs to work. <4> so you think that if i put a <div> tag around the CONTENT of my page, then just update the CONTENT (not the body) <4> that will work? <1> that is one of the suggestion i told you yesterday <1> but it all depend on the centent you put into the div, <4> well for right now, it will be everything below the line where the .js file (script) is <4> like this: <4> <body> <4> <script src="/Members/coolmenus_frame.js" type="text/javascript" LANGUAGE=\"JavaScript\" id=MenuScript></script> <4> <DIV ID="somename"> <4> content here <4> </Div> <4> yes? <1> you don;t have to tell me, just go try it <5> in javascript how I can put 2 form with 1 input <4> no go <4> menus not work <1> psykotapette: you use innerHTML or .createElement / .appendChild <4> oh wait... retesting <4> IT WORKS !....but one problem <4> maybe not.... <4> brb
<4> yeah....i get the entire page contents async. it's a duplicate of the page i am looking at except something very small changed (do not know what it is that changed) <4> i want to extract the contents of the div tag i created from the "new" page (in memory) <4> i cant use getElementByID because it is just text <4> it's not in a DOM <4> i COULD parse out everything before and after that div....unless you know of some way to get the TEXT of the new page into a DOM so I can use getElementByID <1> your problem is always stuck at thinking only one way <4> the reason i dont update individual divs is because i cant get the "copy" of the web page into a DOM. <4> how does one do that?..... i can only get the text (outer html) of the page - no DOM <1> MAKE THE SERVER SEND YOU THE DIV CONTENT ONLY <4> this is new to me (obviously).... do you have a code snippet? <1> no <4> it is not xml <4> i use the Msxml2.XMLHTTP object (if it is an IE client) <1> It have nothing to do with client side <4> really???? <4> how do you "make the server send you the div content only" ? <1> it is your sever pages, you can do anythign you want <4> ok..one last question <4> does IndexOf return a numeric position of a substring in a string? <4> x = MyString.IndexOf(searchCriteria) <1> http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference <4> thanks, dude <6> dude? <1> startkeylogger <6> you do know that ht311 is a woman, right? <6> a pretty hot one too <7>Trout</marquee> <1> *giggle* <6> heh, im just yankin' your chain :p <8> ht311 has a chain? hm, I asked if I could borrow one last week, he said he didn't have one... <1> woof <5> in my page I have 2 form ans I cant put 2 form because it not work how i can do it <1> problem child 2 <1> psykotapette: you use innerHTML or .createElement / .appendChild <6> is it possible to update the contents of another frame's form's input field? <1> psykotapette: you have a habbit keep repeating asking ..... <1> yes, as long as it is not cross site <6> **** <6> that ruins everything <1> ****, you try to do something fishy <6> yeah <6> i know this guy. i don't like him <6> the rest of it is a pretty easy-to-solve cliffhanger :P <5> Please I really dont know what to do in the page http://www.clubreseau.com/staging/search-d.php I have selec menu to change country and state and city it use form submit to load the correct state and city and I have a image Go when you click go it supposed to go in the search result page nad it use another form I dont know how with my code I can put 2 form or do something to fix this you can have a look to my code http://pastebin.com/567974 <1> try #php <1> some company patented ajax (plus some other stuff) <1> http://news.com.com/Company+claims+patent+win+in+online+rich+media/2100-1030_3-6042085.html?tag=nefd.top <9> hahahahahahahahaha! <1> laugh while you can, they may sue you :D <1> hahhaaaa <9> **** em all <9> so sick of this **** <9> you can't 'invent' a concept that has existed for 10 years <1> but you can patent it . hehehheeee <5> Please I really dont know what to do in the page http://www.clubreseau.com/staging/search-d.php I have selec menu to change country and state and city it use form submit to load the correct state and city and I have a image Go when you click go it supposed to go in the search result page nad it use another form I dont know how with my code I can put 2 form or do something to fix this you can have a look to my code http://pastebin.com/567974 <9> ask in #php <5> php tell me to ask there <1> he stuck in this thing for 3 days at least and asking about the samething again and again <1> startkeylogger <1> hehe, [Torgo] is not using norton firewall :D <9> who said i was? <1> just test. that command will summon peer to drop all the people using that <9> i'd not do that if i were you <1> furtive teach me that :) <10> http://pastebin.com/568269 << -- hey, why it gives me an error <11> u guys give n e support? <3> Support? <3> Support for what? <3> Maya^^^: Never ever put "javascript:" anywhere in your code. <3> Maya^^^: And what error does it give? <10> still not workin <10> document.form1.waction is not null or not an object <3> Bad reference then.
Return to
#javascript or Go to some related
logs:
#chatzone What is the traditional trade of aspiring bullfighters mysql example not present outer join #chatzone #c++ jahxi #linux veins #evilkittens undernet allnightcafe #linuxhelp
|
|