Small functions, but more useful. Other similar functions are the same.
Code
<! Doctype HTML public " -// W3C // dtd xhtml 1.0 transitional // en " " Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd " >
< HTML xmlns = " Http://www.w3.org/1999/xhtml " >
< Head >
< Meta HTTP - Equiv = " Content-Type " Content = " Text/html; charset = UTF-8 " />
< Title Test </ Title >
</ Head >
< Body style = " Background: None " >
<! -- Question s -->
< Div Class = " Question " Style = " Position: relative " >
< Div title = " Test " >
</ Div >
< Div Class = " Question_con " >
< Div Class = " Question_con_in " >
< Script Type = " Text/JavaScript " >
Window. onload = Function (){
VaR URL = Window. Location. href;
VaR jsname = URL. Split ( " ? " )[ 1 ];
Load (jsname );
}
Function load (JS ){
Document. Write ( " <SCRIPT src = 'HTTP: // www.test.com/html/ " );
Document. Write ( "" + Value + " ' " );
Document. Write ( " Type = \ " Text / Javascript \ " Charset = \ " UTF - 8 \ " <\/SCRIPT> " );
}
</ Script >
</ Div >
</ Div >
</ Div >
</ Body >
</ Html >