Restrictions on the Portal Component
Restrictions on the Portal Component
Restrictions on Scripts in Contents
Table
No. | Restriction | Remarks | Date of |
|
|
| Removal |
|
|
|
|
1 | External contents with a script such as | If a script error occurs, | Not |
| JavaScript, JScript, and VBScript written may not | display the script on | determined |
| be displayed correctly with Portal component or a | another window by |
|
| script may not operate correctly when the external | pressing the button. |
|
| contents are referenced via Portal component.(*1) |
|
|
2 | Anchor movement within a page in the brick of | If the operation in a | Not |
| the Portal component differs from that displayed | content performed | determined |
| directly on the browser. In anchor movement in | without using the Portal |
|
| the brick of the Portal component, content is | component differs from |
|
| redrawn. | that with the Portal |
|
| Example: <a href="top"> to the top </a> | component, display the |
|
|
| content in a separate |
|
|
| window. |
|
*1 For JavaScript and JScript, display and operation with Portal component may be impossible under the following conditions:
1.Exampl:eval("document.location=" + "http://foo/bar" + query);
Exampl:setTimeout("document.location = " + "http://foo/bar" + query",2000); Exampl:setInterval("document.location = " + "http://foo/bar" + query",1000);
2.A script which can be rewritten with document.write() or HTML is written.
Exampl:document.write("document.location = " + "http://foo/bar" + query"); Exampl:document.write("<IMG ");document.write("SRC='/image.gif'>");
3."(" or ")" is used in the rewriting target object part. Exampl:foo(x, y).bar.href = "http://xxxxx";
4.Operation may not be performed correctly if the following properties are referenced in a script:
document.URL
document.domain
document.referer
location.protocol
location.host
location.hostname
location.port
location.pathname
location.hash
location.search
location.href