read variable from URL into html page

N

nissim.mimran

Hi,

i have a problem reading variable from url to the html page that he
lauches.
example:
URL :

http://10.10.10.1/index.html?%var1%var2

i need to pass var1 and var2 into the html page.

index.html example :

<html>


<head>

<meta http-equiv="Content-Type"

content="text/html; charset=iso-8859-1">

<!-- NOTE TO TRANSLATORS: the style sheet link below has to be replaced
as follows:

Japanese: help/ja/common/css/nextgen.css

Spanish: help/es/common/css/nextgen.css -->

<link rel="stylesheet" type="text/css"
href="help/en/common/css/nextgen.css">

<title>VantagePoint for UNIX</title>

</head>


<body bgcolor="white">

<APPLET CODE="com.hp.ov.it.ui.OvEmbApplet" ARCHIVE="ito_op.jar,
ito_op_addon.jar" WIDTH="100%" HEIGHT="100%" ALIGN="baseline" ></XMP>

<PARAM NAME = CODE VALUE = "com.hp.ov.it.ui.OvEmbApplet" >

<PARAM NAME = ARCHIVE VALUE = "ito_op.jar, ito_op_addon.jar" >

<PARAM NAME = "type" VALUE = "application/x-java-applet;version=1.4" >

<PARAM NAME = display VALUE = "">

<PARAM NAME = initial_node VALUE = "">

<PARAM NAME = user VALUE = "var">

<PARAM NAME = passwd VALUE = "var2">



<PARAM NAME = trace VALUE = "">

</APPLET>



</NOEMBED></EMBED></OBJECT>


<!--"END_CONVERTED_APPLET"-->



</body>


</html>

i need to pass the var's into user and password inside the html.
how can i do it ?

Thanks a lot

Niko
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,197
Latest member
ScottChare

Latest Threads

Top