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.

0 Endorsements
~439 People Reached
Favorite Forums
Favorite Tags
Member Avatar for tonyledenko

Hello, I have discovered that my flash banner disappears when the menu above it is mouseovered. Anyway, I was wondering if someone could help me with a sniffer script. Example, if the user is on a safari browser then swap out the flash with a static image. Here is my …

0
63
Member Avatar for tonyledenko

Hello, How can I send the form results to the person who fills it out. Currently, I am having it sent to me. [code=php]//The email address the message will be sent to $youremail = "ttttt@ttttt.com"; <? //Checks to see if the name field is empty. You can delete or add …

Member Avatar for Atli
0
60
Member Avatar for tonyledenko

Hello, Below is a form redirect page. When the form is filled out the following will be seen on the redirect page. What I would like to do is hide the echos that aren't filled out. <span class="content"><strong>Name:</strong></span> <span class="contentred"><?php echo $fullname; ?></span><br> <span class="content"><strong>Company:</strong></span> <span class="contentred"><?php echo $company; ?></span><br> …

Member Avatar for somedude3488
0
84
Member Avatar for tonyledenko

Hello, I would like to pass the values of multiple check boxes in a string, separated by a "^". For example: RAM-VB-162^RAM-VB-154^RAM-VB-133 When the page is submitted only the last value is passed to the next page: Here is the url [url]http://www.ram-mount.com/wizards/test5.htm[/url] [code=javascript] <script language="javascript" type="text/javascript"> function compilePartsList(form){ var i …

Member Avatar for essential
0
109
Member Avatar for tonyledenko

Hello, I am trying to pass multiple values, via an implode function. However, it isnt working. Here is the code from the first page, then the second page. [code=php] <?php if(isset($_POST['numItems'])) { $checkboxes = $_POST['numItems']; $string = implode($value,"^"); echo $string; } ?> <form name='CartItem' action='https://www.ram-mount.com/RamCart/CartPutItem.php' method='POST'> <input type='checkbox' name='numItems[]' value='RAM-VB-162'> …

Member Avatar for Atli
0
123