Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~4K People Reached
Member Avatar for happygeek

Everyone loves PHP these days it seems, and that includes the bad guys. So it should come as no surprise to learn that yet another remote access Trojan written using PHP has appeared. However, the fact that this particular bit of PHP backdoor code comes complete with a second, hidden, …

Member Avatar for Heinz Stapff
4
895
Member Avatar for Heinz Stapff

OK. I have an Ajax getproduct() function that calls getproduct.php page with the id of li tag elements from multiple uls in #sidebar div. The id of each li tag references a table in the database as `'$q=$_GET["q"]'`. All the rows in the tables called are the same and each …

Member Avatar for Biiim
0
120
Member Avatar for Heinz Stapff

confused: Not sure why this function works the first time but doesn't the second or third time. Any advice greatly appreciated. This is called with ul li tag onclick which sends an ajax get call to the database so the array can only contain upto 3 matching indexes. I should …

Member Avatar for Heinz Stapff
0
138
Member Avatar for Heinz Stapff

OK. I'm learning. I have a side bar with pseudo links(no a tags)ul li elements that automate httprequests nicely. They call different db tables to a display div on the index page. Right now the tables are small and a javascript function deliniates the last row echoed as 'Last Item' …

Member Avatar for dschuett
0
87
Member Avatar for Heinz Stapff

Hey Guy's, back again. Listed this one on WebDeveloper.com but couldn't quite get it solved. I couldn't upload an mp4 video file to clarify the massive HTML file to show what was going on so I'm checking to see if DaniWeb uploads the file before I post the script and …

Member Avatar for Troy III
0
150
Member Avatar for Heinz Stapff

Hey guys, Name input value should be entered as shown on credit card eg. 'John P Smith'. I'm trying to prevent 'Aaaaa B Ccccccc' being sent to the sever. Any suggestions appreciated. I'm pritty sure the var rep=regex is causing the script to hang on the first if it acctualy …

Member Avatar for Heinz Stapff
0
581
Member Avatar for Heinz Stapff

OK. My 'logincontainer is hard coded HTML in the index.html page and is shown when a 'placeorder' button is clicked. The client enters their e-mail address in the only input visible and javascript addevent onchange checks to see if it is a valid e-mail or not. Above the input id …

Member Avatar for Heinz Stapff
0
191
Member Avatar for Heinz Stapff

HAVE CLIENT-SIDE FORM COOKIE GET AND SET FUNCTIONS IN THE SECOND WINDOW DOCUMENT EXTERNAL JS.FILE OF A DUMY TEST SITE FOLDER ON MYCOMPUTER. IE8 THROWS 'SYNTAX ERROR' ON THE 'WINDOW.LOAD=FUNCTION, FIRST COOKIE FUNCTION HIGHLIGHTED'. CAN I ACTUALLY TEST COOKIES ON A TEST SITE ON MY COMPUTER WITHOUT THE SERVER (MYCOMPUTER) …

Member Avatar for Heinz Stapff
0
184
Member Avatar for Heinz Stapff

Yeah, I've forgotten how to mark a post as resolved. Most of the other forums have omitted this valuable tool for doing so. Thanks for any consideration. Also I'd like spell check as mine is horrible! I guess IE8 iSpell doesn't work so well like Firefox! I found iSpell and …

Member Avatar for Heinz Stapff
0
344
Member Avatar for Heinz Stapff

Question Get cells by className to equal innerHTML of cell id 'subtotal' I'm trying to grab all the cells created with insertrow function and the className 'rowtotal' and get their innerHTML to equal that of a cell with id 'subtotal'. This is a simplified html code of single cell inserted …

Member Avatar for Taywin
0
515
Member Avatar for Heinz Stapff

I set the width of cell[0] by CSS style sheet to [B][COLOR="Red"]8%[/COLOR][/B] but it renders about [B][COLOR="Red"]25%[/COLOR][/B] and crunches the other cells to the right? [B][U]Pseudo HTML 'code':p[/U][/B] [CODE] var addcode=itemrow.insertCell(0);//part of insertrow addcode.className='code'; addcode.appendChild(document.createTextNode(code)); [/CODE] [B].code {[COLOR=red]width:8%;[/COLOR] text-align:left; padding-left:5px; [/B] [B]border-right:1px solid black; white-space:nowrap;}[/B] /* .code width is about …

Member Avatar for diafol
0
165
Member Avatar for Heinz Stapff

Running Login Validation that is causing problems. Client side 'onchange' of input id=customer email is not writting to <p> for each 'if' statement. Any help greatly appreciated. [CODE] var dbemailstr = ['heinzstapff@hotmail.com']; // emulate database email search var newemailstr = ['gloriamarks@prodigy.net']; // emulate add to databas email addresses var email …

Member Avatar for Heinz Stapff
0
106
Member Avatar for Heinz Stapff

[B]NEED INPUT VALUES TO MATCH ARGS ARRAY OR THROW AN ALERT[/B] This is what I have but I want the alert to refrence the var args= or throw the alert. [code] function qtymultiply(qty){ var fs=qty.parentNode.parentNode; var subtotal=document.getElementById('subtotal'); var args=[1,2,4,6,8,10,20]; [COLOR=darkorange]//array I need to match foreach element[/COLOR] var multiply=0.0; var price=fs.cells[4].innerHTML; …

Member Avatar for Heinz Stapff
0
111
Member Avatar for Heinz Stapff

I've had a hard time getting dynamic rows inputs to multiply 'onchange' of the value in the input in each row. It works in the first row inserted no matter what rowindex that row is moved to. All following rows only accept the initial input value and never change the …

Member Avatar for Heinz Stapff
0
122
Member Avatar for Heinz Stapff

Hi everyone, I have a table that is written from 'display' window to 'register' window. It is a CART TABLE. It is suposed to cut down on posts to the server and is written entirley with client side javascript. There should really be ony one post to the server when …

Member Avatar for Heinz Stapff
0
640