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....