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?
try This ..
iframe.attribute("src")="../Pages/page.aspx"
If you really have "..Pages/Page.aspx" then you are missing a backslash between .. and Pages
iframe.attribute("src")="../Pages/page.aspx"
^^^
精彩评论