-
Unique information from browser window.
Hello,
I need help about one thing in ASP programming. If I have one browser window
with a lot of links, but all links will open new browser windows.
Is there any way that I can find unique identifier for each browser window.
There are no such command in : Request.ServerVariables("...").
Thanks for your help, I will return favour if you need help with some problem.
Nenad Kermeci
-
Re: Unique information from browser window.
ON the HREF themselves you can specify a target name for your window to open
For example
<A HREF="www.google.com target="Google">Google</a>
Now if your using multiple links and don't want to Name each page manually,
you could just manipuate a variable. Then to reference the name of the window
I beleive you can use javascript to pull out that information if you need
it.
"Nenad Kermeci" <nenad@ica.net> wrote:
>
>Hello,
>
>I need help about one thing in ASP programming. If I have one browser window
>with a lot of links, but all links will open new browser windows.
>Is there any way that I can find unique identifier for each browser window.
>There are no such command in : Request.ServerVariables("...").
>
>Thanks for your help, I will return favour if you need help with some problem.
>
>Nenad Kermeci
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|