Advertisement
Guest User

rebecca

a guest
Jan 7th, 2008
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1.  
  2. <div align="center">
  3. <table cellpadding="0" cellspacing="0" width="970">
  4. <tr>
  5. <td align="left" width="287"><a href="<?php bloginfo('url'); ?>" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home','','<?php bloginfo('template_url'); ?>/images/ljmenu/logo_o.gif',1)"><img src="<?php bloginfo('template_url'); ?>/images/ljmenu/logo.gif" alt="LJ Urban Home" name="home" width="287" height="86" border="0" id="home" /></a><a href="<?php bloginfo('url'); ?>"></a></td>
  6. <td width="640" align="right" valign="bottom"><form method="post" action="http://www.ljurban.com/sendstudio/form.php?form=2" id="frmSS2" onsubmit="return CheckForm2(this);">
  7. <table border="0">
  8. <tr>
  9. <td align="right" width="590"><input name="email" onfocus="this.value=''" type="text" id="subscribe" value="Enter your email to get the latest!" size="30" />
  10. </td>
  11. <td><input value="Subscribe" type="image" border="0" name="submit" src="<?php bloginfo('template_url'); ?>/images/ljmenu/go.gif" alt="Get the Latest!" width="37" height="47" /></td>
  12. </tr>
  13. <input type="hidden" name="format" value="h" />
  14. </table>
  15. </form>
  16. <script language="JavaScript" type="text/javascript">
  17.  
  18. function CheckMultiple2(frm, name) {
  19. for (var i=0; i < frm.length; i++)
  20. {
  21. fldObj = frm.elements[i];
  22. fldId = fldObj.id;
  23. if (fldId) {
  24. var fieldnamecheck=fldObj.id.indexOf(name);
  25. if (fieldnamecheck != -1) {
  26. if (fldObj.checked) {
  27. return true;
  28. }
  29. }
  30. }
  31. }
  32. return false;
  33. }
  34. function CheckForm2(f) {
  35. if (f.email.value == "") {
  36. alert("Please enter your email address.");
  37. f.email.focus();
  38. return false;
  39. }
  40.  
  41. return true;
  42. };
  43.  
  44. </script>
  45. </td>
  46. <td width="43" align="right"><img src="<?php bloginfo('template_url'); ?>/images/ljmenu/right.gif" alt="" width="43" height="86" /></td>
  47. </tr>
  48. <tr>
  49. <td valign="top"><img src="<?php bloginfo('template_url'); ?>/images/ljmenu/baseline.gif" alt="" title="" width="428" height="29" /></td>
  50. <td valign="top" width="428" height="29"><!-- THIS IS THE MENU SCRIPT --><script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts/menu_data.js"></script><!-- END MENU SCRIPT --></td>
  51. <td valign="top"><img src="<?php bloginfo('template_url'); ?>/images/ljmenu/corner.gif" width="28" height="29" /></td>
  52. </tr>
  53. </table>
  54. </div>
  55. <a href=http://www.milonic.com/>milonic.com</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement