Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
js, again!?

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
unique



Joined: 29 Mar 2004
Posts: 655

PostPosted: 07.09.2004 21:56    Post subject: js, again!? Add user to your forum ignore list Reply with quote

da, again Smile

znači problem je sljedeći ...

Code:
   function newsletter() {
      var txtp = document.all.email.value; //ovdje je problem nagađam :D bez toga radi ... ako ja sam odredim sto je txtp
//probao sam i s document.imeforme.email.value - ali isti shit ...
      var imep = "popups/popup_newsletter.php?txt=" + txtp;
      
      popUpProzor = window.open(imep, "_blank","toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no");
     }


uglavnom trebam poslat (GET) php-u da nešto (email adresu) strpa u mysql, but javlja se problem ovdje/tamo Smile tj. skupljanje podataka iz forme ... znam da bi to mogo riješit s "submit" ali radije bi link ...

kak "ste" mi pomogli prije vjerujem da će ti i sad Very Happy tenks ...

_________________
Activate interlock! Dynotherms connected! Infracells up! Mega thrusters are go! LET'S GO VOLTRON FORCE!
Back to top
View user's profile Send private message
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

PostPosted: 07.09.2004 22:08    Post subject: Add user to your forum ignore list Reply with quote

Code:
document.all.email.value;

ovo ce ti radit smao u exploreru...

probaj sa
Code:
 document.getElementByID("email").value;

_________________
UP | TypeTester | Accommodations App
Meni u Firefox-u ne radi AJAX
Back to top
View user's profile Send private message Visit poster's website
unique



Joined: 29 Mar 2004
Posts: 655

PostPosted: 07.09.2004 22:13    Post subject: Add user to your forum ignore list Reply with quote

che.UP wrote:
Code:
document.all.email.value;

ovo ce ti radit smao u exploreru...

probaj sa
Code:
 document.getElementByID("email").value;


oke, fakat sam glup, znam za to ali zaboravio sam ... uglavnom rrrrrrrah rrrrrrrah

ali zakaj ne radi ono s form.nameelement ???

_________________
Activate interlock! Dynotherms connected! Infracells up! Mega thrusters are go! LET'S GO VOLTRON FORCE!
Back to top
View user's profile Send private message
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

PostPosted: 07.09.2004 22:30    Post subject: Add user to your forum ignore list Reply with quote

zbog istog razloga kao i documet.all :)

trebas nesto kao...
Code:

document.forms["idforme"].elements["idelemnta"]

_________________
UP | TypeTester | Accommodations App
Meni u Firefox-u ne radi AJAX
Back to top
View user's profile Send private message Visit poster's website
unique



Joined: 29 Mar 2004
Posts: 655

PostPosted: 07.09.2004 22:31    Post subject: Add user to your forum ignore list Reply with quote

e tenks, idem sad to probat...

mislim da će radit Wink Smile

_________________
Activate interlock! Dynotherms connected! Infracells up! Mega thrusters are go! LET'S GO VOLTRON FORCE!
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group