using meta tag and values posting page

W

wk6pack

Hi,

I'm trying to redirect the page while trying to pass some values to the next
asp page. I'm not getting any values when I do this. Is this possible?

I'm using the code below to redirect

<META HTTP-EQUIV="Refresh" CONTENT="5; URL=supportservicelist.asp">

but when I look at the value of my variable PEN, there is nothing there.
Yet I see on the current page the value is set

response.write "<input type='hidden' name='pen' value ='" & lpen & "'>"

thanks,
Will
 
T

Tom B

Because the field is an input field, it would have to be submitted with a
form.

Try changing your <META tag to...

<META HTTP-EQUIV="Refresh" CONTENT="5;
URL=supportservicelist.asp?pen=<%=lpen%>">
 
W

wk6pack

thanks, Tom.

Will


Tom B said:
Because the field is an input field, it would have to be submitted with a
form.

Try changing your <META tag to...

<META HTTP-EQUIV="Refresh" CONTENT="5;
URL=supportservicelist.asp?pen=<%=lpen%>">
 

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

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top