Ok basically i need to know if this is possible. I call perl code through an <iframe> and i wanted to know if it was possible to take in somehow the src from the <iframe>.
so if the iframe is this:
<iframe width=40 height=40 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no src="
can the " value be obtained by the script somehow?
so if the iframe is this:
<iframe width=40 height=40 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no src="
can the " value be obtained by the script somehow?