Click here to Skip to main content
15,913,610 members
Home / Discussions / Web Development
   

Web Development

 
QuestionFlash Actonscript Pin
alana12-Apr-08 7:25
alana12-Apr-08 7:25 
QuestionGet collection of controls on webpage Pin
Programm3r12-Apr-08 2:04
Programm3r12-Apr-08 2:04 
GeneralRe: Get collection of controls on webpage Pin
Christian Graus12-Apr-08 14:32
protectorChristian Graus12-Apr-08 14:32 
QuestionHow to protect html pages Pin
Poonam Gandash11-Apr-08 18:27
Poonam Gandash11-Apr-08 18:27 
AnswerRe: How to protect html pages Pin
Christian Graus12-Apr-08 14:33
protectorChristian Graus12-Apr-08 14:33 
GeneralHELP: managing multiple virtual folders of cloned websites Pin
andrewwan198011-Apr-08 0:43
andrewwan198011-Apr-08 0:43 
GeneralRe: HELP: managing multiple virtual folders of cloned websites Pin
Expert Coming13-Apr-08 23:18
Expert Coming13-Apr-08 23:18 
GeneralFirefox javascript problem Pin
marky77710-Apr-08 22:58
marky77710-Apr-08 22:58 
Hi all.

I have a link on an html page that expands/collapses a section within a table.

It works fine in IE except firefox. It show the expanded table directly below a "show more" link, and this works except in firefox, where it display the expanded control right at the bottom of the page.

Does anyone know what could be wrong?

Here is the javascript method to expand/collapse:
<br />
          function ShowExpand(but,linkID)<br />
          {<br />
          var el = document.getElementById(linkID);<br />
          if (el!=null)<br />
          {<br />
          if (el.style.display == "block")<br />
          {<br />
          el.style.display = "none";<br />
          }<br />
          else<br />
          {<br />
          el.style.display = "block";<br />
          }<br />
          }<br />
          }<br />


This is how i call the method:

<span class="moreinfolink" onclick="ShowExpand(this,'AssPPlInfo'); return false;">(More Information)</span>

Is there anything i am doing wrong hich firefox is fussy about?

Any help woule be greatly appreciated.
M
AnswerRe: Firefox javascript problem Pin
Shog911-Apr-08 5:43
sitebuilderShog911-Apr-08 5:43 
GeneralRe: Firefox javascript problem Pin
marky77713-Apr-08 20:50
marky77713-Apr-08 20:50 
GeneralRe: Firefox javascript problem Pin
Shog914-Apr-08 3:31
sitebuilderShog914-Apr-08 3:31 
QuestionViewSource HTML Code Pin
L Viljoen10-Apr-08 2:57
professionalL Viljoen10-Apr-08 2:57 
GeneralRe: ViewSource HTML Code Pin
Christian Graus12-Apr-08 14:34
protectorChristian Graus12-Apr-08 14:34 
GeneralRe: ViewSource HTML Code Pin
R. Giskard Reventlov15-Apr-08 22:59
R. Giskard Reventlov15-Apr-08 22:59 
GeneralRe: ViewSource HTML Code Pin
L Viljoen15-Apr-08 23:20
professionalL Viljoen15-Apr-08 23:20 
QuestionISAPI Extension Applicability? Pin
Jeffrey Walton9-Apr-08 20:00
Jeffrey Walton9-Apr-08 20:00 
AnswerRe: ISAPI Extension Applicability? Pin
Mark J. Miller14-Apr-08 5:29
Mark J. Miller14-Apr-08 5:29 
GeneralFormat vs. Style Pin
FyreWyrm9-Apr-08 14:43
FyreWyrm9-Apr-08 14:43 
GeneralRe: Format vs. Style Pin
Shog99-Apr-08 15:55
sitebuilderShog99-Apr-08 15:55 
GeneralRe: Format vs. Style Pin
User 988517-Apr-08 17:13
User 988517-Apr-08 17:13 
GeneralRe: Format vs. Style Pin
FyreWyrm18-Apr-08 12:38
FyreWyrm18-Apr-08 12:38 
GeneralAlternative to Selenium Pin
Sebastien Lachance9-Apr-08 14:09
Sebastien Lachance9-Apr-08 14:09 
QuestionIs this the place for Perl/XML questions? Pin
mrdgreen9-Apr-08 6:13
mrdgreen9-Apr-08 6:13 
GeneralRe: Is this the place for Perl/XML questions? Pin
Shog99-Apr-08 7:02
sitebuilderShog99-Apr-08 7:02 
QuestionRe: Is this the place for Perl/XML questions? Pin
mrdgreen9-Apr-08 7:20
mrdgreen9-Apr-08 7:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.