4

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

2 Answers 2

5

try This ..

 iframe.attribute("src")="../Pages/page.aspx"
answered Mar 3, 2010 at 10:09
Sign up to request clarification or add additional context in comments.

1 Comment

Vibin / Joby -- are you using a shill account?
1

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

1 Comment

how it is working in IE and Chrome, but not in FF

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.