Closed Bug 181087 Opened 22 years ago Closed 21 years ago

This frame -> View source incorrect when src has been set with Javascript

Categories

(Core Graveyard :: View Source, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: bugzilla, Assigned: doronr)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021119 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021119 Go to URL, rightclick on the menu-frame and choose "view source". It will show the source of blank.html. That is original src. A new one has been set with Javascript. The src of the frame is changed using onload="addSrc(this);" on the <frameset>. function addSrc(obj) { var frameSrc = (document.layers)? "menuStatic.php":"menu.html"; window.frames["menu"].location.href = frameSrc; } Reproducible: Always Steps to Reproduce:
Is this URL a symptom of the same bug? http://www.rvproject.com/wx.html
WFM with build 20031230
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Product: Browser → Seamonkey
Product: SeaMonkey → Core Graveyard
You need to log in before you can comment on or make changes to this bug.