|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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
|
|
|
|
|
|
|
|
|
|
|
|