1
phillipd
Opera does strange things when clicking in a text area
  • 2004/11/16 17:12

  • phillipd

  • Quite a regular

  • Posts: 219

  • Since: 2004/4/20


I'm posting this in the template forum because I think it's a template problem. My application is basically a form the user enters text into that presses a "go" button. Very simple and straight forward. I use the template below to display it, or a part of it anyway. When I click in any of the text gadgets, when using opera, it goes to another page on my site. This only happens with opera, not IE, mozilla or Konqueror. Any suggestions would really help...

Thanks

Doug P

<{$nrcsiteform.javascript}>
<b><{$nrcsiteform.title}></b>
<form name="<{$nrcsiteform.name}>" action="<{$nrcsiteform.action}>" method="<{$nrcsiteform.method}>" <{$nrcsiteform.extra}>>
<table width="50%" class="outer" cellpadding="4" cellspacing="1">
<!-- start of form elements loop -->
<{foreach item=element from=$nrcsiteform.elements}>
<{if $element.hidden != true}>
<tr>
<td align='right' width="30%" class="head"><b><{$element.caption}></b></td>
<td align='left' width="70%" class="<{cycle values="even,odd"}>"><{$element.body}></td>
</tr>
<{else}>
<{$element.body}>
<{/if}>
<{/foreach}>
<!-- end of form elements loop -->
</table>
</form>

2
phillipd
Re: Opera does strange things when clicking in a text area
  • 2004/11/16 17:25

  • phillipd

  • Quite a regular

  • Posts: 219

  • Since: 2004/4/20


I found the problem. I had a header line that didn't have a </a> to close out the href:

<h5 style="text-align:center;"><a href="<{$admin_path}>"/><{$lang_admin}></a></h5>

Boy opera is picky...

Doug P

Login

Who's Online

164 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 164


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits