Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mailto link in SelectCustomer.php
02-27-2018, 02:57 AM,
#1
mailto link in SelectCustomer.php
In SelectSupplier.php the Vendor's email address is a mailto link
<td><a href="mailto://'.$myrow['email'].'">' . $myrow['email']. '</a></td>

In SelectCustomer.php the Customer's email address is just text.
<td class="text">', $myrow['email'], '</td>

I would think if the email address is going to be displayed in SelectCustomer.php it should have a mailto link like SelectSupplier.php

Thanks
Jeff
Reply


Messages In This Thread
mailto link in SelectCustomer.php - by Jeff Harr - 02-27-2018, 02:57 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)