I have some <script> tags in my header tags that's used all throughout my site. In particular, they are script tags to a pop-up box:
<script type="text/javascript" src="GreyBox_v5_5_3/greybox/AJS.js"></ script> <script type="text/javascript" src="GreyBox_v5_5_3/greybox/ AJS_fx.js"></script> <script type="text/javascript" src="GreyBox_v5_5_3/greybox/ gb_scripts.js"></script> <link href="GreyBox_v5_5_3/greybox/gb_styles.css" rel="stylesheet" type="text/css" media="all" /> The way to have the popup box show up is to write out a link like so <a href="URL" title="CAPTION" rel="gb_image[]">HTML</a> NOW, every-time I do a AJAX.UPDATER and I update the container with a link like the one above, it doesn't do what it's suppose to. IN OTHER WORDS: It's acting like those declarations are not declared in the header. How can I make this work? I know it has something to do with EvalScripts. Please help I am lost. Thanks, Dan -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
