|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Capturing info from another asp page with out leaving the current? |
From: |
Shailesh Lolam |
Date: |
4/4/2000 8:44:36 AM |
IP: |
203.94.239.223 |
Hello there,
I can give u a hint and u have hunt further for that. Since u want an ASP file to be loaded into the layer in the Browser use javascript, to find the Browser Name
If it is IE use the ID of the TAG where u want to load the ASP page
EXAMPLE
<div id=mylayer>
</div>
in javascript use this ID as follows
mylayer.document.location = "/info.asp"
If the browser is Netscape using the style property of the TAG use the above javascript.
But set the position property of the layer style to absolute
Good Luck
Shailesh Lolam
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|