IFrame

  • Thread starter Thread starter Mathieu
  • Start date Start date
M

Mathieu

Hi! I would like to get the URL of my IFrame.

If I'm in, for example, default.aspx and I have an IFrame
named frApp on it. I would like to get the URL of my
frApp....

I tried to get it by using frApp.attributes("src"), but it
gives me the original source defined in my .aspx. I would
like to get the new URL.

Does somebody can help me?
Thanks you
 
Mathieu said:
Hi! I would like to get the URL of my IFrame.

If I'm in, for example, default.aspx and I have an IFrame
named frApp on it. I would like to get the URL of my
frApp....

I tried to get it by using frApp.attributes("src"), but it
gives me the original source defined in my .aspx. I would
like to get the new URL.

You may want to ask this question in the ASP.NET group:

<
Web interface:

<http://msdn.microsoft.com/newsgroup...roup=microsoft.public.dotnet.framework.aspnet>
 
Hi Mathiue,
Can you explain me how you did make this IFrame with VB.net,
I am looking for that?
Cor
 
Back
Top