Hi
I have a code for users to copy and paste into their site. that creates an iframe within their site.
sample code:
<iframe src="http://www.domain.net/show.php?user=siteroute&aw=125&ah=125" width=125 height=125 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling="no"></iframe>
The tricky thing is...if they paste the above code 2 times...2 iframe will appear in their page.
How do you allow only one iframe to display...and the other duplicates iframe to display blank or not appear at all?
can't seem to figure how to do it...need some experts to advice...
thanks!
xeelee