Closed Bug 705049 Opened 13 years ago Closed 13 years ago

i have two iframes in my page for which the src is provided through javascript but the iframe does not load when i refresh the page it loads well

Categories

(Core :: General, defect)

x86
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: sunil.kvsr, Unassigned)

References

Details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)

Steps to reproduce:

the link for the site http://staging.dingobrand.com/askDingo.aspx in the page if i click  the link under topics tab it should load another page which contain iframe but it does not load when i refresh the page twice it load well wat may be the error
CC list accessible: false
Not accessible to reporter
There is nothing security sensitive here. By making it security sensitive you restrict who can see and respond to the bug. In addition, by unchecking the Reporter and CC list accessible check boxes you even remove the ability for you other other people ccd to the bug to see it.

Looking at the source code for your page and the links under topics, 

       		<div class="askTabMenu"><ul><li><a href="#">Topics</a></li></ul><span style="padding-top: 5px;" class="askExpText">(click a category to ask or answer questions) </span></div> 
            <div class="askRedMenu">
                <ul>
                    <li><a href="askandanswer-categories.aspx?cid=1">General rawhide questions</a> </li>
                    <li><a href="askandanswer-categories.aspx?cid=2">General dog questions</a> </li> 
                    <li><a href="askandanswer-categories.aspx?cid=3">General cat questions</a>  </li>

                     <li><a href="askandanswer-categories.aspx?cid=4">New product ideas/questions</a></li> 

                 </ul>
           </div>
           <div> 

your links do not specify which window they should be loaded into. If you want the link to open in a specific window or frame, you must specify the name when opening the window or specifying the frame and must also specify the target of the <a> element to be the same as the intended window or frame.

You might get more help in a web developer forum.


-> Invalid.
Group: core-security
Status: UNCONFIRMED → RESOLVED
CC list accessible: true
Closed: 13 years ago
Accessible to reporter
Resolution: --- → INVALID
PS. I forgot to include this link to developer.mozilla.org which may be of help. https://developer.mozilla.org/en/HTML/Element/a#attr-target
You need to log in before you can comment on or make changes to this bug.