•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP section within the Web Development category of DaniWeb, a massive community of 456,234 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,772 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP advertiser: Lunarpages ASP Web Hosting
Views: 2392 | Replies: 3 | Solved
![]() |
•
•
Join Date: Aug 2007
Posts: 76
Reputation:
Rep Power: 2
Solved Threads: 4
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
my popup call is here
in the popup form i wrote like this
descr1 = request.form("imgdescr1")
will it work..
help me to sort out this prob....
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
asp Syntax (Toggle Plain Text)
<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
asp Syntax (Toggle Plain Text)
<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....
anto_nee,
I just replied to a similar post. In short, replace Request.Form with Request.Querystring
Please check this thread for details:
http://www.daniweb.com/forums/post47...tml#post478528
If you're still having issues, reply here and I'll get the email.
I just replied to a similar post. In short, replace Request.Form with Request.Querystring
Please check this thread for details:
http://www.daniweb.com/forums/post47...tml#post478528
If you're still having issues, reply here and I'll get the email.
--
Robert Williams
CEO, Founder
CertGuard
Robert Williams
CEO, Founder
CertGuard
•
•
Join Date: Aug 2007
Posts: 76
Reputation:
Rep Power: 2
Solved Threads: 4
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......
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......
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Popup window on button click (ASP.NET)
- how to format the form textarea? (PHP)
- need help finding a script or tool to use for a news update program. (PHP)
- getting values from drop down menu (JSP)
- How to retrieve Formview text values (VB.NET)
- ---Importing text values in C ----- (C)
- Multiple Select List Handling (JSP)
- Loop to get all text values. (ASP.NET)
- problem in passing multiple checkbox values (ASP)
- how to get value from popup (JSP)
Other Threads in the ASP Forum
- Previous Thread: ASP redirect
- Next Thread: asp, problem simliar with shopping cart


Linear Mode