Jump to content

Java conflict question


mcmuney

Recommended Posts

I have a scenario where the javascript stops working once a section of a page is reloaded. For example:

 

<javascript>
some java code to open an image usina a fancy window
</script
<div id="reload_section">
<a href="image" id="java-fancy-window" onclick="java-fancy-windo"><img src="image"></a>
</div>
<a href="reload_section_page">RELOAD SECTION</a>

 

I'm using something like this and when I click on the image, it opens the image in a nice popup window; however, when the <div> section is reloaded, the same function stops to work. I've even tried placing the java code again inside the page that's reloaded inside the <div>, but it still does not work.

 

Any ideas?

Edited by mcmuney
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.