Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Internet
>
WWW/HTTP
>
Browsers
>
影鷹
>
Ticket List/Search
>
Ticket #2429
影鷹
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
CVS
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Forums
List of Forums
雑談部屋 (81)
Mailing Lists
list of ML
News
Ticket #2429
Ticket List
Submit New Ticket
RSS
script タグが手前で閉じる
Open Date:
2003-06-25 22:37
Last Update:
2004-08-09 10:15
monitor
ON
OFF
Reporter:
hizuya
Owner:
hizuya
Type:
Bugs
Status:
Open [Owner assigned]
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
script タグ内に、文字列として </script> が存在すると、
そこでタグが閉じてしまっているようです。
<script>
var s = '</script>';
</script>
とかの場合、2行目で閉じています。
Ticket History (3/3 Histories)
2003-07-18 11:33
Updated by:
hizuya
Summary Updated
Owner
Update from
(None)
to
hizuya
2003-07-18 13:38
Updated by:
hizuya
Summary Updated
2004-08-09 10:15
Updated by:
hizuya
(Group change on Tracker)
(Category change on Tracker)
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
そこでタグが閉じてしまっているようです。
<script>
var s = '</script>';
</script>
とかの場合、2行目で閉じています。