|
-
passing parameters while opening a new window
Hey
I'm quite new in developing and I'm having some problems with passing url parameters.
I'm writing in vb.net (asp.net) and usually when creating an event, I'm using this:
dim paramName as string
paramName = request.querystring("CODE")....
...btn_onclick ()...
response.redirect("1.aspx?code=" & paramName)
The problem is that now I need to do the same, but open the new page in a new window.
I understand that I need to use window.open() and write some javascript
(I thought at first that I need target="_blank")
Since I'm not that familiar with javascript I don't really understand how to pass a parameter from the previous page to the new one

Thanks,
D.
Similar Threads
-
By careys in forum ASP.NET
Replies: 13
Last Post: 05-31-2011, 07:11 AM
-
By ak_siva in forum ASP.NET
Replies: 1
Last Post: 12-24-2007, 12:30 AM
-
By Usha.R in forum ASP.NET
Replies: 1
Last Post: 02-14-2006, 03:30 AM
-
Replies: 0
Last Post: 06-04-2001, 10:17 AM
-
By TC in forum VB Classic
Replies: 8
Last Post: 09-26-2000, 02:34 AM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks