tags:

views:

158

answers:

2

Possible Duplicate:
I have a problem with IFrame .

Now i am using iframe.attribute("src")="..Pages/page.aspx"....In Chrome and ie this one is working.....but Firefox not?Can anyone know the reason?

+1  A: 

If you really have "..Pages/Page.aspx" then you are missing a backslash between .. and Pages

 iframe.attribute("src")="../Pages/page.aspx"
                           ^^^
Dead account
how it is working in IE and Chrome, but not in FF
Rakesh Juyal
+1  A: 

try This ..

 iframe.attribute("src")="../Pages/page.aspx"
Vibin Jith
Vibin / Joby -- are you using a shill account?
Dead account