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
VB naredba za brisanje

 
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 -> Server-side
View previous topic :: View next topic  
Author Message
BInE



Joined: 08 Apr 2009
Posts: 58

PostPosted: 28.04.2009 07:25    Post subject: VB naredba za brisanje Add user to your forum ignore list Reply with quote

Poz svima,

novi sam u aspx-u, pa bih vas htio zamoliti za malu pomoc.
Radim na jednoj stranici na kojoj sam postavio mail formu za koju sam nasao kod koji se postavi na tipku "posalji", i to savrseno radi (mislim bez problema salju se poruke sa stranice na navedeni e-mail),

ono sto od vas trazim je ustari kod koji bi se postavio na tipku "brisi",
(znaci pri stiskom na tu tipku brisao bi se tekst iz textarea-e, a i iz svih label-a ) koje sam tu naveo.

hvala
Back to top
View user's profile Send private message
Zeus



Joined: 09 Sep 2003
Posts: 775
Location: Čakovec

PostPosted: 28.04.2009 09:14    Post subject: Add user to your forum ignore list Reply with quote

Za aspx nemam pojma kak ide naredba, ali u Visual Basicu je to funkcioniralo ovako:

Pojednostavljeno:

Code:

Private Sub Command1_Click()
     Label1.Text = ""
     Label2.Text = ""
End Sub


Smile

Last edited by Zeus on 28.04.2009 09:15; edited 1 time in total
Back to top
View user's profile Send private message Twitter profile
Moebius



Joined: 26 Jan 2004
Posts: 245
Location: zagreb

PostPosted: 28.04.2009 09:14    Post subject: Add user to your forum ignore list Reply with quote

Code:
<input type="reset" value="Ukloni sve" />


Ovo pod uvjetom da ne koristis serverske kontrole vec obicne HTML.
Back to top
View user's profile Send private message Visit poster's website
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 -> Server-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