| |
| |
| |
|
Page: 1 2 3
Comments:
<0> great <0> it worked <0> thanks guys <1> np <2> as far as i know, POST are variables from the FORM with the method = post <0> erwinpogz, im trying xmlhttp <1> he is posting with xmlhttp <0> "...POST are variables from the FORM with the method = post", < yes they are. <0> but ht311 <0> it works now <2> i see :) <0> but earlier <0> i tried putting it on body onload <0> without a form <0> and it didn't work <1> you don't need a form for xmlhttp...
<0> hhmm <0> great <0> it works now <0> thanks <2> what do you need to transfer data from client to http server in xmlhttp? <0> im making an administration system with a complex layout <1> i can send my whole json object <0> that would be awesome ht311 <0> http://203.115.189.189/sc2/ <2> yea <0> check that out <0> almost everything will be in ajax <2> a queen on a show? <0> i hope <0> shhh guys <0> this is confidential <1> http://vix.myvnc.com:8088/dropbox/untitled3.gif <1> my crap <0> holly **** <2> in clicking on entertainers i got nothing heheheheh <0> erwinpogz, im still making it <0> ht311.. you programmed all of that? <1> no table in my html <0> **** its like xp <0> haha <1> this is 3% <0> i saw some of that in activewidgets <1> i use domapi <0> or you are the activewidgets programmer? <2> ht311 how did you do the grids? <2> this is awesome <2> acivewidgets are very expensive <1> http://www.domapi.com/ <0> right <0> ht311, how did you do the tabs? images? <2> wow <2> im drroling lol <1> it is much ceaper and better than activewidget <3> damn ht311 it works so easily i can't believe it : http://www.333photo.com/clients/neworder.php <0> domapi, where have you been all my life <1> StaZ[home] ;) <0> wow, windows desktop is so cool <3> wow i can't believe what i see on this website... <1> i wrote the rssreader example <0> ht311 < superstar <1> it is [TorgoAway]'s baby <3> Hey all... ht311 taught me something!!!!! <3> :P <3> and all this stuff is compatible to the Heretic IE? <0> ht311, the xp tabs are images? :( <2> heretic? hahaha <1> http://www.domapi.com/index.cfm?action=qachart <1> not image <0> ht311 you show off.. <0> hahaha.. <0> im drooling over here <1> css styled <0> how do you adjust the width of he tab then? i mean, its got left and right rounded corners <0> is it not just 1 div? <0> or 3?
<1> you won't care :), very easy to create <1> non styled http://www.domapi.com/build/tests/HTML_4.01_Transitional/tabset.htm?theme=system&skin=false&lang=eng <3> neat... <0> ht311, please teach me o please o please o please <3> lol <0> wow this is neat <0> i got a prob with my layout <0> http://203.115.189.189/sc2/ <0> look at the tabs <0> they have rounded corners <0> and the tab widths vary in size. <0> each tab is a table with left right center cells <0> damn <1> you need to don't care how it is made (in the begining), view src for the code that make the tab <0> :) <1> it is LI internally <0> ok <1> this grid is faster than others out there too <0> nice <0> thx guys <0> ht311, you around. <4> hey, there is a way in DHTML/JS to change a IFRAME src? <5> self.frames['iframename'].src <5> Err <5> self.frames['iframename'].location.href <4> elf.frames['iframename'].location.href='bla.com' ? <5> *self yes <4> tnx <4> and to set an iframe name ? <4> like i have more then 1 iframe <5> <iframe .... name="iframename"> <4> why its not working? http://pastebin.com/662954 <5> Because you don't quote your attribute. <5> Something the HTML specs demand when you use non-alphanumerical chars in the value. <5> Oh and you're not doing it like I told you to either. <5> http://pastebin.com/662957 <6> lol <7> what is worng here? http://pastebin.com/663019 <5> The fact that you put 'javascript:' in your code, and that you document.write <5> Neither should be done in that case. <7> ok <7> so how should i use it? <7> did u got the idea of what iam tring to do? <5> Yes. <7> ok.. so how can i make it work? <5> Don't create the iframe with script, but set its url afterwards. <7> what do u mean? <5> And don't ever put 'javascript:' in your code. <5> self.frames['iframename'].location.href = './index2.php?pagid=1676&invited_uid=40&id=' + theid; <7> where should i put it? <7> and i have alot of iframes in my page.. how can i tell him witch i frame i want? <5> In the function which writes the iframe now. <5> You NAME it. <5> <iframe src="" name="iframename" width='660' height='193' scrolling='no' frameborder='0'></iframe> <7> like this: <iframe src="self.frames['iframename'].location.href = './index2.php?pagid=1676&invited_uid=40&id=' + theid;" width='660' height='193'scrolling='no' frameborder='0'"> </iframe>"; <5> No. <5> No scripting whatsoever on the iframe tag(s). <7> ok <7> function def_gift(theid) <7> { self.frames['iframename'].location.href = './index2.php?pagid=1676&invited_uid=40&id=' + theid; } <7> ? <5> Looks right <7> ok <7> amm <7> --> [Pilum]: check it now: http://pastebin.com/663037 <7> its still not working <5> You failed to comply with everything I told you though. <7> opps <7> the JS is bad i know <7> what else? <5> You still have 'javascript:' in there. <7> deleted, still not workin <5> And you're still not quoting all your attributes either.
Return to
#javascript or Go to some related
logs:
#london sid_meyer
#javascript #linux keepnick.pl php/applet #linuxhelp #linux #chatzone #asm
|
|