Hi,
I've been trawling the web for answer to my problem with no luck
although I'm hardly alone it seems!
Below is the generated source for an ASP page that posts a value called
'album' to another ASP page. The other page retrieves the value with
Request.Form('a lbum'); On Firefox this works fine every time. On IE6, I
always get nothing. I'm pretty sure it's the posting side that is at
fault, so that's what I've shown here. Oh, I tried Request.QuerySt ring
too and again, fine on Firefox, nothing on IE6.
Any help would be much appreciated.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Galler y</title>
<!--mstheme-->
<link rel="stylesheet " type="text/css"
href="_themes/poetic2/poet1011.css">
<meta name="Microsoft Theme" content="poetic 2 1011, default">
</head>
<body>
<form name='albumsele ct' action="gallery _intro.asp" method="post"
target="intro">
<CENTER><h2>ALB UMS</h2></CENTER><hr><br>
<CENTER><inpu t name='album' type=image src='photogalle ry/Test
One/Title.jpg' value='photogal lery/Test One'
onClick='submit ();'></CENTER>
<CENTER>Test One Photos</CENTER><br><hr> <br>
<CENTER><inpu t name='album' type=image src='photogalle ry/Test
Two/Title.jpg' value='photogal lery/Test Two'
onClick='submit ();'></CENTER>
<CENTER>Test Two Photos</CENTER><br><hr> <br>
<CENTER><inpu t name='album' type=image src='photogalle ry/Test
Three/Title.jpg' value='photogal lery/Test Three'
onClick='submit ();'></CENTER>
<CENTER>Test Three Photos</CENTER><br><hr> <br>
</form>
</body>
</html>
Regards,
Dave
I've been trawling the web for answer to my problem with no luck
although I'm hardly alone it seems!
Below is the generated source for an ASP page that posts a value called
'album' to another ASP page. The other page retrieves the value with
Request.Form('a lbum'); On Firefox this works fine every time. On IE6, I
always get nothing. I'm pretty sure it's the posting side that is at
fault, so that's what I've shown here. Oh, I tried Request.QuerySt ring
too and again, fine on Firefox, nothing on IE6.
Any help would be much appreciated.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Galler y</title>
<!--mstheme-->
<link rel="stylesheet " type="text/css"
href="_themes/poetic2/poet1011.css">
<meta name="Microsoft Theme" content="poetic 2 1011, default">
</head>
<body>
<form name='albumsele ct' action="gallery _intro.asp" method="post"
target="intro">
<CENTER><h2>ALB UMS</h2></CENTER><hr><br>
<CENTER><inpu t name='album' type=image src='photogalle ry/Test
One/Title.jpg' value='photogal lery/Test One'
onClick='submit ();'></CENTER>
<CENTER>Test One Photos</CENTER><br><hr> <br>
<CENTER><inpu t name='album' type=image src='photogalle ry/Test
Two/Title.jpg' value='photogal lery/Test Two'
onClick='submit ();'></CENTER>
<CENTER>Test Two Photos</CENTER><br><hr> <br>
<CENTER><inpu t name='album' type=image src='photogalle ry/Test
Three/Title.jpg' value='photogal lery/Test Three'
onClick='submit ();'></CENTER>
<CENTER>Test Three Photos</CENTER><br><hr> <br>
</form>
</body>
</html>
Regards,
Dave
Comment