| |
| |
| |
|
Page: 1 2
Comments:
<JackBauer> i got 3 invites for MSN 8 if anyone wants em <The_C-Man> Hey Jack! :P <The_C-Man> You're returning tonight? <The_C-Man> :P <JackBauer> yup <dravine> howdy <dravine> I've been fooling around with ajax, and I'm getting a JS error in IE but not in firefox, stating that my xhlhttp object doesn't support the open property or method <dravine> in a nutshell <dravine> wtf <NeoFu7ure> wtf ? <dravine> does IE not use xmlhttpobject.responseText? <vardhan> yeah, its an acronym for "what the ****" <vardhan> it does <vardhan> hi NeoFu7ure <vardhan> hows affinity coming along? <NeoFu7ure> hi vard <dravine> I get an error whey I try to responseText.split it <ht311[shower> moz or other implenementation is all base on the IE one. <vardhan> he was talking in the shower <ht311> you guy don't give a break even I am in shower :) <dravine> vardhan, you have ie handy? <NeoFuture> lol <NeoFuture> his laptop is all soggy now <ht311> that give me an idea, may be I can put my tablet in a ziplock bag, and bring it to the shower :) <vardhan> ie handy? <vardhan> ht311: you try that, tell me how that goes ;) <NeoFuture> do you know who James Brown is <NeoFuture> an Van morrison <dravine> vardhan, yeah <vardhan> what d'you mean by that <dravine> hah <dravine> finally it works <x|ude> hey <furtive> howdy <x|ude> how do i get the pull the variable from the URL? for example: historical_prices.asp?FundName=IndiaA <x|ude> how do i then get FundName variable <ht311> another faq <x|ude> where <ht311> parse the location.href <furtive> http://www.javascript-channel.com/Wiki.jsp?page=FAQ#misc <furtive> 2nd one <furtive> How can I get values from the query string (url)? <ht311> lol, it is really on the faq <furtive> funny how that happens <furtive> let's see if i can keep the site up longer than it has been lately <ht311> it is quite fast tonight <x|ude> thx ill try it <x|ude> how do i run that javascript function from within the asp code <ht311> you don't <x|ude> how do i get the value then <x|ude> really i need help =/ <ht311> from asp? <x|ude> i dunno <x|ude> let's just say in the html code <x|ude> how do i get it <furtive> var theValueYouWant = gerParameter(FundName); <furtive> alert(theValueYouWant); <furtive> sorry <furtive> var theValueYouWant = gerParameter("FundName"); <furtive> my bad <ht311> i bet he can't tell the different <furtive> figuring the same <x|ude> where do i put that <furtive> http://www.w3schools.com/js <furtive> yawn <ht311> see easy to scrae him off. <NeoFuture> furtive no <NeoFuture> fundname COULD have been a string reference <NeoFuture> so you were right first time <furtive> yeah, but it would of made for a bad example <NeoFuture> nah <NeoFuture> lol <ht311> 2nd one is better for noob <NeoFuture> true but no "my bad" he was right anyay <NeoFuture> 03:21:06 <NeoFuture> ouch sleepy time <NeoFuture> me goes to sleep and looks forward to 24 s5 ep1 whcih is upping ti his server now <furtive> heh, because of 24 there was no family guy on tonight :( <NeoFuture> lol <ht311> i'm getting that too, watching Grey's now <ht311> Lost is very good this week <NeoFuture> everyone is raving about lost i might need to watch s1ep1 <NeoFuture> lol <NeoFuture> prison break/surface/threshold/invasion im wathcing <NeoFuture> cept prison break is on a break till march <furtive> i like lost. glad it's started again <ht311> a number of strange things you watching there <NeoFuture> yeah i like that sorta **** <ht311> I may start prison break when s1 is done <furtive> same here <ht311> I like Grey's more than housewives now <NeoFuture> prison break is so the best ever <ht311> still think Lost top them all <furtive> new survivor starting in feb. getting bored of them a bit though <furtive> watch it mostly out of habit <ht311> CSI is doing fine this season, a few very different ep. <ht311> for silly shows, i watch Apprentice <ht311> i really wonder how a bunch of idiots can be top notch in their business/job <furtive> apprentice can be quite good. <furtive> i'm sick of csi, or anything involving a cop, a psychic, or murder <furtive> err any 2 out of the above 3 <ht311> for cop show, i only watch csi (24 is not a cop show) <ht311> I get my friend install a MCE last week, and then he get a new 50" tv yesterday :D <furtive> i'd be happy setting my tv on fire and then building a desk over the still burning embers <ht311> what? a wooded tv box.... it got analog tv dail? <furtive> haha, no. i'd burn the stand too <NetMan-> im having problems with window.onload .can anyone help? <ht311> just ask <NetMan-> window.onload = initDoc ; works if its in a <script> inside the body tag, it also works as an attribute to the body tag (body onload="initdoc;"). however, if i move the function to an external js and load it in the head it doesnt work <furtive> <script type="text/javascript">onload = function() {//your code here }</script> <NetMan-> the function appends a footer to the document <furtive> supposed to work same from external .js as if in same page <furtive> so must be something missing. <ht311> could be initdoc is in another file that have not parsed yet <ht311> timing issue <NetMan-> 1 sec. i'll see if it works if i put it in the head <furtive> ht311 that's a stretch unless he's just sloppy about how he writes his code. <ht311> could be, if he have onload=initdoc; in file1 then initdoc is in file2, it will fail <ht311> as you said, it is sloppy <furtive> well, i'm off to bed. see y'all tomorrow. <ht311> a cold day <ht311> tomorrow ;) nite <furtive|zzZZ> yeah, supposed to get better tue/wed though <NetMan-> still not working. goodnight furtive <ht311> onload=function() { try { initdoc();} catch(ex) {alert("crap happen");}}; <ht311> or just alert ex, see that really is the problem <ht311> throw in alert everywhere if you don't have a debugger. you have url? <NetMan-> no, im working locally. can upload if u wish to have a look. im a js novice as u might have guessed <NetMan-> ive got venkmann on ff but i dont really no how to use it properly :p <NetMan-> i mainly use the ff js console <ht311> pb.html-channel.com <NetMan-> thanks <NetMan-> i'll upload the whole site on my hosting in a couple of minutes, it will make things clearer than just a chunk of code that has missing references <NetMan-> where are u guys from? <NetMan-> is it 4:42am were u are as well? <ht311> EST, 11:42pm <NetMan-> ht311: http://www.ayiazoni.com/js <ht311> it work so far <ht311> the fuctions is buggy when to resize smaller <ht311> it have -ve number and make the page go crazy :) <ht311> going off. nite <aaronski> is there any java script that even if u click the view source it won't display the source <core`> anyone awake? :)) <L`OcuS> yoo/hi <memox> is there a way to make a javascript auto run when I do not have access to the <BODY> tag? <L`OcuS> what do you mean by "I do not have access to the <BODY> tag" ? <memox> I'm using BEA WebLogic and it doesn't allow me to change the body tag <memox> when making portlets
Return to
#javascript or Go to some related
logs:
Anshpa Instrumental - Techno Remix - Mozart - Carmina Burana O Fortuna
switchdesk wmii #linux six chinamen in a maiden and a nightwatchman with a duck mirc618 eime ellinida #linuxhelp #networking #c++
|
|