Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ho can I get a Link to use myTarget ?
Message
From
18/07/2003 16:06:44
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00811624
Message ID:
00811660
Views:
10
>Bill,
>
>> It didn't tell me anything I didn't already know.
>
>Hard to belive in that because all values for TARGET attribute in your original message are invalid.
* luTarget = loIE2                     << doesn't work
>* luTarget = loIE2.HWND                << doesn't work
>luTarget = loIE2.FULLNAME              << doesn't work
>
>
>>I'm now trying to Set the Name of the window I want to target and then use that Name as the target, but it hasn't worked yet.
>
>I would try something simplier, like _BLANK to see if it can be done at all.

I realize that they are invalid. I just tried them to see if they might work.

_blank opens another window, but it's not invisible, which is my entire goal, to click on a link and open it in an invisible window.

Do you know why this crashes?
loIE = createobject('InternetExplorer.Application')
loIE.NAME = 'myName'              << get ole error "Invalid number of parameters"
I was hoping I could then set target = 'myName'
But it crashes.
Bill Morris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform