Forum Moderators: coopster
in the php file used as source for the javascript, ive defined javascript functions which add textfield's dynamically to the form if a user clicks a button. this works fine as said.
however, the menu's wont show.
The php generated javascript functions for the menu's are inside a include, which is included in every file on the site and returns the output (it doesnt echo)
I echo it by calling the it like 'echo $dyn_form_menu', which works fine if I use it as part of html output, but it doesnt output anything in the javascript include
any ideas? must be something simple....