|
-
Apr 16th, 2003, 08:45 AM
#1
Thread Starter
Fanatic Member
stand alone page
Hi,
I am writting an asp.net application using vb.net
How is it possible to go from page1 to page2(In a separate window)?
And how can I pass a value from this stand alone page2 to page1?
Thanks
-
Apr 16th, 2003, 03:10 PM
#2
Hyperactive Member
Hi, I am not too sure if the session object transfers between browsers when you create a new instance of the browser (Open a new browser window). What I would do is pass the value through to the browser via the querystring.
Cheers
Mark
-
Apr 16th, 2003, 03:16 PM
#3
Thread Starter
Fanatic Member
open window
Hi,
How do you open a window in a new browser?
Thanks
-
Apr 16th, 2003, 03:19 PM
#4
basic html
add target="_blank" to your a href link
-
Apr 16th, 2003, 03:26 PM
#5
Thread Starter
Fanatic Member
open window
On clickiing a button can I use something like:
response.write("<a href= target=_blank></a>
Or can u point me to where to get some help for this topic pls?
Thanks
-
Apr 16th, 2003, 03:28 PM
#6
no. with a button you need to call a client side javascript function that does a window.open("yourlink")
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
|
Click Here to Expand Forum to Full Width
|