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?
asked Mar 3, 2010 at 10:01
Joby Kurian
3,9574 gold badges32 silver badges38 bronze badges
2 Answers 2
try This ..
iframe.attribute("src")="../Pages/page.aspx"
answered Mar 3, 2010 at 10:09
Vibin Jith
9313 gold badges16 silver badges34 bronze badges
Sign up to request clarification or add additional context in comments.
1 Comment
Dead account
Vibin / Joby -- are you using a shill account?
If you really have "..Pages/Page.aspx" then you are missing a backslash between .. and Pages
iframe.attribute("src")="../Pages/page.aspx"
^^^
answered Mar 3, 2010 at 10:09
Dead account
20k13 gold badges54 silver badges82 bronze badges
1 Comment
Rakesh Juyal
how it is working in IE and Chrome, but not in FF
lang-vb