Ext Link and Form Not Working In DIV With slideToggle

Ext Link and Form Not Working In DIV With slideToggle

It's my first post here so...Hi everyone!

I'm trying my hand at php and jQuery and am at a loss at the following and wondered if anyone could help me out.

I've made a couple of <a> links that slideToggle the relevant div to reveal content, they are inserted using a php include. I found this tutorial which helped apply this to multiple divs and <a>.

My problem now is that the external hyperlinks and forms don't work inside the div but do when inserted directly into the index.php file (see link below).

Page So Far

Here are the files as they appear on the server;
http://localhost:8888/forum/jqueryhelp/div-ext-link/index.php
http://localhost:8888/forum/jqueryhelp/div-ext-link/flash-code.php
http://localhost:8888/forum/jqueryhelp/div-ext-link/content.php

I hope it's something to do with the tutorial coding or something very simple i've overlooked.

If you need any more info please let me know.

Thanks

Gordon