PEAK XOOPS - Java Script With TinyD in englishin japanese

Java Script With TinyD

List posts in the topic

question Java Script With TinyD

msg# 1
depth:
0
Previous post - Next post | Parent - Children.1 | Posted on 2005/9/16 14:26
kaildine  二等兵   Posts: 1
Hi How are you!
I am using TinyD and try to warp a html page below but it doesn't work so if there is not too much trouble please give me some advice thanks.


<HTML>
<HEAD>
</HEAD>
<SCRIPT LANGUAGE="JavaScript1.1">
function parseCommandLine() {
if (location.href.indexOf("?") == -1) {
document.write("<FRAME src=\"Data/thumbs.htm?0,0\">")
return 0
}

// Parse any command line arguments
urlQuery = location.href.split("?")

urlTerms = urlQuery[1].split(",")
if (urlTerms[0] != null) {
index = parseInt(urlTerms[0])
}

if (urlTerms[1] != null) {
playing = parseInt(urlTerms[1])
}

document.write("<FRAME src=\"Data/thumbs.htm?" + index + "," + playing + "\">")
}

document.write("<FRAMESET frameborder=\"no\" border=\"0\">")
parseCommandLine()
document.write("<NOFRAMES>")
document.write("<BODY>")
document.write("Viewing this page requires a browser capable of displaying frames.")
document.write("</BODY>")
document.write("</NOFRAMES>")
document.write("</FRAMESET>")
</SCRIPT>
</HTML>
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!