Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F947067
xip.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
xip.html
View Options
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<
html
>
<
head
>
<
title
>
XHR IFrame Proxy Tests
</
title
>
<
style
type
=
"text/css"
>
@
import
"../../../../dojo/resources/dojo.css"
;
@
import
"../../../../dijit/themes/tundra/tundra.css"
;
@
import
"../../../../dijit/themes/dijit.css"
;
</
style
>
<
script
type
=
"text/javascript"
src
=
"../../../../dojo/dojo.js"
djConfig
=
"isDebug:true"
></
script
>
<
script
type
=
"text/javascript"
src
=
"../xip.js"
></
script
>
<
script
type
=
"text/javascript"
>
dojo
.
require
(
"dojox.io.proxy.xip"
);
function
testXmlGet
(){
/*
//Normal xhrGet call.
dojo.xhrGet({
url: "frag.xml",
handleAs: "xml",
load: function(result, ioArgs){
var foo = result.getElementsByTagName("foo").item(0);
dojo.byId("xmlGetOut").innerHTML = "Success: First foobar value is: " + foo.firstChild.nodeValue;
}
});
*/
//xip xhrGet call.
dojo
.
xhrGet
({
iframeProxyUrl
:
"../xip_server.html"
,
url
:
"tests/frag.xml"
,
handleAs
:
"xml"
,
load
:
function
(
result
,
ioArgs
){
var
foo
=
result
.
getElementsByTagName
(
"foo"
).
item
(
0
);
dojo
.
byId
(
"xmlGetOut"
).
innerHTML
=
"Success: First foobar value is: "
+
foo
.
firstChild
.
nodeValue
;
}
});
}
dojo
.
addOnLoad
(
function
(){
});
</
script
>
</
head
>
<
body
class
=
"tundra"
>
<
h1
>
XHR IFrame Proxy Tests
</
h1
>
<
p
>
Run this test from a web server, not from local disk.
</
p
>
<
p
>
<
button
onclick
=
"testXmlGet()"
>
Test XML GET
</
button
>
</
p
>
<
div
id
=
"xmlGetOut"
></
div
>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Apr 26, 10:11 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27598
Default Alt Text
xip.html (1 KB)
Attached To
rZED Zed
Event Timeline
Log In to Comment