Search found 99 matches

by joecrack
Wed Dec 07, 2005 2:19 am
Forum: Javascript
Topic: onclick is not working
Replies: 16
Views: 1209

i solved it - i did the action="" and on the linked page i put all the sql-querys!!!
by joecrack
Tue Dec 06, 2005 12:31 am
Forum: Javascript
Topic: onclick is not working
Replies: 16
Views: 1209

i mean now it is moving to the next url but .. the submit to the sql database does not work anymore^^
it is htm page yeah
by joecrack
Mon Dec 05, 2005 11:32 pm
Forum: Javascript
Topic: onclick is not working
Replies: 16
Views: 1209

@d11wtq It tells me that JS working fine!!! The code is too long - its like 3pages, because it a huge php code. I hope ifi post this part its enough: <br><br> Which Order you want to update?<br> <br> <table width="504"> <form action="back.htm" method="post"> <tr> <td wi...
by joecrack
Sun Dec 04, 2005 9:51 pm
Forum: Javascript
Topic: onclick is not working
Replies: 16
Views: 1209

okey - now its opening a new site .. but the submit is not working anymore ...
by joecrack
Sun Dec 04, 2005 9:20 pm
Forum: Javascript
Topic: onclick is not working
Replies: 16
Views: 1209

the onsubmit is not working.
how would a action tag lok like???
by joecrack
Sun Dec 04, 2005 9:02 pm
Forum: Javascript
Topic: onclick is not working
Replies: 16
Views: 1209

so the problem is the type=""
when it put in type="button" it is working - with sumbit its not.
but it as to be a submit button, cause it has to sent the data to sql.
by joecrack
Sun Dec 04, 2005 8:48 pm
Forum: Javascript
Topic: onclick is not working
Replies: 16
Views: 1209

doesnt work!!! if the one semicolon was the only thing that you changed, then it has to be something with my browser ??? or could it be tat it is sometingwith the button, that you cankt have submit an onclick or whatever ??? just to be sure: <script type="text/javascript" language="ja...
by joecrack
Sun Dec 04, 2005 8:12 pm
Forum: Javascript
Topic: onclick is not working
Replies: 16
Views: 1209

uuups - :roll: sorry
but still i does not work!!!
by joecrack
Sun Dec 04, 2005 8:06 pm
Forum: Javascript
Topic: onclick is not working
Replies: 16
Views: 1209

onclick is not working

i want to forward the browser with this script when clicking on a button. the button is also a sumbit buttn for data that will be sent to sql. I dont want to open a popup, just forward the window. <script type="text/javascript" language="javascript"> function click () { location....
by joecrack
Thu Dec 01, 2005 2:14 am
Forum: PHP - Code
Topic: read out data for SWITCH
Replies: 12
Views: 804

okey got it finally :lol:
break; was missing !!!
thanks a lot Jcart
by joecrack
Thu Dec 01, 2005 1:52 am
Forum: PHP - Code
Topic: read out data for SWITCH
Replies: 12
Views: 804

yeah ... i also treid that after posting .. it is J !!!
So is the problem the SWITCH ???
Perhaps it cant deal with array or assoc?
by joecrack
Thu Dec 01, 2005 1:24 am
Forum: PHP - Code
Topic: read out data for SWITCH
Replies: 12
Views: 804

thx pretty good ... but its always doing the second case - means it is not realy checking if VAT is J/N .
that means assoc is not working right???
by joecrack
Wed Nov 30, 2005 11:39 pm
Forum: PHP - Code
Topic: read out data for SWITCH
Replies: 12
Views: 804

plz ... :roll:
tell me how
by joecrack
Wed Nov 30, 2005 8:45 pm
Forum: PHP - Code
Topic: read out data for SWITCH
Replies: 12
Views: 804

okey - i try to explain again ... there is a dataset that will be updated by this code (tovalue=.....) but but how it will be updated depends on the VAT, that is already saved IN the dataset that will be saved. so VAT is not entered in the same form .... it is in the same dataset that i want to chan...
by joecrack
Wed Nov 30, 2005 8:00 pm
Forum: PHP - Code
Topic: read out data for SWITCH
Replies: 12
Views: 804

read out data for SWITCH

this code is supposed to update a dataset. my problem is, that the VAT value is allready in the dataset that i want to change (red). i dont know how to get it out for the SWITCH or hot to write the command.!)! <?php error_reporting(E_ALL); if($_POST['exrate']>0){ switch ([color=red]VAT[/color]){ cas...