hi to all... giving support to my projects

now i came with another problem..

when i trying to pass the values to popup am using

request.form

in the popup

will it work??

it is not working for me..

coz will not post the form for popup...

my code is here

<textarea rows="4" cols="35" name="imgdescr1"><%= imgdescr1 %></textarea><br><br>
<textarea rows="4" cols="35" name="imgdescr2"><%= imgdescr2 %></textarea><br><br>
<textarea rows="4" cols="35" name="imgdescr3"><%= imgdescr3 %></textarea><br><br>
<textarea rows="4" cols="35" name="imgdescr4"><%= imgdescr4 %></textarea>

my popup call is here

<input type="button" name="B5" value="<%= strText_AdPreview %>" class="buttons" 
onclick="<%=adpreviewscript%>open('adpreview.asp','ad_preview','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=850,height=700,left=0,top=0');">

in the popup form i wrote like this

descr1 = request.form("imgdescr1")

will it work..

help me to sort out this prob....

Recommended Answers

All 3 Replies

thank you for ur interest on my prob...

i already figured out this prob and forgot to update here as solved....

actually i used javascript for retrieving the values from the form to popup..

hw the values will come by the request.form or request.querystring commands without posting the form..??

for popup i didnt post the form simply i want to display as a html.. so i used javascript..

thank you again......

That is definitely another solution to the problem. Glad to hear you got it working.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.