Thread

aw_url_send problem (Bots)

aw_url_send problem // Bots

1  |  

superfly

Nov 6, 2001, 7:33am
Hey guys,
I am having trouble with aw_url_send function.
int aw_url_send (int session_id, char* url, char* target)
According to the sdk, it says, "Note that If target specifies a non-existent
frame, the URL will be displayed in a new, standalone window on the user's
PC." And that's exactly what I want -- a standalone IE window. Correct me
if I am wrong, I believe I need to pass some junk to "target" to have IE or
netscape pop up. So that I don't need to go to the "built-in" browser. The
problem is whenever I tried to pass in some junk, I can't get any new
standalone window. It won't even head to the specified URL within the
"built-in" browser. So what on earth do have to pass in to "target" besides
NULL?

SuperFly

ananas

Nov 6, 2001, 9:54am
TARGET="_blank"
This target will cause the link to always be loaded
in a new blank window. This window is not named.

TARGET="_parent"
This target makes the link load in the immediate FRAMESET
parent of this document. This defaults to acting like
"_self" if the document has no parent.

TARGET="_self"
This target causes the link to always load in the same
window where the action originated. This is useful for
overriding a globally assigned BASE target.

TARGET="_top"
This target makes the link load in the full body of the
window. This defaults to acting like "_self" if the
document is already at the top. It is useful for breaking
out of an arbitrarily deep FRAME nesting.

source is the best HTTP reference of all :
http://www.blooberry.com/indexdot/html/


[View Quote] --
"_
|
/\
\ /
__/ /_

superfly

Nov 7, 2001, 3:36am
Thanks. That was helpful.

[View Quote]

1  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn