coder2002
03-28-2002, 01:12 AM
THis is Html Internet Explorer help ?
What do I do to keep my Simple clicks from other sources
from stealing my Current Web site, can I lock my
IE window from loading a new site, Like say e.g
I click a one like or a popup it looks for opened
windows then uses that, Could i use a javascript
to lock my web site on a certain window.
I want when I click a link in another window to load a new
instance or use another opened window not the one
i am currently on. There Might be a Script out there
to help me keep my IE window from chaning to another link.
Perhaps maybe html code.
Flyguy
03-28-2002, 01:35 AM
If I understand you correctly you want to open links clicked on your site to open in a new window.
If so use this
<a href="http://www.whatever.com" target=_new>Link to whatever</a>
coder2002
03-28-2002, 02:21 AM
ArnoutV
I used this before as a matter of fact i use this type " target"
to launch a new taget.
on my Homepage to load special favorite sites like
Planet source code Extremvb 'this site' "ect".
<a href="http://www.whatever.com" target=_new>Link to whatever</a>
Now on to the Javascript question?
Are there any html code or javascript or html script
For "example".
<HTML>
<HEAD>
<!--if there is a javascript my question? or html or script?-->
<!-- New window
<!-- Lock this window this will be my homepage
<!-- Are there Javascript to tell IE don't use this window-->
<!--'look on the next window or open a New window-->
<!--'other then the taget code launch that still uses the-->
<!--' window I don't want it to use'-->
'
</HEAD>
<!--or script to load a New window
<!-- Lock this window this will be my homepage
<!-- tell IE don't use this window-->
<!--'look on the next window or open a New window-->
<!--'other then the taget code launch that still uses the-->
<!--' window I don't want it to use'-->
</BODY>
</HTML>
If you can help direct me to some script to start out with
I will thank you Much.
from Coder2002
Comment Extreme Visual Basic Forum is a Helpful Place
Its top 100 in the forums on my list and with my friends
Flyguy
03-28-2002, 03:13 AM
Next try ;)
You want to keep your website open in it's own IE window.
So if someone types a new URL it will open a new IE window? If this is your question, you can't!
rich2kchan
03-29-2002, 03:54 PM
if wat ArnoutV said is ur question, u may be able to do a workaround for it, where u may wanna put something like this on the html file:
<html>
<head>
<title>The Page</title>
</head>
<body onUnload="window.open(self.location)">
<p>Contents Here</p>
</body>
</html>
In this page, when the user go to another page, a new window will popup with this location... But there's a bug in it: you cannot close this window...:D
dolphin
04-03-2002, 09:59 PM
hi rich,
:)
you can do this thing by using do-while loop giving a promtp when unloaded