Jump to content

ruks

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Everything posted by ruks

  1. Im confused what im doing with the above code!!
  2. I have done that but still don't work - the weired part is that it use to work before <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="verify-v1" content="bIdVWe5QRe9G+yfjsnRSHE1LXSGzCipGHQ/S1pBzsSw=" > <meta name="description" content="The Leading Support Organisation for North West Contact Centres"> <meta name="keywords" content="CallNorthWest, Call North West, Call Centre, Contact Centre, Call Centre Support, Contact Centre Support, Call Centre Help, Contact Centre Help, Call Centre North West, Contact Centre North West, Call Centre Events, Contact Centre Events, CallNorthWest Awards, Membership, Online Forum"> <title>Untitled Document</title> <style> .highlighted { background: yellow; } th{cursor: pointer; } .text { font-family: Arial, Helvetica, sans-serif; color: #5e4084; font-weight: bold; } #payment {display: none;} --> </style> <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('#check51').click(function(){ checkedValue = this.value; if (checkedValue == 'on'){ $('#payment').fadeIn('slow'); } else { $('#payment').hide(); } }); }); </script> <script type="text/javascript" src="filterTable.js"></script> <script type="text/javascript" src="sortable.js"></script> </head>
  3. Hi, I found this code - http://leparlement.org/filterTable and applied to my website - http://www.callnorthwest.org.uk/services/job.php The box appears and all but doesn't filter - no yellow hilight like shown in the example here is my code <table class="filterable" width="100%" border="1"> <thead><br /> <tr> <th width="41%"><span style="width: 42%"><span style="font-size: 14px; color: #5e4084; font-family: Arial">Title</span></span></th> <th width="22%"><span style="width: 25%"><span style="font-size: 14px; color: #5e4084; font-family: Arial">Company</span></span></th> <th width="18%"><span style="width: 16%"><span style="font-size: 14px; color: #5e4084; font-family: Arial">Date Posted</span></span></th> <th width="19%"><span style="width: 22%"><span style="font-size: 14px; color: #5e4084; font-family: Arial">Closing Date</span></a></span></th></tr></thead> <tbody> <tr> <td style="font-size: 12px; color: #999999"><a title="" style="color: #5e4084" href="http://www.jdwilliamsgroup.jobs/" onclick="window.open(this.getAttribute('href'),'');return false;">Sales Team Manager</a></td> <td style="font-size: 12px; color: #5e4084">JD Williams </td> <td style="font-size: 12px; color: #5e4084">18/05/2010</td> <td style="font-size: 12px; color: #5e4084">28/05/2010</td></tr> <tr> <td style="font-size: 12px; color: #999999"><a title="" style="color: #5e4084" href="http://www.jdwilliamsgroup.jobs/" onclick="window.open(this.getAttribute('href'),'');return false;">Equiries Avisor (Call Centre Agents)</a></td> <td style="font-size: 12px; color: #5e4084">JD Williams </td> <td style="font-size: 12px; color: #5e4084">18/05/2010</td> <td style="font-size: 12px; color: #5e4084">8/06/2010</td></tr></tbody></table><br /> It use to work but now it stop and im not sure hope anyone can help thanks
  4. I found this code - http://javascript.internet.com/forms/sort-data-table.html and im place on my website, it does sort the text in order, but not the date and i don't know how to get it to work http://www.callnorthwest.org.uk/online-forum/job.php any help Thanks
  5. its a custom cms created by the people who created the website, if i can't add php to the cms, is their any other way i can add the code for it to appear on the website template and it to work
  6. If that does not work the get the result of $this->error into a var and echo that. How can i do this, I really need this reminder page to work, please can someone help Ruksana
  7. I did that: - <form method="post"> <h3>Password Reminder</h3> <font color="red"><?php echo "$this->error"; ?></font><br /> Login Email:<br /><input type='input' name='access_login' /> <p></p> <input type="submit" name="access_submit" value="Proceed" /> </form> the error is not visible on the page but it doesn't do the function - http://www.callnorthwest.org.uk/news/password-form.php if you try on this - http://www.callnorthwest.org.uk/news/reminder.php - type in rbangee@uclan.ac.uk - it will take you to thankyou page and the person will get an email containing the password details any ideas
  8. I want to add the the reminder.php form within my website template - the reminder works on this link - http://www.callnorthwest.org.uk/news/reminder.php when i just paste the form code below in my cms the error code appears on the page - as shown on this link - http://www.callnorthwest.org.uk/news/password-form.php <form method="post"> <h3>Password Reminder</h3> <font color="red"><?php echo $this->error; ?></font><br /> Login Email:<br /><input type='input' name='access_login' /> <p></p> <input type="submit" name="access_submit" value="Proceed" /> </form> My php version is 5 I want the reminder page to appear on my website template, is their way i can do this and for it to work without the error code appearing Hope you can help Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.